

/* --------- 1. defaults  --------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ccffff;	
}
		
/*  --------- 2. structure  --------- */

#wrapper {
margin: 0px auto;
width: 770px;
}
#header {
 width: 770px;
 height: 130px;
 background-color: #d3d1d1;
}
#navcontainer ul {
margin: 50px 0px 0px 0px;
width: 770px;
position: absolute;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
text-decoration: none;
padding: 1em .9em;
color: #333333;
background-color: #d3d1d1;
}

#navcontainer ul li a:hover {
color: #333333;
background-color: #dcf9f3;
}

#left_column {
 width: 552px;
 height: 845px;
 float: left;
 background-color: #FFFFFF;	
}

#right_column {
 width: 199px;
 height: 845px;
 float: right;
 background-color: #FFFFFF;
 margin-left: .7px;
 border-left: .5px solid gray;
 padding: .6em;
}

#footer {
clear: left;
padding-bottom: 10px;
text-align: center;
background-color: #ffffff;
}

#logo {
margin: 10px;
position: absolute;
left: 350px;
top: 280px;
width: 350.5869px;
height: 144.3213px;
z-index: 1;
}
#logo2 {
margin: 10px;
position: absolute;
left: 808px;
top: 850px;
width: 170.8252px;
height: 70.3213px;
}
img.a {
margin: 10px;
position: absolute;
left: 605px;
top: 810px;
width: 116.0186px;
height: 78.7969px;
z-index: -1;
}

img.b {
margin: 0px;
position: absolute;
left: 450px;
top: 210px;
width: 262px;
height: 223px;
}

.img {
margin: 15px;
border: 1px solid #ffffff;
height: auto;
width: auto;
float: left;
tex-align: center;
}

.img img {
display: inline;
margin: 3px;
border: 1px solid #ffffff;
}

.img a:hover img {border: 1px solid #0000ff;}
.desc { 
text-align: center;
font-weight: normal;
width: 120px;
margin: 2px;
}	
		
/* ---------- 3. fonts ---------- */

html {
	font-size: 100%;
    font-family: Arial,Sans-serif;
}

body {
	font-size: 90%;
    font-family: Arial,Sans-serif;
}

#p2 {
 margin: 0;
 padding: 0;
 font-size: 90%;
 position: absolute;
 top: 205px;
 left: 350px;
}

#p3 {
 margin: 0;
 padding: 0;
 font-size: 90%;
 position:absolute;
 top: 450px;
 left: 360px;
}

#p4 {
 margin: 20px;
}
