
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial;
	color: #666;
	background: #f7f7c8;
}

img {
	border: 0px;
}

a:link, 
a:visited 
{
	color: #9dabae;
	font: normal 12px Arial;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	min-width: 760px;
	max-width: 984px;
	width: expression(document.body.clientWidth > 984 ? "984px" : "auto");
}

#header {
	padding-top: 25px;
	margin: 0 21px 10px 44px;
}

#header_wrapper {
	float: left;
	width: 345px;
}

#main_menu {
	float: left;
	width: 300px;
	height: 128px;
}

div.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

div.publication {
	float: left;
	padding-left: 58px;
	width: 345px;
	background: url('../images/layout/bg_publications_home.gif') no-repeat top left;
	padding-bottom: 10px;
}

div.publication h2 {
	color: #ead501;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

div.logo {
	float: right;
	background: url('../images/layout/logo.gif') no-repeat top left;
	width: 322px;
	height: 155px;
}

div.logo a {
	width: 322px;
	height: 155px;
	display: block;
	text-decoration: none;
}

div.info {
	clear: right;
	float: right;
	margin-top: 4px;
	padding-right: 10px;
	width: 395px;
	color: #bbb;
	text-align: right;
}

#content {
	margin-left: 44px;
	margin-right: 21px;
}

div.about_us {
	margin-left: 42px;
	margin-top: 18px;
	margin-bottom: 38px;
	color: #aaa9a9;
	text-transform: uppercase;
	line-height: 22px;
	font-weight: bold;
	width: 350px;
	text-align: justify;
	position: relative;
}

div.about_us a {
	position: absolute;
	right: 0px;
	bottom: 3px;
	width: 21px;
	height: 11px;
	display: block;

}

div.about_us a,
div.about_us a:link,
div.about_us a:visited,
div.about_us a:active {
	position: absolute;
	right: 0px;
	bottom: 6px;
	width: 21px;
	height: 11px;
	display: block;
	background: url('../images/layout/plus.jpg') no-repeat top right;
}
	
div.about_us a:hover {
	background: url('../images/layout/plus_hover.jpg') no-repeat top left;
}

#footer {
}

#footer span {
	display: block;
	color: #9dabae;
	font-size: 14px;
	font-weight: bold;
}