/* grwe.com layout stylesheet - created by Moonshine Internet 30/04/08  */

* {
	padding: 0;margin:0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #BFCEDE;
}

#wrapper {
	width: 810px;
	margin: auto;
}

#header {
	background: url(../images/header.gif) center 10px no-repeat #BFCEDE;
	height: 170px;
	position: relative;
}

#navBar {
	background: #003C7D;
	height: 25px;
	border-bottom: 1px solid #FFF;
	width: 776px;
	margin: auto;
}

#page {
	background: #FFF;
	border-top: 1px solid #7F9DBE;
	background: url(../images/leftColBG.gif) repeat-y #FFF;
	width: 776px;
	margin: auto;
}

#leftColumn {
	width: 201px;
	float: left;
	padding-left: 12px;
	margin-top: 10px;
}

#mainBody {
	width: 541px;
	float: right;
	padding-right: 12px;
	margin-top: 10px;
	min-height: 400px;
}


#footer {
	clear: both;
	background: url(../images/footerBG.gif) no-repeat #FFF;
	font-size: 80%;
	color: #7F9DBE;
	height: 29px;
	padding: 0 10px;
	line-height: 2.7em;
}

#footer .Fleft {
	float: left;
}

#footer .Fright {
	float: right;
}

#footer a {
	text-decoration: none;
	color: #7F9DBE;
}

#footer a:hover {
	color: orange;
}



