/* CSS Document */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


* Filename: default.css
* Version: 1.0.0 2008-05-27
* Website: http://www.ewri.org/
* Author: Name
* Description: Handles ewri.org layout.

== STRUCTURE: ==============================
* Page width: 900 px
* Number of columns: 2
============================================
*/
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#wrap {
	width: 905px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}#header {
	background-image: url(../images/hder.gif);
	background-repeat: repeat-x;
	height: 145px;
	width: 900px;
}
#header_left {
	background-image: url(../images/top_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 146px;
	width: 22px;
}
#header_logo {
	background-image: url(../images/top_logo.gif);
	float: left;
	height: 146px;
	width: 196px;
}
#header_content {
	background-image: url(../images/top_center.gif);
	float: left;
	height: 115px;
	width: 609px;
}
#header_right {
	background-image: url(../images/top_right.gif);
	float: right;
	height: 146px;
	width: 19px;
}
#content {
	width: 100%;
}
#content_left {
	width: 245px;
	float: left;
}
#content_left_top {
	background-image: url(../images/left_menu_top.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 245px;
}
#content_left_content {
	background-image: url(../images/left_menu_bg.gif);
	background-repeat: repeat-y;
	width: 245px;
	text-align: left;
}
#content_left_content a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6DA6D3;
	text-decoration: none;
	padding-left: 50px;
}
#content_left_content a:hover {
	color: #FF9900;
	text-decoration: none;
}

#content_left_bottom {
	background-image: url(../images/left_menu_bottom.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 245px;
}
#content_main {
	width: 659px;
	float: left;
}
#content_main_top {
	background-image: url(../images/main_top.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 659px;
}
#content_main_content {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	width: 659px;
}
#content_main_content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	width: 590px;
	padding-right: 20px;
	padding-left: 30px;
	text-align: left;
}
#content_main_content_text img {
	padding-right: 20px;
	padding-bottom: 5px;
}

#content_main_content_text   h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	background-image: url(../images/index_bar1.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 183px;
	text-align: center;
	background-position: left center;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 15px;
}
#content_main_content_text a {
	color: #FF9900;
	text-decoration: none;
}
#content_main_content_text a:hover {
	color: #6699FF;
	text-decoration: none;
}



#content_main_bottom {
	background-image: url(../images/main_bottom.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 659px;
}
#footer {
	text-align: center;
	height: 104px;
	width: 904px;
}
#footer_left  {
	background-image: url(../images/bottom_left.gif);
	height: 104px;
	width: 34px;
	float: left;
}
#footer_content {
	height: 104px;
	width: 832px;
	float: left;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
}
#footer_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
}
#footer_content a:hover {
	color: #FF9900;
}
#footer_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
}


#footer_right {
	background-image: url(../images/bottom_right.gif);
	float: left;
	height: 104px;
	width: 38px;
}
