@charset "utf-8";
/* CSS Document */
html,body {
	margin:0; 
	padding:0;
	height:100%;
}

body {
	background-color:#d4cbd3;
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
}

h2 {
	font-size:130%; 
	color:#999; 
	padding:0; 
	margin:0 0 5px 0;
}

h3 {
	font-size:115%; 
	color:#999; 
	padding:0;
	margin:0 0 5px 0;
}

p {
	margin:0 0 10px 0;
	color:#666;
}

a {
	font-weight:bold;
	color:#E7007B;
	text-decoration:none;
}

div#container {
	text-align:left;
	width:924px;
	background-image:url(../images/main-back.gif);
	min-height: 100%;
	margin:0 auto;
	padding-top:20px;
	height:auto;
	overflow:auto;
}

div#header {
	height:130px;
	margin:0;
	padding-left:10px;
}

.header-title {
	height:98px;
	background-image:url(../images/vikingfmtv-logo.gif);
	padding:30px 0 0 0;
	background-repeat:no-repeat;
	margin:0 0 0 340px;
}

.header-title h1 {
	display:none;
}

div#wrapper {
	background-image:url(../images/wrapper-fade.gif);
	width:896px;
	margin-left:14px;
	background-position:top center;
	background-repeat:repeat-x;
	float:left;
}

div#content {
	float:left;
	width:460px;
	margin:30px 0 30px 15px;
}

div#main-video {
	width:460px;
	text-align:center;
	margin:30px 0 40px 0;
}

div#content p {
	line-height:1.4;
}

div#right-col {
	float:right;
	width:350px;
	margin:30px 15px 0 0;
}

div#latest-video {
	width:350px;
	text-align:center;
	margin:30px 0 10px 0;
}

div#extra {
	float:left;
	width:460px;
	margin:0 0 0 15px;
}
