/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #fff;	
	/*background-image: url(img/water-3f.jpg);*/
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:800px;
	border:1px solid #fff;
	
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background: #fff;
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:800px;
	border: 1px solid #fff;	  
	margin-top: 220px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:800px;
	height:310px;
	background:#FFf;
	border:1px solid #fff;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:5px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */ 
	margin-top:95px;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:1px;
	float:right;
	padding-top:5px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin-top:65px;
}

#footer {
	width:758px;
	clear:both;
	height:50px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color: #FFf;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:658px;
	float:right;
	padding-top:35px;
	padding-bottom:32px;/* needed to make room for footer */ 
	margin-top:75px;
	font-size: .9em;
}
#centrecontent p {
padding-left:3px;
text-indent: 1em;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
						  


                                   /* left side navigation*/
#navcontainer { width: 110px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
margin-bottom: 3px;
width: 100px;
background-color: #cceaff;

border-bottom: 1px solid #eee;
text-align: center;
font-size: .9em;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
border: 1px solid #369;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
	/* end of left side navigation*/
img{
border:none;
padding: 3px;
} 



                                 /*start of top nav*/
ul#navlist-top
{  
background-color: #cceaff;
height: 18px;
width:720px;
margin-left: 50px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif; 
text-align: left;
border:1px solid #369;
}
 
#navlist-top li
{
display: inline;
list-style-type: none;
}

#navlist-top a
{
padding: 15px;
margin: 8px;

width: 100px;
background-color: #cceaff;
border-bottom: 0px solid #eee;
text-align: center;
font-size: .8em;
}

#navlist-top a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
border: 1px solid #369;
}

#navlist-top a:hover
{
background-color: #369;
color: #fff;
}
	/* end of top navigation*/
