﻿

body, div, img {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
}

body {
	color: #000;
	background-color: #f3f3f3;
	background-image: url("images/vantage/logo-bg.gif");
	background-repeat: no-repeat;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header 
{
	height: 101px;
	min-width: 900px;
}

#logo {
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 309px;
	height: 101px;
}



.VantageNavigation a 
{
	color: White;
}

#main-top {
	margin: 24px 45px 0px 45px;
	min-width: 850px;
	height: 16px;
	color: #000;
	background-color: #fff;
	background-image: url("images/vantage/main-tr.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

#main {
	margin: 0px 45px 0px 45px;
	padding: 0px 16px 0px 16px;
	min-width: 818px;
	color: #000;
	background-color: #fff;
}



#main-bottom {
	margin: 0px 45px 24px 45px;
	min-width: 850px;
	height: 16px;
	color: #000;
	background-color: #fff;
	background-image: url("images/vantage/main-br.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

h1 {
	margin-top: 0px;
	line-height: 1em;
	font-size: large;
}

h2 {
	font-size: medium;
}

h3, p.intro {
	font-size: small;
}

h4 {
	margin-bottom: 0px;
	font-size: x-small;
}

p, ul {
	margin-bottom: 0px;
}

#screenshot {
	margin: 0px 0px 15px 15px;
	float: right;
}

span.news-headline {
	font-weight: bold;
}

span.news-date {
	font-style: italic;
}

#container {
	position: relative;
	width: 100%;
}

#details {
	margin-right: 298px;
}

#details p.first, ul {
	margin-top: 0px;
}

#panel {
	display: inline;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 16px 0px 16px;
	width: 250px;
	float: right;
	color: #000;
	background-color: #ddd;
}

#panel-top {
	margin: 0px -16px 0px -16px;
	height: 16px;
	background-image: url("images/vantage/panel-tr.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

#panel-bottom {
	margin: 0px -16px 0px -16px;
	height: 16px;
	background-image: url("images/vantage/panel-br.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

#panel h2 {
	margin-top: 0px;
	line-height: 1em;
}

#copyrightnew {
	margin: 0px 45px 24px 45px;
	font-size: xx-small;
}


