html {
	/*background:#FFF;*/
	height:100%;
}

body, html {
   background-color:#CCCCCC;
	margin:0;
	padding:0;
}

#container {
	margin:0 auto;
	width:800px;
	min-height:100%;
	height:auto;
   font-family: Verdana, Arial;
   font-size: 13px;
   background-color:#FFFFFF;
/*	color:#333;*/
}

a:link {color:#0000ee;}
a:visited {color:#000088;}
a:hover {color:#CC9900; text-decoration: none}
a:active {color:#CC9900; text-decoration: none}




#title {
   margin:0;
   padding:0;
	width:100%;
	height:125px;
	text-align:center;
	background-color:#33cc33;
	color:#0000ee;
}

#l {
   text-align:center;
   padding-bottom:15px;
}

#left {
	width:160px;
	float:left;
}


#left ul {
   padding-left:15px;
	margin-left:0px;
	line-height: normal;
   font-size:8pt;
}
#left li {
	margin-bottom:7px;
	margin-left:0px;
	line-height: normal;
   font-size: 8pt;
}

#right {
	width:160px;
	margin-right:10px;
	float:right;
	text-align:justify;
}

#center {
   padding: 0px 190px 5px 190px;
   margin: 0px;
}

#center h1 {
   font-size:12pt;
   text-align:center;
   font-weight:bold;
   color:#993300;   
}

#center h2 {
   font-size:9pt;
   text-align:center;
   font-weight:bold;
   color:#222222;   
}

#center p {
   text-align:justify;
   font-size: 8pt;
	color:#444;
/*	line-height:1.5em;
	margin:0 0 10px 0;
*/	text-indent:20px;
}

#nav p {text-align:center; text-indent:0px;}

#clear {
   width:100%;
	height:1px;
	clear:both;
}

#counter {
   float:right;
   margin-right:5px;
   margin-bottom:5px;
   margin-top:5px;
}

#footer {
   width:100%;
	height:40px;
	background-color:#ffffcc;
   color:#000;
	text-align:center;
}

#footer p {
   padding-top:15px;
/*   margin-top:500px;*/
}

