/* CSS definitions */
/* Developed by Fred Marecesche - Durf Or Death Design */
/* Copyright Fred Marecesche 2006 */

/* body definitions */



body {	
	background-color:#000000;
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF; }
	


/* main div definitions */

#main_container {
	width:751px;
	margin-left:auto;
	margin-right:auto; }

#mid_container {
	width:750px;
	float:left;
	text-align:left;
	background-image:url(images/layout/BG_content_frame.jpg);
	background-repeat:no-repeat; 
	padding-left:41px; }
	
#header {
	width:750px;
	float:left; }

#minheight {
	width:0;
	float:left;
	height:594px; }

#main {
	width:667px;
	text-align:left;
	float:left;
	background-color:transparent;
	color:#FFFFFF; }

#footer {
	width:750px;
	clear:both;
	float:left; }

/* text styles definitions */


/* links definitions */

a:link, a:active, a:visited {
	color:#E0561D;
	text-decoration:none; }

a:hover {
	color:#666666;
	text-decoration:underline; }

/* other divs definitions */

iframe {
	overflow-x: hidden; }

#content_frame {
	scrollbar-base-color:#222222;
	background-color:transparent; }