body {
	margin: 				5px;
	margin-bottom:			5px;
	background-attachment: 	fixed;
	background-image:		url(../images/back.png);
	background-repeat:		repeat-x;
	background-color: 		#040404;
	padding: 				0px;
	font-family: 			arial, verdana, Helvetica, sans-serif;
	font-size: 				13px;
}

/* style for the header image
    and footer content */
#header {
	height:					62px;
	z-index:				999;
}

#header p {
	margin-top: 			0px;
}
#header p a {
	margin: 				0px;
}
#header img {
	border: 				1px solid black;
}

#footer {
	background: 			#222222;
	border: 				1px solid black;
	border-top: 			0px;
	height: 				35px;
	margin: 				0px;
	width: 					900px;
	color:					#fff;
}

#footer a {
	text-decoration: 		none;
	color:					white;
}

/* style for the main content */
#main {
	border:					1px solid black;
	border-top: 			0px;
	width: 					900px;
	background:				#999;
	z-index: 				1;
}

#content{
	margin:					0 150px;
	background:				#eee;
	width:					595px;
	border-right: 			1px solid black;
	border-left:			1px solid black;
	position: 				relative;
	z-index:				5;
	padding-left: 			5px;
	padding-top: 			5px;
}

#main #content a img{
	border:					0px;
}

#content_internal{
	margin:					0 150px;
	background:				#eee;
	width:					744px;
	border-right: 			1px solid black;
	border-left:			1px solid black;
	position: 				relative;
	z-index:				5;
	padding-left: 			5px;
	padding-top: 			5px;
}

#content_internal h3 {
	margin-top:					0px;
	margin-bottom:				0px;
}
