body {
	margin: 0;
	padding: 0;
	color: #444444;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
	text-align: center;
	background: URL(images/bg.gif) repeat-x #0A1641;
}

#wrapper {
	position: relative;
	padding-top: 100px;
	margin: auto;
	width: 758px;
	text-align: left;
}

#content {
	float: left;
	width: 758px;
}

#logo {
	float: left;
	width: 308px;
	height: 94px;
	background: URL(images/logo.jpg) no-repeat;
}

#top-right {
	float: right;
	width: 400px;
}

#top-right-price {
	float: right;
	width: 200px;
	height: 18px;
	padding: 35px 10px 0 0;
	color: #ffffff;
	text-align: right;
}

#top-right-contact {
	float: right;
	width: 200px;
	padding: 2px 10px 0 0;
	color: #ffffff;
	text-align: right;
}

#top-right-navigation {
	position: absolute;
	top: 168px;
	right: 0;
	width: 275px;
	padding: 10px 5px 0 0;
}

#top-right-navigation .navigation-tab {
	float: left;
	margin-right: 5px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#top-right-navigation a:link, #top-right-navigation a:visited, #top-right-navigation a:hover, #top-right-navigation a: active {
	color: #444444;
	text-decoration: none;
}

#top-right-navigation .navigation-tab:hover {
	color: #0000ff;
}

.navigation-tab-left {
	float: left;
	width: 2px;
	height: 24px;
	text-decoration: none;
	background: URL(images/navigation-tab-left.gif) no-repeat;
}

.navigation-tab-bg {
	float: left;
	height: 24px;
	padding: 4px 8px;
	text-decoration: none;
	background: URL(images/navigation-tab-bg.gif) repeat-x;
}

.navigation-tab-right{
	float: left;
	width: 2px;
	height: 24px;
	text-decoration: none;
	background: URL(images/navigation-tab-right.gif) no-repeat;
}

#search-bar {
	float: left;
	clear: both;
	width: 758px;
	height: 50px;
	margin-top: 10px;
}

#search-bar-top {
	position: absolute;
	top: 198px;
	right: 0;
	width: 758px;
	height: 6px;
	background: URL(images/top-bar.jpg) no-repeat;
}

#search-bar-left {
	float: left;
	width: 4px;
	height: 50px;
	background: URL(images/left-side-bar.jpg) repeat-y;
}

#search-bar-content {
	float: left;
	width: 400px;
	height: 38px;
	padding: 12px 175px 0 175px;
	background: #ffffff;
}

#search-bar-right {
	float: left;
	width: 4px;
	height: 50px;
	background: URL(images/right-side-bar.jpg) repeat-y;
}

#search-bar-bottom {
	float: left;
	width: 758px;
	height: 6px;
	font-size: 0px;
	background: URL(images/bottom-bar.jpg) no-repeat;
}

#main {
	float: left;
	width: 752px;
	padding: 0 4px;
	margin-top: 6px;
}

#main-content {
	float: left;
	width: 740px;
	padding: 5px 5px 2px 5px;
	background: #3F4F84;
}

#main-button {
	float: left;
	width: 269px;
	height: 142px;
}

#news {
	float: right;
	width: 464px;
	height: 142px;
	background: URL(images/latest-news-bg.jpg) repeat-x;
}

#news-left {
	float: left;
	width: 4px;
	height: 142px;
	background: URL(images/latest-news-left.gif) no-repeat;
}

#news-picture {
	float: left;
	width: 131px;
	height: 122px;
	padding: 10px;
}

#news-content {
	float: left;
	padding: 2px 5px;
	width: 295px;
	height: 138px;
}

#news-title {
	float: left;
	width: 100%;
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Trebuchet, Heveltica, Arial, sans-serif;
}

#news-p {
	float: left;
	width: 100%;
	padding-top: 5px;
	font-size: 0.9em;
	line-height: 18px;
}

#news-right {
	float: left;
	width: 4px;
	height: 142px;
	background: URL(images/latest-news-right.gif) no-repeat;
}

#main-bottom {
	float: left;
	width: 750px;
	height: 3px;
	font-size: 0;
	background: URL(images/content-bottom.gif) no-repeat;
}

#footer {
	float: left;
	width: 750px;
	padding-top: 5px;
	color: #cccccc;
	text-align: center;
}