html {
	overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	background: #fff url("/images/bgr.jpg") repeat top left;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 0px;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}


p{
	margin: 10px 0px 10px 0px;
}

#wrapper {
	position: relative;
	margin-left: -453px;
	width: 806px;
	left: 50%;
	margin-top: 110px;
}

#header {
	width: 806px;
	height: 29px;
	background: transparent url("images/top.png") no-repeat top left;
}

#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000000;
	top: 0px;
	width: 786px;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
	right: 0px;
	height: 30px;
	color: #fff;
}
#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style-type: none;
}

#nav {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;
	right: 0px;
	position: absolute;
	display: inline;
	text-align: right;
}

#nav li {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0px 5px 3px 5px;
}
#nav li a:hover {
	text-decoration: underline;
}

#nav li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 15px;
	margin: 0;
	padding: 0;
	background: #2f92a5;
	width: 150px;
	text-align: left;
}

#nav li:hover ul{
	display: block;
}

#nav li ul li {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 3px 2px;
}
#nav li ul li a {
	display: block;
	width: 100%;
	color: #FFFFFF;
}


#container {
	overflow: hidden;
	width: 806px;
	background: transparent url("images/bodybgr.png") repeat-y top left;
}

#left {
	float: left;
	display: inline;
	width: 150px;
	text-align: center;
	margin-top: 60px;
}
#left img {
	margin-bottom: 20px;
}

#left .submenu{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#left #nav, #left #nav ul{ display: block;}

	#left .submenu li a{
		color: #FFFFFF;
	}

#left ul.address {
	display: none;
}


#content {
	float: right;
	display: left;
	width: 621px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 40px;
	margin-bottom: 30px;
}

#footer {
	clear: both;
	width: 806px;
	height: 16px;
	position: relative;
	background: transparent url("images/bottom.png") no-repeat top left;
}
#footer ul {
	font-size: 9px;
	color: #fff;
	position: absolute;
	margin: 0;
	padding: 0;
	top: -70px;
	left: 15px;
}
#footer ul li {
	list-style-type: none;
}
#footer a {
	color: #fff;
}


#ultimate  {
	text-align: center;
	margin-bottom: 30px;
}
#ultimate a {
	color: #ddd;
}


