@charset "utf-8";

body {
	margin: 0;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	}
h1 {
	margin: 20px 0 0 20px; 
	}
#container {
	width: 955px;
 	margin: 0 auto 0 auto;
 	}
#logo {
	width: 955px;
	height: 90px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}	
#header {	
 	width: 955px;
	height: 118px;
}
/* Navigation */ 
#nav {
	width: 500px;
	height: 28px;
 	margin: 0px 0 0 20px;
	padding:0;
	list-style-type: none;
	}
#nav li a{
	display:block;
	float: left;
	padding: 5px;
	text-decoration: none;
	}	
	
.message {
	width: 900px;
	height: 20px;
 	padding: 10px;	
	background:#F00;
	color: #FFF;
	text-align:center;
	margin:auto;
	}
#main {
	font-size:13px;
	width: 955px;
	float: left;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#leftCol {
	width: 400px;
	float: left;
	padding: 0 20px 20px 20px;
	}
#rightCol {
	width: 400px;
	float: left;
	margin: 0 0 50px 0;
	}	
#footer {	
	font-size:11px;
	width: 955px;
	height: 100px;
 	clear: both;
	text-align: center;
	}
#footer_image {
	width: 913px;
	height: 32px;
	margin: auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.itWorked {
	color:#0F0;
	font-size:14px;
	}
