@charset "utf-8";
/* CSS Document */


.png { 
	behavior: url(../iepngfix.htc); 
	border: none !important;
}

body, html{
	background-color:#000000;
	color:#000;
}

#container {
	margin:auto;
	width:800px;
}

#header {
	width:800px;
	margin:0px;
	padding:0px;
}

#title{
	width:800px;
	padding:0px;
	margin:0px;
}

#nav{
	width:800px;
	margin:0px;
	padding:0px;
}

#break{
	background-image:url(../images/subpage_content.gif);
	height:20px;
	width:800px;
}

#content{
	background-image:url(../images/subpage_content.gif);
	background-repeat:repeat-y;
	min-height:500px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	width:720px;
}

#footer{
	width:800px;
}

a{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}	

a:hover{
	text-decoration:underline;
}

#designby{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:auto;
	margin-top:20px;
	text-align:center;
	width:250px;
}

#designby a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}