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

*{ padding:0px; margin:0px; }

body{
	margin:0px;
	background-color: #111111;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#body_content {
	margin:0 auto;
    width: 100%;
	border:1px solid #FF0000;
}

.header {
	margin:0 auto;
	padding:5px 20px 0px 0px; /* Footer Padding */
	background-color: #333333;
	margin-bottom:3px;
}
.header > h1{
	padding:0px 20px 0px 20px;
/*	font-size:24px;
	color:#aaa;
	font-weight:normal;
	text-shadow:1px 1px 1px #000;
	font-family: 'Rock Salt', arial, serif;
*/}

.content {
/*	margin:0 auto;  */
	float:left;
	width: 850px;
	padding:0px 0px 0px 0px; /* Footer Padding 
background-color: #333333; */
}

.logo {
	float:left;
	width: 125px;
	height:570px;
	overflow:visible;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a {
	color:#C60000;
}
a:hover {
	color:#FFFFFF;
}

h3{
	margin: 10px 10px 0 10px;
	color:#FFFFFF;
	letter-spacing:-1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.boxgrid{ 
	width: 270px; 
	height: 280px; 
	margin:3px; 
	float:left; 
	background:#161613; 
	border: solid 2px #666; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{
	padding: 0 10px;
	color:#afafaf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000000; 
	height: 200px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 280;
	left: 0;
}
.caption .boxcaption {
	top: 205;
	left: 0;
}


.footer {
 /*   margin: 0 auto;
 */
    color: #FFFFFF;
    font-family: "Trebuchet MS",sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 900px;
}
.footer a{
    color: #AAAAAA;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #000000;
}
.footer a:hover{
    color: #FFFFFF;
    text-shadow: 0 0 1px #FFFFFF;
}