* {
	margin: 0;
	padding: 0;
}	

body {
	font: 80% Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #747474;
	background: #000000;
}

#container {
	width: 660px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #747474;
	background: #E5E5E5;
}

#header {
	height: 150px;
	width: 640px;
	margin: 10px;
	border: 1px solid #747474;
	
}

#header h1 {
	color: #ffffff;
	text-align: left;
	margin-top: 60px;
	margin-left: 20px;
}


#menu {
	height: 40px;
	width: 640px;
	margin: 10px;
		/*border: 1px solid #747474;*/
}

#menu ul {
	list-style-type: none;
}

#menu ul li{
	height: 30px;
	width: 120px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 15px;
	font-variant: small-caps;
	border: 1px solid #747474;
}

#menu ul li#last {
	margin-right: 0;
}

#menu ul li a{
	margin-left: 6px;
	margin-right: 8px;
	display: block;
	text-decoration: none;
	color: #000000;
	border-bottom: 4px dotted #a2a2a2;

}

#menu ul li a:hover{
	border-bottom: 4px dotted #ff0000;
}

#content {
	width: 640px;
	margin: 10px;
	border: 1px solid #747474;
	text-align: left;
}
#content_about {
	width: 640px;
	margin: 10px;
	border: 1px solid #747474;
	text-align: left;
}


#content a {
	color: #000000;
	text-decoration: underline;
}

#content a:visited {
	color: #000000;
	text-decoration: none;
}

#content a:hover {
	color: #ff0000;
	text-decoration: none;
}

#content a:active {
	color: #85c20c;
	text-decoration: none;
}

#content h2 {
	margin: 10px;
	font-size: 25px;
	font-weight: bold;
	color:  #ff0000;
}

#content h3 {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

#content p {
	margin: 10px;
}

#content acronym {
	border-bottom: 1px dotted #85c20c;
}

#content blockquote {
	margin: 5px;
	margin-left: 30px;
}

#content blockquote:before {
	color: #85c20c;
	font-weight: bold;
	content: '"';
}

#content blockquote:after {
	color: #85c20c;	
	font-weight: bold;
	content: '"';
}	

#footer {
	width: 640px;
	margin: 10px;
	border: 1px solid #747474;
}

