/* 
CSS
*/
 
body { font: 100% verdana; color: #333; background: #edf6ff; margin: auto;  line-height: 1.4em; letter-spacing: 0.01em;}
html { }

#wrapper { width: 790px; border: 1px solid #bddeff; background: #fff; margin: 10px auto; text-align: left; background: url(images/bg.jpg);}
#header { width: 790px; height:114px; margin: 0; background: #ececec; background: url(images/header.jpg);} 

#main{ float: left; width:299px; padding: 10px; border-right: 1px solid #fff; background:#e2eefa;font-size: 70%;}
#form{ float: left; width:280px; padding: 2px; border-right: 1px solid #fff; background:#e2eefa;font-size: 70%;}
#photo { float: left; width: 630px; height: 180px; border-bottom: 1px solid #fff;}

#rightwrap { float: left; width:310px; }
#right1 { float: left; width:290px; padding: 10px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; background:#e9eede; font-size: 70%;}
#right2 { float: left; width:290px; padding: 10px; border-right: 1px solid #fff; background:#f4fbe5; font-size: 70%;}
#right3{
	float: right;
	width:137px;
	padding: 10px;
	margin-top: -160px;
	background:#334e99;
	font-size: 60%;
	color: #fff;
	clip:   rect(auto auto auto auto);

}
#right3 ul, li {
	margin:0;
	padding:0;
	background-position: 0px;
	left: 2px;
	clip:   rect(auto auto auto auto);


}
#right4 { float: left; width:270px; padding: 10px; border-right: 1px solid #fff; background:#f4fbe5; font-size: 70%;}

h1 { font: 160% constantia; color: #333366; font-weight: bold; margin: 10px 0 10px 0;}
h2 { font-size: 120%; color: #fff; font-weight: bold; }

a:link { color: #334e99; text-decoration: none;}
a:active { color: #334e99; text-decoration: none;}
a:hover { color: #334e99; text-decoration: underline;}
a:visited { color: #334e99; text-decoration: none;}


#footer { padding: 10px; font-size: 60%; color: #fff; width: 770px; background: #334e99; margin: 0 0 0 0; text-align: left;}
#footer a:link, a:visited { color: #fff; font-weight: bold;}

#navcontainer { width: 790px; height: 26px; background: url(images/nav.jpg); font-size: 11px;}

#navcontainer ul, ul#navcontainer
{
padding-left: 0;
margin: 0 0 0 0;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: left;

}

#navcontainer ul li a:hover
{
color: #333;
}


.field { border: 0; width:180px; height:15px; border: 1px solid #EDCEDD;}
.textarea { border: 0; width:180px; height:100px; border: 1px solid #EDCEDD;}
.submit { width: 100px; height: 25px; border: 1px solid #EDCEDD; background: #F7E5ED; font-size: 110%; color: #97294E;}


.clearer {
clear:both;
height:0px;
overflow:hidden;
margin-top:-1px; 
}
