BODY {
	/*SRNbackground: #8294ba url(../img/body_bg.gif) repeat-x top left;*/
	text-align:center;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#2A4A85;
	margin-top:0px;
}
#wrapper{
	text-align:center;
	background: transparent;
	margin:0px auto;
	padding: 0px;
	width: 800px;
	background-color: #fff;

}
/* MAIN BLOCKS */
/*			- COMMON */
#content, #header, #menu, #menu2{
	width:800px;
	margin:0px auto;
}
#footer{
	width:auto;
	margin:0px auto;
}

/*			- HEADER */
#header{
	height: 178px;
	background: #fff url(../img/header_bgr.jpg) no-repeat 0px 0px;
	padding:0px;
	text-align:left;
	margin-bottom:0px;
}
/*			 - CONTENT */
#content{
  background-color:transparent;
  overflow:hidden;
  /*SRNpadding:1px;*/
  text-align:center;
}

/* 			 - CONTENT -> COMMON LEFT/RIGHT/CENTER */
#cont_left, #cont_left_ext, #cont_center, #cont_right, #cont_right_ext{
	float: left;
	width:220px;/*IE 175px*/
	margin:10px 0px 0px;
	text-align: left;
	/*SRNbackground-color: #eee;*/
}

#cont_left{
  /*SRN background:#FFFFFF url(../img/cont_left_bg.png) repeat-y scroll right top;*/
  background-color:#FFFFFF;
  float:left;
  padding-left:20px;
  width:220px;
}

#cont_lft_fill_top{
	background: #fff url(../img/cont_left_bg_top.png) no-repeat bottom right;
	height:37px;
	}
#cont_lft_fill_bttm{
	/*SRNbackground: #fff url(../img/cont_left_bg_bttm.png) no-repeat top right;*/
	height:38px;
	}
#cont_left P{
margin:4px 10px;
}

#cont_center{/*383px in IE*/
	width: 317px;
	background-color: #fff;
	width:340px;
}
#cont_center_big{/*383px in IE*/
  background-color:#FFFFFF;
  float:left;
  width:547px;
}
#container_center{/*383px in IE*/
	margin:1px 10px;
  overflow:hidden;
}
#cont_left_ext{/*573px in IE*/
	width: 563px;
	background-color: #fff;
	margin-top:12px;
}
#cont_right_ext{/*573px in IE*/
	width: 574px;
	background-color: #fff;
	margin:1px 0px 1px 6px;
}
#cont_right{
	/*SRNbackground: #e3e3e1 url(../img/header_bgr_search.jpg) repeat-x top right;*/
	width: 210px;
}
#container_right{/*383px in IE*/
	margin:1px 10px;
}

/*			 - FOOTER */
#footer{
	text-align:left;
	/*SRNborder-top:4px solid #ccc;*/
	/*SRNborder-bottom:4px solid #ccc;*/
	padding:4px;
	/*SRNmargin:10px 11px;*//*40px 0 0 0 in IE*/
	height: 20px;
	color:#ffffff;
	font-size:10px;
	background-color: #D0433A;
	/*SRNwidth:96%;*//*97% in IE*/
}

/* COSTUMISED DEFAULT/COMMON HTML */
IMG {
	border : none;
	padding : 0;
	margin : 0;
	}
	
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;
	}
HR {
height:4px;
border:none;
border-top:5px solid #f18721;
margin:0px 0px 10px 0px;
padding:0px;
}
P {
line-height:18px;
}
TABLE{
	border-spacing:0px;
	border-collapse:collapse;
	}
UL {
	padding : 0;
	margin : 0;
	}
LI {
	list-style-type : none;
	}

SELECT, TEXTAREA{
	background-color:#eee;
	border:2px solid #eee;
	color:#666;
}
OPTION{
color:#000;
}

#imgFocus {
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
}
