@charset "utf-8";
/* CSS Document */
/*BEGIN Style hacks for all browsers dated June 2008*/
	/*BEGIN name_of_style*/
name_of_style     /*Default AKA Firefox AKA Base*/
		{
		 style;
		}
		*:first-child+html name_of_style   /*IE7*/
		{
		 style;
		}
		.opera name_of_style  /*Opera*/																				{
		 style;
		}
		/*\*/
		html*name_of_style    /*Safari*/
		{
		 style;
		}
		*html name_of_style    /*IE6*/
		{
		 style;
		}
	/*END name_of_style*/
/*END Style hacks for all browsers*/
body
	{
	background-color:#70593A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#container {
}
#container img {
	/*float:right;
	margin-left:0px;*/
}
	
#wrap {
	width: 829px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 28px;
	background-image: url(../img/css/bg_dashed2.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
}
#wrap_not_centered {
	width: 829px;
	margin-left: 20px;
	padding-left: 28px;
	background-image: url(../img/css/bg_dashed2.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
}
#wrap_dashed {
	width: 801px;
	background-repeat: no-repeat;
	background-image: url();
}
#header {
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B2975B;
	border-left-color: #B2975B;
	background-image: url(../img/css/bg_header_vert.gif);
	background-repeat: repeat-x;
	height: 104px;
	background-color: #83722D;
}
		*html #header    /*IE6*/
		{
			/*background-image: url(../img/css/bg_header_vert_ie6.gif);*/
		}
h1 {
	padding-left: 25px;
	color: #592333;
	font-size: 21px;
	margin-top: 11px;
}
	/*BEGIN h1*/
h1     /*Default AKA Firefox AKA Base*/
		{
		 margin-bottom: 4px;
		}
		*:first-child+html h1   /*IE7*/
		{
		 margin-bottom: 5px;
		}
		.opera h1  /*Opera*/
		{
		 margin-bottom: 4px;
		}
		/*\*/
		html*h1    /*Safari*/
		{
		 margin-bottom: 6px;
		}
		*html h1    /*IE6*/
		{
		 margin-bottom: 4px;
		}
	/*END h2*/
#content_box_left_column h2 {
	color: #592333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#content_box_right_column h2 {
	color: #C9DF6E;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#content {
	background-image: url(../img/css/bg_content.jpg);
	background-repeat: repeat;
	padding-top: 1px;
	height: 100%;
	font-size: 12px;
}

#content_box {
	width: 613px;
	background-color: #fff;
	height: 100%;
	margin-left:80px;
	padding: 20px;
	min-height: 400px;
	background-image: url(../img/css/bg_content_top.jpg);
	background-repeat: repeat-x;
}

#content_box p {
	margin-top: 0px;
	padding-top: 0px;
}

#content_box_left_column {
	/*float: left;*/
	width: 382px;
}
		*html #content_box_left_column .left_logo    /*IE6*/
		{
	width:383px;
	height:280px;
	background-image: url(../img/ets_logo.gif);
	margin-right: auto;
	margin-left: 382px;
	position: absolute;
	top: 15px;
		}

#content_box_right_column {
	border: 1px solid #CC6733;
	color: #CC6733;
	float: right;
	margin-top: 160px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 170px;
}
		*html #content_box_right_column   /*IE6*/
		{
		  margin-top: 160px;
		  margin-right:-115px;
		  padding-top: 12px;
		  padding-right: 15px;
		  padding-bottom: 20px;
		  padding-left: 15px;
		  width: 170px;
		}
#content_box_right_column p {
	font-size: 10px;
}
#content_box_right_column p a {
	color: #CC6733;
}
	/*BEGIN #content_box_right_column .right_logo*/
#content_box_right_column .right_logo     /*Default AKA Firefox AKA Base*/
		{
		 margin-top:-320px;
		 margin-bottom:50px;
	 	 margin-left:-40px;
		}
		*:first-child+html #content_box_right_column .right_logo   /*IE7*/
		{
		 margin-top:-320px; 
	 	 margin-left:-40px;
		}
		.opera #content_box_right_column .right_logo  /*Opera*/
		{
		 margin-top:-320px;
		 margin-bottom:50px;
	 	 margin-left:-40px;
		}
		/*\*/
		html*#content_box_right_column .right_logo    /*Safari*/
		{
		 margin-top:-320px;
		 margin-bottom:50px;
	 	 margin-left:-40px;
		}
		*html #content_box_right_column .right_logo   /*IE6*/
		{
		 margin-top:-320px; 
	 	 margin-left:-40px;
		}
	/*END #content_box_right_column .right_logo*/
	/*BEGIN #content_box_right_column ul*/
#content_box_right_column ul     /*Default AKA Firefox AKA Base*/
		{
			list-style:none;
			margin:0;
			margin-left:-55px;
			margin-top:0px;
		}
		*:first-child+html #content_box_right_column ul   /*IE7*/
		{
			margin-left:-15px;
			margin-top:0px;
		}
		.opera #content_box_right_column ul  /*Opera*/
		{
		}
		/*\*/
		html*#content_box_right_column ul    /*Safari*/
		{
		}
		*html #content_box_right_column ul    /*IE6*/
		{
			margin-left:-15px;
			margin-top:0px;
		}
	/*END #content_box_right_column ul*/
#content_box_right_column ul img     /*Default AKA Firefox AKA Base*/
		{
			border: 1px solid #CC6733;
		}

.img_align_right {
	float: left;
	border: 1px solid #000;
	margin-right: 5px;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	background-color: #DBC38E;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC6733;
	margin-top: 20px;
	color: #000;
	padding-bottom:5px;
	padding-top:3px;
}
#logodesign {
	background-image: url(../img/ets_logo_handle.gif);
	height: 85px;
	width: 62px;
	margin-right: -62px;
	float: right;
	margin-top: 100px;
}
#logodesign2 {
	background-image: url(../img/ets_logo.gif);
	height: 280px;
	width: 383px;
	margin-right: -152px;
	float: right;
	background-repeat: no-repeat;
}
	/*BEGIN #logodesign2*/
#logodesign2     /*Default AKA Firefox AKA Base*/
		{
		 margin-top: -167px;
		}
		*:first-child+html #logodesign2   /*IE7*/
		{
		 margin-top: -167px;
		}
		.opera #logodesign2  /*Opera*/
		{
		 margin-top: -167px;
		}
		/*\*/
		html*#logodesign2    /*Safari*/
		{
		 margin-top: -167px;
		}
		*html #logodesign2    /*IE6*/
		{
		 margin-top: -167px;
		}
	/*END #logodesign2*/
#logodesign3 {
	background-image: url(../img/ets_logo.gif);
	height: 280px;
	width: 383px;
	background-repeat: no-repeat;
	position: absolute;
	
}
	/*BEGIN #logodesign3*/
#logodesign3     /*Default AKA Firefox AKA Base*/
		{
		 left: 538px;
		 top: 8px;
		}
		*:first-child+html #logodesign3   /*IE7*/
		{
		 left: 540px;
		 top: 15px;
		}
		.opera #logodesign3  /*Opera*/
		{
		 left: 538px;
		 top: 8px;
		}
		/*\*/
		html*#logodesign3    /*Safari*/
		{
		 left: 538px;
		 top: 8px;
		}
		*html #logodesign3    /*IE6*/
		{
		 left: 538px;
		 top: 8px;
		}
	/*END #logodesign3*/
.navigation {
	margin-bottom:10px;
}
