/* global */
html{height: 100%;}

body {
	margin:0 auto;
	text-align:center;
	background: #043546 url(../images/water_mark.jpg) no-repeat right;}

#container{	
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
width:800px;
font: normal 10px verdana, helvetica, sans-serif;
color: #555555;
height:auto;

}
a {text-decoration:none; color:#336666;}
a:hover {text-decoration:none;}

h1 {font-size:16px; margin-left:10px; padding-top:10}
h2 {font-size:14px; margin-left:10px; margin-top:5px; background: url(../images/h2.gif) 0px 3px no-repeat; padding-left:20px;}
/* end of global */

/* section 1 */
#section1{height:200; width:800px; border-left:1px solid #fff; border-right:1px solid #fff}
#header{height:160px;width:800px; background-color:#ffffff; position:relative; }

#menu a{color:#9cc2c3}
#menu a:hover { color:#000000;}
/* end of section 1 */

/* section 2 */
#section2 p {padding:10px;}
#section2{height:auto; width:800px; margin-top:10px; border-left:1px solid #fff; border-right:1px solid #fff;background:#fff;}
#mainText{width:800px; float:left; height: auto; background:#ffffff; position:relative;
text-align:justify; }

#thumb {width:150px; height:200px; border:1px dotted #8D6932; margin:15px; float: left; text-align:center}
#thumb img {border:none; padding:10px;}


#footer {height: 20px; width: 800px; color: #9cc2c3;   
font: normal 11px verdana, helvetica, sans-serif;
position:relative; 
padding-top:10px;

margin: 0 auto;   /* align for good browsers */
}
#footer a:hover {color:#ffffff;}






