@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin:0;
	padding:0;
	background-color:#161f29
}
a:link, a:active, a:visited {
	color:#cadb2b;
	text-decoration: underline;
}
a:hover {
	color:#cadb2b;
	text-decoration:none;
}
/*Start Page Css*/
.Page_title {
	font-size:18px;
	font-weight:bold;
}
#pageHolder {
width:770px; margin:0 auto;
}
#header {
width:100%; clear:both;
}
#header_left {
float:left; width:554px;
}
#nav {
background:url(../images/header_navigation_bg.jpg) no-repeat; width:554px; height:49px;
}
#header_right {
float:right
}
#header_movie {
clear:both; width:100%; background:url(../images/header_movie_bg.jpg) no-repeat; height:196px;
}

#conteiner {
background:url(../images/content_bg.jpg) no-repeat top #000000; 

}
#Left_side {
float:left; width:175px;
}
#Right_side {
float:right; width:175px;
}
#Content {
margin:0 180px 0 175px;
}
.content_main {
background-color:#363e46; border:1px solid #010101; padding:5px;
}
.content_main P {
	padding:0;
	margin:0;
}

#footer {
clear:both;width:100%; background:url(../images/footer_bg.jpg) no-repeat; height:69px
}

/*Start Blocks*/
.blocks {
width:170px;
margin:0 0 5px 0;
}
.block_title {
background:url(../images/block_top_bg.gif) no-repeat; height:30px; font-weight:bold; text-align:center;padding:4px 0 0 0;
}
.block_content {
padding:0 5px 0 5px;
}

.blocks_2 {
background-color:#424b52; border:1px solid #6a737a; padding:5px; margin:0 0 5px 2px; width:155px;
}
.block_title_2 {
font-weight:bold; color:#cadb2b; text-align:left; border-bottom:1px solid #f96200;
}
.block_content_2 {
padding:5px 0 0 0;
}

/*Start Site CSs*/
hr {
 color:#000000;
 height:1px;
 border-bottom:1px solid #f96200;
}
.serif16Black{font-family:Serif; font-size:16px; color:#000000 ; font-style:italic} 
.serif16BlackBold{font-family:Serif; font-size:16px; color:#000000; font-weight:bold;font-style:italic } 
.serif16Red{font-family:Serif; font-size:16px; color:#ff0000}
.serif14{font-family:Serif; font-size:14px;}

.FAQ-q{font-weight:bold;color:#D1E03B}

.FAQ-a TD{vertical-align:top; padding-bottom:10px; }