#content {
	padding: 0px;
	width: 756px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}
#top {
	background-image: url(images/front/top.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 756px;
	position:relative;
}


#banner {
	height: 208px;
	width: 756px;
	position: relative;
	margin:0;
	background-position: left top;	
}

#mid {
	background-image: url(images/front/mid_back.jpg);
	width: 756px;
	position:relative;
	margin:0;
	padding-bottom:15px;
	clear: both;
}
#bottom {
	background-image: url(images/front/bottom.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 756px;
}
#mid_content {
	padding-left:15px;
	padding-right: 15px;
	padding-top: 15px;
	clear: both;
}
#gohome {
	position: absolute;
	height: 80px;
	width: 200px;
	top: 25px;
	left: 15px;
}
#gohome a {
	display: block;
		height: 80px;
	width: 200px;
	cursor:pointer;
}



#grey_column {
	background-image: url(images/grey265/top.jpg);
	width: 264px;
	background-color: #ebebeb;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom:10px;
}
#grey_bottom {
	background-image: url(images/grey265/bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 264px;
}



/* QUICK LINKS */

.quick_links a {
	text-decoration:none;
	color:#333333;
	display:block;
	
}
.quick_links a:hover {

	text-decoration:underline;
	background-repeat: no-repeat;
}

.quick_links_bottom {
	background-image: url(images/orange_nav/bottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 244px;
}
.quick_links ul{
	margin:0px;
	padding:0px;
}
.quick_links li {
	list-style:none;
	text-align:left;
	text-indent:20px;

}
* html .quick_links li {

	line-height:12px;
}
.quick_links {
	background-image: url(images/orange_nav/top.jpg);
	background-repeat: no-repeat;
	width: 244px;
	padding-top: 28px;
	font-size: 14px;
	line-height: 26px;
	background-position: center top;
	clear:both;
}
.quick_links li a {
	display:block;
	width:215px;
	height: 26px;
}
/* QUICK LINKS */


#side_column {
	float: right;
	width: 270px;
}
#main_column {
	width: 450px;
}
