html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url("../media/iguanaBG.gif") repeat;
	font-family: Georgia;
	text-align: justify;
}

a, a:visited {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px dotted #cc0000;
}


a:active, a:hover {
	border: none;
}

a img, a:active img, a:hover img, a:visited img{
	background-color:grey !important;
	border:1px dotted red !important;
}


#container {
	position: absolute;
	left: 50%;
	width: 750px;
	min-height: 100%;
	margin-left: -384px;
	padding: 0;
	border: solid #151d05;
	border-width: 0px 10px;
	background-color: #e8f3d2;
}
		
* html #container {
	height: 100%;
}

#header {
	width: 750px;
	height: 205px;
}

#nav {
	width: 750px;
	height: 35px;
	margin-bottom:0px;
	background-color: #e8f3d2;
	border: solid #151d05;
	border-width: 1px 0;
}


ul {
list-style-type:none;
}

#nav ul {
	width: 750px;
	margin: 0;
	padding: 0;
	list-style-type: upper-roman;
	text-align: center;
}

#nav ul li {
	float: left;
	background-color: #e8f3d2;
	line-height: 35px;
	border-right: 1px solid #151d05;
	font-weight: bold;
	list-style-type: none;
}

#nav ul li a, #nav ul li a:visited {
	width: 106px;
	height: 35px;
	display: block;
	text-decoration: none;
	color: #000;
	font-family: Tahoma;
	font-size: 10px;
	border: none;
}

#nav ul li a:hover, #nav ul li a:active {
	background-color: #151d05;
	color: #e8f3d2;
}

#content {
	width: 720px;
	margin: 10px 15px 15px 15px;
	padding: 0px;
}


ul {  
  list-style-type: circle !important;
  list-style-type: square;
} 	

#content li {
	margin: 0px 20px 15px 0px;
}




#content h1#bar {
	border-bottom: 1px solid #000;
	width: 650px;
	margin: 0;
	margin-bottom:15px;
	padding: 0;
}	

#content h1#bar span {
	position: relative;
	top: 10px;
	background-color: #e8f3d2;
	margin: 0;
	padding: 0 10px 0 0;
}

#content p {
	margin: 6px 0 15px 0;
	padding: 0;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#news p {
	margin: 10px 40px 10px 40px;
	padding 0;
}

#news em {
	color: #cc0000;
 	font-style: italic;
}

#weakem em {
#   font-style: oblique;
#   text-decoration: underline;
   font-weight:600;
#   color: #cc6600; 
#    font-variant: small-caps;
   }
