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

*{
margin:0;
padding:0;
}

a{
text-decoration: none;
color: #990000;

}


body{
	background-color:#050505;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	color: #999999;
	
}

#wrap{
	background-image: url(img/homeback.jpg);
	background-repeat: no-repeat;	
	width: 1050px;
	height: 663px;
	border: 1px solid #222222;
	position:relative;
	margin: 10px auto;
}

#header{
	position:absolute;
	top: 15px;
	left: 15px;
	background-image: url(img/vvd.gif);	
	height: 27px;
	width: 443px;
}

#header h1{
	display: none;
}

#menu{
	position: absolute;
	height: 500px;
	top: 100px;
	left: 100px;
	width: 300px;
	line-height: 1.4em;
	font-size: 1.2em;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	font-size: 1.1em;
	
}	

#menu ul li a{
	color: white;
	font-weight: normal;
}

#menu ul .currentpage a{
	color: #990000;
}

#content,#interiorcontent{
	position:absolute;
	top: 100px;
	right: 60px;
	width: 300px;
	border-left: 1px solid #990000;
	overflow:auto;
	padding-left: 15px;
	line-height: 1.3em;
	font-size: .9em;
}

#interiorcontent{
	width: 600px;
}

#content h1, #interiorcontent h1{
	font-size: 1.6em;
	font-weight: normal;
	color: #990000;
	
}

#footer{
	width: 1050px;
	margin: 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	
}


.pagenavigation .prevpage, .pagenavigation .nextpage{
	display:none;
}


