@charset "utf-8";
/* CSS Document */


.png { 
	behavior: url(../iepngfix.htc); 
	border: none !important;
}

body, html{
	background-color:#231f20;
	color:#000;
}

#container {
	margin:auto;
	width:800px;
}

#header {
	width:800px;
}

#title{
	width:800px;
}

#content{
	background-image:url(../images/subpage_body.gif);
	min-height:500px;
	padding-bottom:10px;
	padding-left:70px;
	padding-right:70px;
	padding-top:10px;
	width:660px;
}

#footer{
	width:800px;
}

a{
	color:#990099;
	font-weight:bold;
	text-decoration:none;
}	

a:hover{
	text-decoration:underline;
}

#designby{
	color:#FFCC99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:auto;
	margin-top:20px;
	text-align:center;
	width:250px;
}

#designby a{
	color:#FFCC99;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}