/*Layout*/
#page{
	height: 100%;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#FFFFFF;
}
#banner{
	width:100%;
	height: 82px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/templates/203/img01.gif);
	background-repeat: repeat-x;
}

#content {
	clear:both;
	width:600px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#menu {
	width:195px;
	margin-bottom:0px;
	margin-right: 10px;
	margin-top: 10px;
	float:right
}

.footerHeader {
	clear:both;
	width:100%;
	text-align: center;
	color: #8ADE3C;
	background: #003448 url(../images/templates/203/img09.gif) repeat-x;
	font-size: 0.7em;
	left: 0px;
	right: 0px;
	padding-top: 5px;
	height:80px;
}

#blogText{
	margin:0px;
	padding: 0px;
}

