body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	
	
}
a { color: #CCCCCC;}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.content {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #bbb4ae;
	text-decoration: none;
	text-align: left;
	line-height: 22px;
}
.content ul li { color: #bbb4ae; font-family: Georgia; line-height: 22px;
	font-size: 12px;}
#min-content {
padding:10px 10px 10px 10px;
min-height:250px;
_height:350px;
}
p {
color: #CCCCCC;
font-family:Microsoft Sans Serif;
padding:0px 10px 0px 10px;
font-size:13px;
}
h1 { color: #CCCCCC;}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #868686;
	text-decoration: none;
}
#footer a {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #868686;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#footer a:hover {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#textbox {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #565656;
	text-decoration: none;
	background-color: #0d0d0d;
	padding-left: 5px;
	border: 1px solid #565656;
	height: 23px;
	width: 200px;
	padding-top: 3px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}