@charset "utf-8";
@import url("yui-reset.css");
body {
	background:  #FFFFFF url(/images/bg03.jpg) no-repeat top left;
	font-size: 62.5%;
	max-width: 1583px;
}
.transparent{filter:alpha(opacity=85);-moz-opacity:0.85;-khtml-opacity: 0.85;opacity: 0.85;}
.left{float: left;}
.right{float: right;}

/*PAGE ELEMENTS===============================================================================*/
#header{
	width: 100%;
	max-width: 1583px;
	height: 225px;
	position: relative;
	z-index: 2;
}
#header h1{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #FFFFFF;
	width: 300px;
	height: 150px;
}
#header h1 a {
	background: url(/images/logo.png) no-repeat;
	width: 200px;
	height: 49px;
	display: block;
	text-indent: -9999px;
	position: absolute; 
	top: 50px;
	left: 50px;
}
#logos img{
	margin: 2em 3em 0 0;
}
.prop {
	padding: 0 .75em;
	margin: 0 1em;	
	border-right: 1px dotted #000000;
	border-left: 1px dotted #000000;
}
/*END PAGE ELEMENTS===========================================================================*/
/*NAV=========================================================================================*/
#nav {
	width: 100%;
	background: #FFFFFF;
	max-width: 1583px;
	bottom: 0px;
	right: 300px;
	height: 2em;
	position: absolute;
	z-index: 1;
}
#nav ul {
	float: right;
}
#nav ul li {
	display: inline;
}
#nav ul li a{
	font: bold 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
	margin: 0 1.5em 0 0;
}
#nav ul li a:hover{
	color: #666600;
	text-decoration: underline;
}
/*END PAGE ELEMENTS===========================================================================*/
/*CONTAINTERS=================================================================================*/
.wide {
	width: 600px;
	background: #FFFFFF;
	padding: 1em;
	position: absolute;
	top: 250px;
	left: 100px;
}
#footer{
	max-width: 1430px;
	position: absolute;
	bottom: 25px;
	right: 25px;
}
/*END CONTAINERS==============================================================================*/
/*TYPOGRAPHY==================================================================================*/
p, a, li{
	font: normal 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 1em 0;
}
li {
	list-style: inside square;
	line-height: .5em;
}
h2 {
	font: bold 1.7em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
span.green {
	color: #666600;
}
h3 {
	font: normal 2.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
/*	margin: 0 0 .5em 0;*/
}
h4 {
	margin: 0 0 2em 0;
}
#intro p {
	font: bold 1.6em/1.7em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#footer p, #footer a{
	font-size: 1em;
	color: #FFFFFF;
}
/*END TYPOGRAPHY==============================================================================*/