@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:95%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ffffff;
	background:#000000;

}

a:link {
	color:#663399;
	text-decoration: none;
}



a:visited {

color:#663399;

text-decoration: none;

}


a:active {

color:#663399;

text-decoration: none;

}

a:hover {

color: #663399;

text-decoration: underline; 

}



h1,h2,h3,h4,h5{
padding-left:1em;

padding-right:1em;

margin-top: 0.5em;
}

p{

padding-left:1em;

padding-right:1em;

margin-top: 0.5em;

}

#container{
	width:781px;
	margin:0 auto 0 auto;
	text-align:center;
	background-color: #000000;
	border-left: 1px;
	border-left-color: dbcea4;
	border-right: 10px;
	border-right-color: dbcea4;
}

#header{
	background:#000000;
	width:781px;
	height:150px;

}

#main_content {
	font-size:80%;
	line-height:1.2em;
	margin-bottom:1.2em;
	padding: 10px;
	width: 761px;
	height:358px;
	float: none;


}

#footer{
	background:#000000;
	font-size:80%;
	width:781px;
	clear:both;
	overflow:hidden;
	line-height:2em;

}
