html, body{ 
	font: 16px Calibri, Liberation Sans, Tahoma;
	background-color:#808060;
	color: #404040;
	 }

#container {
	position: relative;
	margin: auto;
	width: 1200px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius:10px;
	-moz-border-radius:25px; /* Old Firefox */
	overflow: auto;
	}
#right	{
	float: right;
	margin: 0px 25px 40px 25px;
	width: 250px;
	background-color: #fff;
	height: 500px;
	}

#left	{
	float: left;
	margin: 0px 25px 40px 25px;
	width: 250px;
	background-color: #fff;
	height: 450px;
	}

#header {
	height: 40px;
	}
#footer {
	height: 40px;
	position: absolute;
	bottom: 0;
	}
#footer-content {
	width: 1190px;
	text-align: right;
	font-size: 10px;
	position: absolute; 
	bottom: 0; 
	}

a:link, a:visited {
	color:#204060;
	text-decoration: none;
	}
a:hover {
	color: #60a0e0;
	text-decoration: underline;
	}
	 
p {
	margin: 5px 10px 10px 10px;
	}

b {
	font-weight: bold;
	}
img.round {
	border-radius:10px;
	-moz-border-radius:25px; /* Old Firefox */
	}
label {
	display: inline; width: 5.5em; float: left;	}
input.block { display: block; float: left;}
