@charset "utf-8";
/* CSS Document */

body{
	background: url(images/perahera2010.jpg) fixed;
	/*background: url(images/bg_gradient.png) repeat-x;*/
	margin: 0;
	background-color:#ffffff;

}

.container{
	/*background: url(images/bg_gradient.png) repeat-x;*/
	margin: 0 auto;
	width: 800px;
	margin-top:35px;
	/*background-color:#ffffff;*/
	border:solid 0px #6a000c;
	
}

.headbar{
border:0;

}

.main_body{
height:335px;

}

.bodyleft{
background-color:#999999;
width:358px;
height:334px;
float:left
}

.bodyleft .button_set{
background-color:#666666;
width:358px;
height:155px;
float:left
}

.bodyleft .tele_scroll{
padding:3px;
border:#000000 solid 0px;
clear:both;
padding-left:10px;
padding-right:10px;

}


.bodyright{
border:none;
width:434px;
height:334px;
float:right;
background-image:url(images/metalic_border.jpg);

}

.copyright{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
color:#666666;
font-weight:bold;
}

.comment{
font-size:11px;
color:#FF0000;
font-weight:normal;
text-decoration:underline;
}

.main_image{
position:relative;
top:10px;
left:10px;
}

.menubar{
z-index:100;
position:relative;
}

.plane_ash_bar{
border:1px #000000 solid;
background:url(p7exp/images/p7exp_mbar.jpg) repeat-x;
height:26px;
margin:3px;
}

.video_button_set{
border:1px;

margin:8px

}

.video_thumb{
width:164px;
height:62px;
border:1px #000000 solid;
}











/*video button hovers*/
.video_button_set a:hover{
color:red;
}

.video_button_set a:link img,
.video_button_set a:visited img{
border:1px solid black;
}

.video_button_set a:focus img,
.video_button_set a:hover img,
.video_button_set a:active img{
border:1px solid white;
}


