html, body {
	margin: 0;
	padding: 0;
}
	
body {
	background: url(images/bk.png) repeat-y left top #505251;
	font-family: Trebuchet, "Trebuchet MS", Arial, Sans-serif;
	font-size: 9pt;
	line-height: 16pt;
	color: #505251;
}

html, body, .main {	
	height:100%;
}

/* GENERIC */

h1 {
font-size: 18pt;
color: #3B5F79;
text-transform: lowercase;	
font-weight: normal;
margin: 0;
}

h2 {
	font-size: 12pt;
	color: #597648;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
}

h3 {
	font-size: 12pt;
	color: #597648;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
}



H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
.left {
	width: 210px;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
}

.container {
	position: relative;
}

.main {
	position: absolute;
	background: url(images/bk_top.png) no-repeat;
	background-position: 0px 60px;
	min-height: 602px;
	margin-left: 212px;
	top: 0;
}

* html .main {  /** FOR IE **/
	height: 602px;
	background-position: 0 60px;
	position: absolute;
	left: 0;
	top: 0;	
}

.navigation {
	position: relative;
	background: url(images/menu_bk.png) no-repeat top left;
	width: 778px;
	height: 60px;
	padding: 5px 0 0 35px;
}

.content_header {
	position: absolute;
	width: 719px;
	top: 81px;
	left: 18px;
}

.content_left {
	position: absolute;
	width: 311px;
	top: 290px;
	left: 35px;
}

.content_right {
	position: absolute;
	width: 311px;
	top: 290px;
	left: 400px;
}

/**************************
FOOTER
**************************/
.footer {
	height: 45px;
	margin-top: -45px;
	text-align: center;
	color: #fff;
	background: #057454;
}
.footer p {
	clear: both;
	padding-top: 10px;
}
