body, html {
	background-color:#ffffff;
	font-family:Arial,Tahoma,sans-serif;
    color:#444444;
    font-size:12px;
    padding:0px;
    margin:0px;
    
    text-align:center;
}

.Holder {
	width: 1106px;
	margin: 0 auto;
	
	text-align:left;
}

.Holder .Header {
	background-image:url(logo_vox.jpg);
	background-repeat:no-repeat;
	
	height: 452px;
	position: relative;
}

.Holder .Header .MainMenu {
	position: absolute;
	
	top: 185px;
	left: 30px;	
}

.Holder .Header .Image {
	position: absolute;
	
	top: 164px;
	left: 260px;	
}

.MainMenu a {
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 2.5em;
	text-decoration: none;
	text-transform: uppercase;
}

.Holder .Bottom {
	background-image:url(background_bottom_vox.jpg);
	background-repeat:no-repeat;
	
	position: relative;	
	
	min-height: 395px;	
	height:auto !important;
  	height:395px;
}

.Content {
	padding: 50px 270px 20px 270px;
}

h1 {
	color:#dd0919;
    font-size:18px;
    font-weight:normal;
    margin: 0px;	
}

.Content h1 {
	margin-bottom: 1.5em;
	}

.Content a {
	color: #444444;
	}

.Holder .Header h1 {
	position: absolute;
	top: 60px;
	left: 525px;
	}

.MetaNavi {
	border-top: 1px solid #bfbfbf;
	padding-top: 10px;
	padding-bottom: 10px;
	
	text-align: center;
	color: #666;
}

.MetaNavi a {
	color: #666;
	text-decoration: none;
	
	margin: 0px 35px 0px 35px;
}