*{
	font-size:100.01%;
}

body{
	font:75%/140% Verdana, Arial, sans-serif;
	text-align:center;
}

.hidden-navigation, #navigations h2,
	#foot h2{
	width:1px;
	position:absolute;
	left:-9999px;
}

#container {
	/*border:1px dashed #CCC;*/
	background:#AFDE87;
	width:955px;
	margin:0 auto;
	text-align:left;
}

#cont-header {
	background-color: #FFF;
	height:165px;
}

#cont-left {
	width:195px;
	float:left;
	margin-left:-955px;
	background-color: #AFDE87;
}

#cont-content {
	display: inline;
	width: 490px;
	float: left;
	margin-left: 195px;
	background-color: #FFFFFF;
	padding-left: 10;
	padding-right: 10;
}

#cont-right {
	width:270px;
    float:left;
	background-color: #AFDE87;
}

#cont-footer {
	clear: both;
	background-color: #FFFFFF;
	margin: 0;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: Silver;
}

#cont-footer-left {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	float:left;
	width: 200px;
	right: 0px;
	margin-left:10px;
	vertical-align: top;
}

#cont-footer-right {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: right;
	float:right;
	width: 715px;
	left: 0px;
	margin-right:10px;
}

#cont-footer-unfloat {
	clear: both;
	height: 1px;
}
#cont-deltoid {
	background-color: #FFFFFF;
	margin:0;
	height: 15px;
	text-align: right;
}

