body {
	color: #000000;
	background-color: #e7e7e7;
	font-size:11px;
	text-align: center;
	margin-top: 0px;
}

a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #FF6600;
}

#container {
	width:770px;

	margin; 0 auto;
	color: #333;
	margin: 0px auto;
	background-image: url(../image/bg-container.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	padding: 5px 0 0 10px;
	width: 750px;
}
#topimage {
	width: 750px;
}

#content {
	width:750px;
}
#topcol {
	width: 720px;
	margin-left: 40px;
}

#subcol {
	float: left;
	padding: 5px 0 0 10px;
	width:155px;
}

#maincol {
	width:550px;
	float: right;
}
#footer {
	padding: 5px 0 0 10px;
	width:740px;
	height:45px;
	text-align: center;
	font-size:small;
	clear: both;
}
