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

body {
	color:#333;
	background:#FFF;	
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif

}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

div#container {
	padding:20px 20px 0px 20px;
	width:1200px;
	margin:0 auto;
	/*background:#0F0; Bright Green for testing purposes */
}

div#header {
}

div#menu {
	clear:both;
	height:20px;
}

div#menu a img {
	padding-bottom:2px;
}

div#sub_menu {
}

div.info {
	margin-top:-34px;
}

div#main_content {
	padding-bottom:10px;
}

div#footer {
	width:1193px;
	border-top:#000 thin solid;
	padding-top:10px;
}

div.logo {
}

div.logo img {
	/*float:left;*/
	padding-bottom:20px;
}

div.info p {
	padding-left:20px;
	padding-right:10px;
	border-left:#000 thin solid;
	width:500px;
	float:right;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

div#footer p {
	font-size:13px;
	display:inline;
	text-align:center;
}



/*temporary*/

div.logo {
	text-align:center;
}

div#footer {
	text-align:center;
}