/*
Roxx Productions.com by Brian L. Marshall
*/
* {
	border:0;
	margin:0;
	padding:1.5;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* body */
body {
	background:url('image/mainback.jpg') repeat-x;
	color:#666;
	font:0.8em calibri, arial, helvetica, sans-serif;
}

/* container */
#container {
	background:url('image/background_container2.png') no-repeat;
	height:650px;
	left:50%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:50%;
	width:748px;
}

/* navigation */
#navigation {	
	height:82px;
	padding:3px;
	width:685px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:60px;
	list-style:none;
	width:75px;
}
#navigation ul li a {
	color:#fff;
	display:block;
	height:25px;
	line-height:50px;
	padding:60px 0 0;
	text-align:center;
	width:75px;
	font-weight: bold;
}
#navigation ul li a:hover {
	background:url('image/nav.png') repeat-no;
	color:#FF0000;
	font-weight: bold-italic;
}
#navigation ul li a.active {
	background:url('image/nav.png') repeat-x;
}

/* content */
#content {	
	height:341px;
	overflow:auto;
	padding:0 2px;
	width:537px;
}
#content h1 {
	color:#FFFF00;
	font-size:200%;
}

#content h2 {
	color:#FFFFFF;
	font-size:125%;
}

/* footer */
#footer {
	color:#fff;
	height:20px;
	padding:35px;
	text-align:center;
	width:696px;
}
#footer a {
	color:#fff;
}