html {
	height: 100%;
}
body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
}
#header {
	position:relative;
	width:1024px;
	height:455px;
	padding: 0;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
}
#logo {
	position:relative;
	width:1024px;
	height:164px;
	font-size: 18px;
	font-style: italic;
	color: #6c6c6c;
	text-align: left;
}
#menu1 {
	position:relative;
	top:0px;
	width:700px;
	height:236px;
	z-index:1;
	float: left;
}
#menu1 ul {
	font-size: 18px;
	list-style-type: none;
	margin: 10px 0px 0px 60px;
	padding: 0px;
	display: inline;
	float: left;
}
#menu1 a {
	text-decoration: none;
	color: #0d3275;
}
#menu1 a:hover {
	text-decoration: underline;
}
#menu1 li {
	line-height: 18px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: url(images/arrow.jpg) no-repeat 0 2px;
}
#contacts {
	position:absolute;
	float: right;
	width: 200px;
	font-size: 18px;
	color: #062375;
	text-align: right;
	margin-right: 20px;
	left: 819px;
	top: 277px;
}
#menu2 {
	position:relative;
	width:640px;
	height:54px;
	z-index:1;
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 54px;
}
#menu2 ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#menu2 li {
	float: left;
	margin: 0;
	width: 151px;
	text-align: center;
	background: url(none) no-repeat;
}
#menu2 a {
	color: #ffffff;
	text-decoration: none;
}
#menu2 a:hover {
	text-decoration: underline;
}
#address {
	position:relative;
	float: right;
	font-size: 18px;
	color: #062375;
	margin: 30px 45px 0 0;
}
#content {
	position:relative;
	width:746px;
	z-index:1;
	float: left;
	padding: 20px 20px 20px 20px;
}
#sidebar {
	position:relative;
	width:198px;
	z-index:2;
	float: right;
	padding: 20px;
}
#wrapper {
	position:relative;
	z-index:3;
	margin: 0 auto;
	width: 1024px;
	background-color: #FFFFFF;
}
#footer {
	position:relative;
	width:1004px;
	height:56px;
	background-image: url(images/footer-bg.jpg);
	float: left;
	line-height: 56px;
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 14px;
}
#center {
	position:relative;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 1024px;
	float: left;
	background-color: #FFFFFF;
}
h1 {
	font-size: 18px;
	color: #0a2ea5;
}
.sidebar-header {
	color: #0a2ea5;
	font-size: 18px;
}
.date {
	color: #8A7624;
}
.small-phone {
	font-size: 12px;
	font-weight: bold;
}

.right
{
	float:right; 
	margin: 5px 0 10px 15px;
}

.left
{
	float:left; 
	margin: 5px 15px 10px 0;
}

