body {
	margin-top:2px;
	padding: 0px;
	background: #121212;	
		}
#frame {
		width:980px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		background: #d1d1d1;
		}
#head {	
	margin:0;
	padding:0;
	text-align:center;
	}
ul#nav{
	list-style:none;	
	margin:0;
	padding:10px 10px 10px 30px;	
	background: #000;
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#nav li {
	padding:0 30px;	
	display: inline;
	cursor: hand;
	border-right: 1px dotted #fff;
 }	

#content {
		margin-left: 300px;
		padding: 30px 20px 20px 20px;
		font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
		color:#000000;
		font-size: small;
		}
#left {
	float: left;
	width: 280px;
	padding: 30px 10px 20px 10px;
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	color:#333333;
	font-size: small;
	}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
		}

a:hover, a:active {
	color: #2e2e2e;
	text-decoration: none;
	}
a.red {
	color: #AD1515;
		}
a.red:visited {color:#AD1515}

h1 {
	font-size:medium;
	margin-top: 5px;	
	}
h2 {
	font-size: small;
	color:#2e2e2e;
	display: inline;
	}
.special {
	font-weight: bold;
	color:#2e2e2e;
	}

#footer {
	margin-right:auto;
	margin-left:auto;
	clear: both;
	text-align: center;
	margin-top:10px;
	font-family: "Century Gothic", Arial, Helvetica;
	color:#cccccc;
	font-size: x-small;
	width: 980px;
	}
a.footer:link {
	color: #ffffff;
	text-decoration: none;
	}
a.footer:visited {
	color: #ffffff;
	text-decoration: none;
	}
a.footer:hover {
	color: #cccccc;
	
	}
a.footer:active {
	color: #cccccc;
	}	
