BODY {
	text-align:center;
	font: normal 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color:#222;
	background-color:#ccc;
	padding:0px;
	margin:0px;
}
#wrapper{
	text-align:center;
	margin:0px auto;
	padding: 0px;
	padding-bottom: 10px;
	width: 800px;
	background: transparent url(../img/wrapper_bg.gif) repeat-y top center;

}
/* MAIN BLOCKS */
/*			- COMMON */
#header, #content, #footer, #menu{
	text-align:left;
	width:760px;
	margin:0px auto;
	padding:0px;
	background-color: #fff;
}

/*			- HEADER */
#header{
	height: 136px;
	}
/*			 - CONTENT */
#content{

	}

/* 			 - CONTENT -> COMMON LEFT/RIGHT/ */
#cont_left, #cont_left_ext, #cont_right {
	float: left;
	margin: 10px 0px 10px 10px;
	text-align: left;
}

#cont_left, #cont_left_ext{
	background-color: #fff;
	width: 530px;
	margin-left: 16px;/*12px in IE6*/
	}

#cont_left {
	}
#cont_left P{
margin:4px 14px;
}



#cont_right{
	width:190px;
	margin-left: 14px;
}
#container_right{
	margin:1px 10px;
}

/*			 - FOOTER */
#footer{
	text-align: center;
	margin-top:20px;
	padding:1px 0;
	height:34px;
	color:#fff;
	background: #0A3862 url(../img/footer_bg.gif) repeat-x top left;
	font: normal 8px "Bavaria Regular", Tahoma, Arial, sans-serif;
	letter-spacing:2px;
}


/* COSTUMISED DEFAULT/COMMON HTML */
DIV, UL, OL, LI, DL, DT, DD, TABLE, TR, TD, SPAN, P, IMG, A, OBJECT, EMBED, FORM, H1, H2, H3, H4, INPUT, SELECT, OPTGROUP, TEXTAREA
{
margin: 0px;
padding: 0px;
border: 0px;
border-collapse: collapse;
}
LI { list-style-type : none; }

A, A:active, A:visited, A:link, A:focus{
	color:#222;
	text-decoration : none;
	outline:none;
	}
A:hover {	color: #FF6600;	}
:focus { -moz-outline-style: none; }
A:hover {	text-decoration : none;	}
H2, H3{ font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
H3{ font-size: 11px; margin:0px 0px 2px; color:#999; }