#container {
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 760px;
	background-image: url(../images/home/header.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	background-color: white;	
}

#header {
	position: relative;
	height: 285px;
}

#header img {
	position: relative;
	left: 55px;
	top: 80px;
}

#min_pg_height {
	position: relative;
	float: left;
	width: 55px;
	height: 250px;
	/* background-color: #ffcccc; */
}

#leftcol {
	position: relative;
	float: left;
	width: 375px;
	margin-right: 25px;
	margin-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
/*	background-color: #cccccc; */
}

#middlecol {
	position: relative;
	float: left;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-top: 50px;
	font-family:"Times New Roman", Times, serif;
/*	background-color: #ccffcc; */
}

#rightcol {
	position: relative;
	float: left;
	width: 75px;
	padding-top: 170px;
/*	background-color: #ccccff; */
}

#middlecol ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;	
}

#middlecol img {
	border: 0px;
}
