body {
	text-align: center;
	min-width: 600px;
	background-color: #c93;
}

#wrapper {
	border: 0px solid #999;
	margin:0 auto;
	text-align: center;
	color:#FFF;
}
#header {
	width:550px;
	border: 1px solid #999;
	text-align:center;
}
#nav {
	width:500px;
				border: 1px solid #999;
}
#col1 {
	width:300px;
	float:left;
				border: 1px solid #999;
}
#col2 {
	width:200px;
				border: 1px solid #999;
}
#footer {
	width:600px;
	border: 1px solid #999;
	position:relative;
	top:500px;
	padding-bottom:50px;
}

a {
	text-decoration:none;
	font-family: Verdana, sans;
	color:#333;
	font-size:smaller;
}