﻿html {
	padding: 0;
	margin: 0;
}

body {
	background-image:url('images/page_bg_img.jpg');
	background-repeat:repeat-x;
	background-color: #0086BD;
	margin: 0;
}

.headBlock {
	background-color:#333;
	width: 900px;
	height: 190px;  
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	position:relative;
	margin-top:5px;
	padding-top: 5px;
	clear:both;
	text-align:right;
}

.logo {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	width: 850px;
	height: 127px;
	margin-left: 15px;
	text-align: right;
	float: left;
	padding-left: 675;
}

.slogan {
	position: relative;
	float: right;
	top: 20px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 30px;
}

.wrapper {
	background-color:#333;
	width: 900px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
}

.contentArea {
	width: 870px;
	height: 680px;
	background-image:url('images/page_bg_trans.jpg');
	background-repeat:repeat-x;
	background-color: #7dc1dd;
	margin-left:auto;
	margin-right:auto;
}

.mainBody {
	margin-left: 20px;
	margin-right: 20px;
}

.textBlock {
	
}

.ajaxArea {
	width: 545px;
	height: 440px;
	float: left;
	overflow: auto;
}

.iphoneMenu {
	margin-top: 0;
	margin-left: 20px;
	padding-right: 20px;
	float:left;
}

.slideshow {
	margin-top: 60px;
	width: 540px;
	margin-left: 305px;
}
