body {
	background:url(images/template/bg_body.png);
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

hr{height:2px; border:none; background:#333;}

h2 {font-size:18px;margin-top:4px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:10px;}

a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #000;}
a:active {color: #000;}

#main {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#layout_top {
	width:960px;
	height:355px;
	background-image:url(images/template/bg_layout_top.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
}

.layout_1 #layout_nav {background-image:url(images/template/bg_layout_nav_1.png)}
.layout_2 #layout_nav {background-image:url(images/template/bg_layout_nav_2.png)}
.layout_3 #layout_nav {background-image:url(images/template/bg_layout_nav_3.png)}
.layout_4 #layout_nav {background-image:url(images/template/bg_layout_nav_4.png)}

#layout_nav {
	width:938px;
	height:37px;
	background-repeat:no-repeat;
	padding:8px 11px 8px 11px;
}

.layout_1 #layout_mid {background-image:url(images/template/bg_layout_mid_1.png)}
.layout_2 #layout_mid {background-image:url(images/template/bg_layout_mid_2.png)}
.layout_3 #layout_mid {background-image:url(images/template/bg_layout_mid_3.png)}
.layout_4 #layout_mid {background-image:url(images/template/bg_layout_mid_4.png)}

#layout_mid {
		width:960px;
	height:auto;
	background-repeat:repeat-y;	
}

.layout_1 #layout_btm {background-image:url(images/template/bg_layout_btm_1.png)}
.layout_2 #layout_btm {background-image:url(images/template/bg_layout_btm_2.png)}
.layout_3 #layout_btm {background-image:url(images/template/bg_layout_btm_3.png)}
.layout_4 #layout_btm {background-image:url(images/template/bg_layout_btm_4.png)}

#layout_btm {
	color:#333;
	font-size:12px;
	text-align:center;
	padding-top:14px;	
	width:960px;
	height:12px;
	background-repeat:no-repeat;
	background-position:top;
	behavior: url(iepngfix.htc);
}
#layout_btm a{color:#333333}

