/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form{
display:inline;
}

/* Design */
body{
	margin:auto;
	-width:960px;
	min-width:960px;
	max-width:1080px;
	background-color:#000b0c;
	font-family:arial;
	font-size:12px;
	color:#fff;
	padding:0 20px;
}
a{
	text-decoration:none;
	color:#00adfc;
}
a:hover{
	text-decoration:underline;
}
#page_header{
	overflow:hidden;
	//zoom:1;/*4ie*/
}
#page_header .logo{
	margin-left:-20px;
	float:left;
	height:112px;
}
#page_header .main_menu{
	clear:right;
	overflow:hidden;
	//zoom:1;/*4ie*/

}

#page_header .main_menu img{
	width:84px;
	height:84px;
	display:block;
}
#page_header .main_menu li{
	float:right;
	width:84px;
	text-align:center;

}
#page_header .main_menu a{
	color:#87b8e8;
	font-family:Tahoma;
	display:block;
}
#page_header .page_title{
	float:left;
	clear:left;
	font-size:14px;
	margin-bottom:15px;
}
#page_header .page_title h2{
	font-style:italic;
	font-weight:normal;
	color:#ffeb00;
	display:inline;
}
#page_header .search_bar{
	float:right;
	background: transparent url('image/search_bar_left_border.gif') no-repeat;
	padding-left:5px;
	margin-bottom:15px;
}
.search_bar .input_area{
	padding:5px 10px;
	float:left;
	background: #2f3c3d url('image/search_bar_right_border.gif') 100% 0 no-repeat;
	height:22px;
	overflow:hidden;
}
.search_bar input.text{
	width:275px;
	margin-right:20px;
}
.search_bar input.text, .search_bar select{
	border:1px outset black;
}
.search_bar input.image{
	padding:3px 0;
	margin-left:20px;
}
#page_header .page_description{
	clear:both;
	font-size:14px;
}
#page_header .page_description img{
	vertical-align:bottom;
}
#page_content{
	margin-top:15px;
	position:relative;
}
#page_content .nav_bar:before{
	content:url('image/nav_bar_border_top.png');
	display:block;
	height:69px;
}
#page_content .nav_bar:after{
	content:url('image/nav_bar_border_bottom.png');
	display:block;
	height:183px;

}
#page_content .nav_bar{
	//zoom:expression(runtimeStyle.zoom=1, this.innerHTML = '<img src="images/nav_bar_border_top.png" style="display:block;height:69px">' + this.innerHTML + '<img src="images/nav_bar_border_bottom.png" style="display:block;height:183px">'); /*4ie*/
	background:transparent url('image/nav_bar_bg.png') repeat-y;
	width:216px;
	position:absolute;
	left:0;
	top:0;
}

#page_content .nav_bar h3{
	height:48px;
	line-height:48px;
	background: #1071c5 url('image/nav_bar_header_bg.jpg') no-repeat;
	width:208px;
	text-align:center;
	font-size:150%;
	text-transform:uppercase;
	font-weight:normal;
	color:#000;
	margin-left:4px;
}
#page_content .nav_bar .links{
	margin-top:1em;
}
#page_content .nav_bar .links li{
	background:transparent url('image/nav_bar_link_bottom.gif') 50% 100% no-repeat;
	padding:3px 5px 6px 24px;
}
#page_content .nav_bar .links a{
	background: transparent url('image/nav_bar_links_markers.gif') 0 80% no-repeat;
	padding-left:25px;
	font-family:tahoma;
	font-size:16px;
	color:#00adfc;

}#page_content .nav_bar .links a:hover{
	background-position:-217px 80%;
}

#page_content .content
{
	position:relative;
	left:216px;
	margin-right:216px;
	padding:18px 7px 30px;
	overflow:hidden;
}
#page_content .content .gallery{
	clear:both;
	overflow:hidden;
	margin-top:20px;
	//zoom:1;/*4ie*/
	//margin-top:16px;/*4ie*/
}
#page_content .content .gallery li{
	float:left;
	margin:4px;
}

#page_content .content .gallery img{
	width:160px;
	height:130px;
	border:1px solid #ffeb00;
}

#page_content .content a.pictures, #page_content .content a.movies{
	float:right;
	margin-right:15px;
	position:relative;/*4ie6*/
	background: transparent url('image/links_picture_movies.png') 0 50% no-repeat;
	height:30px;
	width:60px;
	line-height:27px;
	padding-left:35px;
}
#page_content .content a.movies{
	background-position: -155px 50%;
}
#page_content .content h3{
	color:#4389d5;
	font-size:170%;
	font-weight:normal;
	text-transform:uppercase;
	display:inline;
}
#page_content .content h3 em{
	font-size:140%;
	font-style:normal;
}
#page_content .content h4{
		display:inline;
		font-weight:normal;
		margin:0 15px;
}
#page_content .content .archieve_nav, #page_content .content .links{
	color:#005c5f;
}

#page_content .content .archieve_nav{
	text-transform:uppercase;
	font-size:200%;
	text-align:center;
	margin:15px 0;
	cursor:default;
}
#page_content .content .links h5{
	font-size:200%;
	font-weight:normal;
	text-align:center;
	margin:20px 0;
}
#page_content .content .archieve_nav li, #page_content .content .archieve_nav ul{
	display:inline;
}
#page_content .content .links li a{
	//zoom:expression(runtimeStyle.zoom=1,(this.innerHTML.charAt(0)=='*' || document.documentMode>=8)?this.innerHTML=this.innerHTML:this.innerHTML = '* ' + this.innerHTML);/*4ie*/
}
#page_content .content .links li a:before{
	content:'* ';
}
