BODY, HTML {
	margin: 0px;
	padding:0px 0px 0px;
	}
BODY { padding:0px 0px 0px; }

/* WRAPPER */
#wrapper{
	margin:0em auto;
	padding: 0em;
 	}

/* MAIN BLOCKS */
/*			- COMMON */
#content, #content_fill_top, #content_fill_bttm, #header, #footer, #menu{
	width: 800px;
	margin:0px auto;
	}
/*			- HEADER */
#header{
	height: 174px;
	padding:0px;
	margin-top:0px;
	text-align:left;
	}

/*			 - CONTENT */
#content { padding:0; text-align:left; }
/* 			 - CONTENT -> COMMON -> LEFT/RIGHT/CENTER */
#cont_left, #cont_left_ext, #cont_center, #cont_right, #cont_right_ext{
	float: left;
	width: 50%;
	margin:0;
	text-align: left;
	}
/*			 - CONTENT - CONTENT LEFT */
#cont_left { width: 27.75%; }

/*			 - CONTENT - CONTENT LEFT - FILLS TOP/BOTTOM */
#cont_lft_fill_top {  height:20px; }
#cont_lft_fill_bttm{  }

/*			 - CONTENT - CONTENT LEFT - EXTENDED */
DIV#cont_left_ext { 	width: 58%; }

/*			 - CONTENT - CONTENT CENTER */
#cont_center{ width: 41%; }

/*			 - CONTENT - CONTENT RIGHT - EXTENDED */
#cont_right_ext { width: 70%; }

/*			 - CONTENT - CONTENT RIGHT */
#cont_right { width: 29%; padding:0%; text-align:center; }

/*			 - FOOTER */
#footer {
	padding: 0;
	}

/* COSTUMISED DEFAULT/COMMON HTML */
	
A, A:active, A:visited, A:link, A:focus{ color:#222; text-decoration : none; outline:none; }
:focus { -moz-outline-style: none; }
A:hover {	text-decoration : none;	color: #ff9900; }
DIV, UL, OL, LI, 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;
	}
H1{ font-size:200%; }
H2{ font-size:150%; }
H3{ font-size:130%; }
H4{ font-size:100%;}
P { line-height: 1.3em; font-size:1.04em; }
TABLE{ border-spacing:0px; border-collapse:collapse; }
UL { padding : 0; margin : 0; }
LI { list-style-type : none; }
SELECT, TEXTAREA, INPUT{ background-color: #fff; border: 1px solid #fff; color: #666; }
OPTION{ color:#000; }

#imgFocus {
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
}