body 
{ 
	font-family: Verdana, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #000000; 
	background-color: #696969; 
	}
p.center
{
text-align:center;
}

div.img
{
  margin: 2px;
  border: 1.5px solid #383;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 7px;
  border: 1px solid ##2F4F4F;
}
div.img a:hover img {border: 1px solid ##383;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 225px;
  margin: 2px;
}
li { 
	list-style-type: none; 
	line-height: 150%; 
} 

h1 { 
	font-family: Verdana, "Times New Roman", Times, serif; 
	font-size: 38px; 
	font-weight: bold; 
	color: #000000; 
} 

h2 { 
	font-family: Verdana, "Times New Roman", Times, serif; 
	font-size: 20px; 
	font-weight: bold; 
	color: #000000; 
	} 
h3 { 
	font-family: Verdana, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
} 
#container
{
	width: 100%;
	
}
.clearboth { clear: both; }
.spacer 
{
	float: left;
	width: 3%;
}

#header
{
	background: #ccc;
	padding: 20px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}
#content-container
{
	float: left;
	width: 100%;
	background: #FFF;
}
a:link { 
	color: #383; 
	text-decoration: underline; 
	font-weight: bold; 
} 

li a:link { 
	color: #383; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:visited { 
	color: #2F4F4F; 
	text-decoration: underline; 
	font-weight: bold; 
} 

li a:visited { 
	color: #2F4F4F; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:hover { 
	color: #808080; 
	font-weight: bold; 
	text-decoration: none; 
} 

li a:hover { 
	display: block; 
	color: #808080;
	font-weight: bold; 
	} 

a:active { 
	color: #808080;
	font-weight: bold; 
} 

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

#content
{ 
	border: 2px solid #383;
	margin-top: 10px;
float:left;
margin-left: 5%;
	width: 50%;
background-color: #DCDCDC;
}
#contentbox
{ 
	margin:5%; 
float:left;	
width: 90%;
background-color: #DCDCDC;
} 
#aside
{
border: 2px solid #383;
 margin-top: 10px;
	float: left;
	margin-left: 5%;
	width: 30%;
background-color: #DCDCDC;
}

#contentbottom
{ 
	border: 2px solid ##383;
	margin-top: 10px;
float:left;
margin-left: 5%;
	width: 50%;
background-color: #DCDCDC;
}

#asidebottom
{
border: 2px solid ##383;
 margin-top: 10px;
	float: left;
	margin-left: 5%;
	width: 30%;
background-color: #DCDCDC;

}

#footer
{
	background: #ccc;

text-align: left;
	padding: 5px;
}
#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

3footer li
{
display: inline;
margin-right: 1em;
} 
h1, h2, h3, h4, h5, p, ul, ol, dl
{
margin-left: 7px;
margin-right: 7px;
}

h1+p, h2+p, h3+p, h4+p { margin-top: .2em; }
