@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	width:800px;
	margin:0 auto;
	font-size:16px;
	color:#7a795a;
}


a {
	color:#7a795a;
	font-style:normal;
	text-decoration:none;
}

#wrapper {
	width:800px;
	margin:0 auto;
}

#header {
	width:800px;
	float:left;
	text-align:center;
	margin:0 auto;
}

#navbar {
	float:left;
	width:800px;
	text-align:center;
	margin-top:10px;
	font-size:20px;
}



#main {
	float:left;
	width:600px;
	text-align:center;
	margin-left:100px;
}

#right_col {
	width:200px;
	float:left;
}

#footer {
	float:left;
	width:800px;
	font-size:10px;
	text-align:center;
	margin-top:10px;
}