@charset "UTF-8";
/* CSS Document */

html
{
	width:			100%;
	height:			100%;
}

body 
{
	background:		url(images/background.jpg) top left repeat-x #bf0014;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight:	400;
	text-align:		center;
	height:			100%;
	width:			100%;
	color:			#fff;
}

a
{
	color:				#FFA300;
}

a:hover
{
	color:				#fff;
}

#wrapper 
{
	width:			950px;
	background:		#000;
	margin:			0 auto;
	text-align:		left;
}

#wrapper2
{
	padding:		0 32px;
}


#header
{
	height:			132px;
	background:		url(images/header.jpg) top left no-repeat #000;
	position:		relative;
}

#page
{
	
}

#main_column
{
	width:			572px;
	min-height:		500px;
	margin-right:	318px;
}

#side_column
{
	float:			right;
	width:			300px;
	min-height:		500px;
	padding-bottom: 12px;
}

.side_image 
{
	background:		url(images/side_image_background.jpg) top left no-repeat #000;
	margin-bottom:	18px;
}

.side_image_inner
{
	padding:		12px;
}

.main_image 
{
	border:			1px solid #383015;
	width:			570px;
	height:			298px;
	margin-bottom:	12px;
	position:		relative;
}

.content 
{
	border:			1px solid #383015;
	padding:		8px;
	background:		#000;
}

.content_inner
{
	min-height:		80px;
	background:		url(images/content_background.jpg) top left no-repeat #000;
	padding:		12px;
}

.content h1
{
	font-family:	"Times New Roman", Times, serif;
	font-style:		oblique;
	font-weight:	700;
	font-size:		16px;
	color:			#FFA300;
	padding-bottom:	10px;
}

.content p
{
	font-size:		12px;
	padding-bottom:	10px;
	line-height:	16px;
}



#footer
{
	height:			60px;
	background:		url(images/footer_background.jpg) top left repeat-x #000;
	clear:			both;
	margin-top:		12px;
	color:			#FFA300;
	text-align:		center;
	padding-top:	24px;
	
}

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

#footer a:hover 
{
	color:			#fff;
}

.gallery_photo
{
	float:left;
	margin:0 16px 16px 0;
	border:1px solid #ffa300;
}

.gallery_photo:hover
{
	border-color:#ccc;
}
