* {
	margin: 0; padding: 0;
}

#wrapper {
	position: relative; width:100%;
}

#header {
	background: url(images/header.jpg) no-repeat top center;
	height: 291px; z-index: 2; position: relative; width: 945px; margin: 0 auto auto;
}

#left {
	/*float: left;*/
	position: absolute; top: 0; left:0;
	width: 50%;
	background: url(images/rf.jpg) top left repeat-x;
	height: 291px; z-index:1;
}

#right {
	position: absolute;
	top: 0; right: 0;
	width: 50%;
		background: url(images/rb.jpg) top left repeat-x;
	height: 291px; z-index:1;
}

#leftsh {
	/*float: left;*/
	position: absolute; top: 291px; left:0;
	width: 50%;
	background: url(images/leftshade.jpg) top left repeat-x;
	height: 62px; z-index:1;
}

#right {
	position: absolute;
	top: 0; right: 0;
	width: 50%;
		background: url(images/rb.jpg) top left repeat-x;
	height: 291px; z-index:1;
}


#content {
	min-height: 350px;
	/*height: 350px;*/
	/*height: auto !important;*/
	background: #e7e8ea url(images/leftshade.jpg) repeat-x top center;
	width: 100%;  z-index:1;
	position: relative;
}

#footer {
		background:#e7e8ea url(images/footshade.jpg) top center no-repeat;
		width: 100%;
		min-height: 13px;
		padding-top: 13px;
		position: relative;
}

#fInner {
	background: url(images/footer.jpg) top left repeat-x;
	height: 70px;
	padding-top: 20px;
}


#inner {
	width: 100%; 
	position: relative;  z-index:3;
	background: transparent url(images/topshade.jpg) no-repeat top center;
	padding-top: 30px;
	color: #6b7175; font-family: Tahoma, Verdana, sans-serif; font-size: 12/15 px;
}



#leftcol {
	/*width: 15%;
	float: left;*/
	text-align: right;
/* 	min-width: 230px; */
padding-right: 20px;
}

td {
vertical-align: top;
}

#leftcol ul {
	padding-right: 20px;
	
}


#maincol {
	/*float: left;
	width: 70%;*/
	background: url(images/divider.gif) repeat-y top left;
	min-height: 500px;
	height: 500px;
	height: auto !important;
	margin-right: 40px;
}

#maincol div {
position: relative; width: 100%;
background: url(images/divider.gif) repeat-y top right;
	min-height: 500px;
	height: 500px;
	height: auto !important;
/*	margin: -20px -20px;*/
	padding: 0px 20px;
	
}

.tbl td {
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
color: #000;
}

#rightcol {
	/*
	float: left;
	width: 15%;/*min-width: 230px;*/
padding-left: 20px; text-align: left;position: relative;
}

#leftcol h2, #rightcol h2, #maincol h2 {
	font-family: Tahoma;
	font-size: 18px;
	color: #669b67; font-weight: 100; 
	padding-bottom: 24px;
}


#leftcol h2 {
text-align: right;	
padding-right: 20px;
}

#maincol h2 {
	text-align: center;
}

 #rightcol h2 {
text-align: left;	 

}

#header h1 {
position: absolute; left: 30px; top: 30px;
width: 300px;
color: #fff;
text-decoration: underline;
font-size: 16px;
font-weight: 100;
font-style: oblique;
}

.menu {
	height:20px;
	padding-top:10px;
 	padding-right:20px; 
	white-space: nowrap;
	background-image: url(images/pic1.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-size:15px;
	text-align:top;
}

.tbl {
	width:98%;
	margin: 0 auto auto;
}

a {
color:#366998;	
}