body {
	background: #252525;
	font-family: verdana, arial, sans-serif;
	color: #464646;
	font-size:1em;
	line-height:115%;
}

a:link {color:#6f0039; text-decoration:none;}
a:visited {color:#6f0039; text-decoration:none;}
a:hover {color:##6f0039; text-decoration }


h1  {
	color:#5b002b;
	font-size:200%;
	font-family: georgia; roman; arial, sans-serif;
	line-height:140%;
}

h2  {
	color:#5b002b;
	font-size:125%;
	font-family: georgia; roman; arial, sans-serif;
	line-height:130%;
}

h3  {
	color:#5b002b;
	font-size:115%;
	font-family: georgia; roman; arial, sans-serif;
	line-height:130%;
}

#container {
	width:65%;
	margin-top:-10px;
	margin-left:auto;
	margin-right:auto;
	border-top: 50px solid #ffffff; 
	border-left: 50px ridge #990033;
	border-bottom: 50px solid #ffffff;
	background:#ffffff;
	height:auto;
	}


#header {
	width:100%;
	background:#ffffff;
	height:210px;
}	
	

#content {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	/*text-align:justify;*/
	padding-left:100px;
	padding-right:100px;
}

#footer {
	width:100%;
	border-bottom:20px solid #990033;
	float:left;
}	

	
	
