@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	margin:0px;
	height:100%;
}

/*_____________________________FONT MODIFICATION________________*/
a {
	font-size: 12px;
	color: #c9c9c9;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c0c0c0;
}
a:hover {
	color: #911616;
}

img {
	padding-bottom: 10px;
	padding-right:10px;
	padding-top: 5px;
}

/*__________________________WEBSITE____________________________________________*/
#body {
	position: relative;
	float: left;
	width:965px;
}

#container {
	position: relative;
	width:965px;
	height: 100%;
	margin: auto;
}

#content {
	position: relative;
	margin-top: 16px;
	float: left;
	width: 965px;
	height: 100%;
}


#footer {
	position: relative;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	width: 900px;
	height: 75px;
}
