body { 
	margin:0px;
	padding:0px;
	text-align:center;
	background: #CCC url("../g/bg_tile.gif") repeat;
    	font-family: Verdana, Arial, sans-serif;
   	font-size: 10px;
	color:#666;
	}
#main_container_bg {
	margin:0px auto 0px auto;
	padding:0px;
	background:url("../g/bg_content_bg.gif") repeat-y;
	background-position: top center;
	z-index:-100;
}
#main_container_bg_r {
	margin:0px auto 0px auto;
	padding:0px;
	background:url("../g/bg_content_bg_r.gif") repeat-y;
	background-position: top right;
	z-index:-200;
}
#main_container_bg_l {
	margin:0px auto 0px auto;
	padding:0px;
	background:url("../g/bg_content_bg_l.gif") repeat-y;
	background-position: top left;
	z-index:-300;
}
#main_container {
	width:740px;
	margin:0px auto 0px auto;
	padding:35px 0px 0px 0px;
	text-align:left;
	background:#FFF url("../g/bg_content.gif") repeat;
	border-color:#999;
	border-width:0px 1px 0px 1px;
	border-style:none solid none solid;
}
.content_container {
	width:660px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:left;
}
#footer_container {
	width:660px;
	margin:30px auto 0px auto;
	padding:5px 0px 15px 0px;
	text-align:left;
	border-top:#999 1px solid;
}

div span.left {
	margin:0px;
	padding:0px;
	float: left;
	text-align: left;
	width: 49%;
	}
div span.right {
	margin:0px;
	padding:0px;
	float: right;
	text-align: right;
	width: 49%;
	}

.three_right {
	margin:0px;
	padding-bottom:20px;
	width:34%;
	float:left;
	text-align:left;
	}
.three_center {
	margin:0px;
	padding-bottom:20px;
	width:33%;
	float:left;
	text-align:left;
	}
.three_left {
	margin:0px;
	padding-bottom:20px;
	width:33%;
	float:left;
	text-align:left;
	}

.three_right img, .three_center img, .three_left img { 
	border:#000000 1px solid;
	margin:0px 0px 5px 10px;
	}

.three_right_sm {
	margin:0px;
	padding-bottom:20px;
	width:48%;
	float:left;
	text-align:left;
	}
.three_center_sm {
	margin:0px;
	padding-bottom:20px;
	width:4%;
	float:left;
	}
.three_left_sm {
	margin:0px;
	padding-bottom:20px;
	width:48%;
	float:left;
	text-align:left;
	}

#banner1 {
	margin:5px 0px 10px 0px;
	padding:3px 0px 3px 10px;	border-bottom:#DADADA 1px solid;
	background:#EEE url("../g/h_texture_1.gif");
	text-align:left;
	color:#333;	font-weight:bold;
	}
#banner2 {
	margin:5px 0px 10px 0px;
	padding:3px 0px 3px 10px;	border-bottom:#DADADA 1px solid;
	background:#EEE url("../g/h_texture_2.gif");
	text-align:left;
	color:#000;	font-weight:bold;
	}
#banner3 {
	margin:5px 0px 10px 0px;
	padding:3px 0px 3px 10px;	border-bottom:#DADADA 1px solid;
	background:#EEE url("../g/h_texture_3.gif");
	text-align:left;
	color:#000;	font-weight:bold;
	}
#banner4 {
	margin:5px 0px 10px 0px;
	padding:3px 0px 3px 10px;	border-bottom:#DADADA 1px solid;
	background:#EEE url("../g/h_texture_4.gif");
	text-align:left;
	color:#000;	font-weight:bold;
	}
#banner5 {
	margin:5px 0px 10px 0px;
	padding:3px 0px 3px 10px;	border-bottom:#DADADA 1px solid;
	background:#EEE url("../g/h_texture_5.gif");
	text-align:left;
	color:#000;	font-weight:bold;
	}
#banner6 {
	margin:5px 0px 10px 0px;
	padding:3px 0px 3px 10px;	border-bottom:#DADADA 1px solid;
	background:#EEE url("../g/h_texture_6.gif");
	text-align:left;
	color:#000;	font-weight:bold;
	}

div.spacer {
	clear: both;
	}

p {
	margin:0px 0px 10px 10px;
	line-height: 1.5
	}	
ul, ul li {
	margin: 0px 0px 5px 5px;
	padding: 0px;
	list-style: none;
	}

a:link { 
	color: #666;
	text-decoration: none;
	border-bottom:1px solid #DDD;
	}
a:visited { 
	color: #666;
	text-decoration: none;
	border-bottom:1px solid #CCC;
	}
a:hover { 
	color: #666;
	text-decoration: none;
	border-bottom:1px solid #DC143C;
	}
a:active { 
	color: #333;
	text-decoration: none;
	border-bottom:1px solid #DC143C;
	}

a.noborder:link { 
	text-decoration: none;
	border-bottom:0px;
	}
a.noborder:visited { 
	text-decoration: none;
	border-bottom:0px;
	}
a.noborder:hover { 
	text-decoration: none;
	border-bottom:0px;
	}
a.noborder:active { 
	text-decoration: none;
	border-bottom:0px;
	}

input { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#666;
	border: 1px solid #666; 
	background-color: transparent;
}
textarea { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#666;
	border: 1px solid #666; 
	background-color: transparent;
}
.button { 
 	background-color: #E6E6E6;
	font-weight: bold; 
}
