html {
	font: small/1.7 Verdana, Arial, sans-serif;
	color: #000;
	background: #eee;
	margin: 0;
	padding: 0;
}

body {
	font-size: 86%; /* base font size */
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0.6em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #606;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: small;
}

h4 {
	font-size: 1em;
}

ul {
	margin: 0.6em 0;
}

img {
	border: 0;
	margin: 0;
}

form {
	display: inline;
}

p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:link:hover,
a:visited:hover {
	text-decoration: none;
}

.autoclear {
	overflow: auto; /* clears contained floats */
}

/* layout */

#navigation
{
	position: absolute;
	top: 0;
	background: url(../images/gui/topcurve.png) no-repeat 365px 0 transparent;
	height: 96px;
	width: 760px;
	z-index: 2;
}

a.logo {
	height: 96px;
	width: 366px;
	background: url(../images/gui/logo_shadow.png) repeat-x left bottom;
	display: block;
	position: absolute;
}

a.logo img {
	margin-left: 30px;
	margin-top: 14px;
}

div.global-nav
{
	position: absolute;
	background: #606;
	left: 422px;
	width: 338px;
	height: 79px;
}

#udm {
	height: 35px;
	width: 348px;
	left: -10px;
}

#udm li {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 8px;
	background: url(../images/gui/vseparator.png) no-repeat top right;
}

#udm li.first-child {
	padding-left: 0;
}

#udm li.last-child {
	padding-right: 0;
	background: none;
}

#udm ul li {
	display: inline;
	float: none;
	height: auto;
	line-height: normal;
	padding: 0;
	background: none;
}

#udm ul {
	padding: 16px 0;
	border: none !important;
}

#udm .contact .udmS {
	background-image: url(../images/gui/menu-bg-1-item.png);
	background-repeat: no-repeat;
	height: 54px !important;
}

#udm .about .udmS {
	background-image: url(../images/gui/menu-bg-3-item.png);
	background-repeat: no-repeat;
	height: 97px !important;
}

#udm .members .udmS {
	background-image: url(../images/gui/menu-bg-2-item.png);
	background-repeat: no-repeat;
	height: 76px !important;
}

#udm .advantage .udmS {
	background-image: url(../images/gui/menu-bg-4-item.png);
	background-repeat: no-repeat;
	height: 118px !important;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	border: solid #999 1px;
	border-top: none;
	position: relative;
	background: #fff;
}

#main
{
	padding-top: 79px;
}

#footer
{
	text-align: center;
	color: #EFE5EF;
	font-size: x-small;
	padding: 10px 0;
	background: #606;
}

#footer p {
	margin: 0;
	
}

#footer a:link,
#footer a:visited {
	color: #EFE5EF;
}