body{
background:#000;
	color: #CCC;
	font-size:100%;
	font-weight: normal;
	font-family: sans-serif;
	margin: 0;
}
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
a img{
border:0;
}
#wrapper{
background:#000;
margin: 0 auto;
max-width:480px;
}

#header{
margin: 0;
background-image:url(template_images/header_bg.jpg);
background-repeat:repeat-x;
background-position:center top;
height:100%;
text-align:center;
}

#main{
	border:0;
}

#footer{
	max-width:480px;
	background:#350c0b;
	text-align:center;
}


#disclaimer{
	padding:3px;
	background:#111;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom:10px;
}

#disclaimer p{

	padding:3px;
	color:#CCC;
	font-size: 0.7em;
}

#disclaimer a{
color:#fff;
font-weight:bold;
text-decoration:none;
}
.main_menu 
{
	max-width:480px;
	margin-bottom:5px;
	margin-top:-4px;

}
.top_button{
	display:inline-block;
}

.main_menu_bottom 
{
	max-width:100%;
	text-align: center;
	background-color: #000;
	padding-bottom:10px;
	clear:both;
}

.main_menu_middle 
{
	text-align: center;
	background:#000;
	margin-bottom:15px;
	margin-top:8px;
	font-size: 16px;
	color: #fff;
	padding:1px;
	line-height: 22px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	clear:left;
}

.red_link
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #f00;
	background-color: #000;
	padding: 2px;
}

h1 {
	color:#8a0000;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: .2em;
	margin-bottom: .2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8a0000;
}

/*main Content*/

.block{
background-color:#000;
width:100%;
clear:both;
margin-top:8px;

}
.c_top{
	background-image:url(template_images/titles_bar.jpg);
	float:left;
	width:100%;
}
.c_display{
background-image:url(template_images/text_bg.jpg);
background-repeat:repeat;
width:100%;
clear:both;
display:inline-block;

}

.c_left{
background-image:url(template_images/text_bg.jpg);
float:left;
width:100%;
padding-right:2px;
}

.c_left p{
	margin-bottom:15px;
	padding-left: 4px;
	font-size:0.9em;
	margin-top:8px;
	line-height:20px;
}

.s_button{
	background-color:#fff;
	border:1px solid #e02510;
	display:inline-block;
	width:150px;
	margin-bottom:6px;
	margin-left: 6px;
	float:left;
}
.s_button1{
	background-color:#fff;
	border:1px solid #e02510;
	display:inline-block;
	width:150px;
	margin-bottom:6px;
	margin-left: 6px;
	float:left;
	clear:left;
}
.v_button{
	background-color:#fff;
	border:1px solid #e02510;
	display:inline-block;
	width:150px;
	margin-bottom:6px;
	margin-left:6px;
	float:left;
}

.s_button a{
	background:#fff url(template_images/play.jpg) no-repeat left top;
	text-decoration:none;
	border:0;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	
}
.s_button1 a{
	background:#fff url(template_images/play.jpg) no-repeat left top;
	text-decoration:none;
	border:0;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	
}
.v_button a{
	background:#fff url(template_images/lock.jpg) no-repeat left top;
	text-decoration:none;
	border:0;
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
.v_button a span{
    text-align:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F00;
	font-weight:700;
	line-height:18px;
	padding:6px 3px 6px 30px;
}
.s_button a span{
text-align:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:700;
	line-height:18px;
	padding:6px 3px 6px 30px;
}
.s_button1 a span{
text-align:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:700;
	line-height:18px;
	padding:6px 3px 6px 30px;
}
.includes{

	padding:3px;
	color:#CCC;
	font-size: 0.7em;
}
.includes-title{

	padding:5px;
	color:#FFF;
	font-size: 0.8em;
}
/****************/
.c_left .photo {
	display: block;
	margin: 2px 0px 0px 4px;
}
.c_left .photo img {
	display: block;
	width: 150px;
	height: 110px;
	border: 3px solid #000;
	float:left;
	margin-right:4px;
	margin-bottom: 2px;
}
