/* CSS Document */
html, body {
	margin-left:auto;
	margin-right:auto;
	width:754px;
	background-color:#888888;
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;

}
#wrapper {
	width:754px;
	height:inherit;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}
.header {
	width:754px;
	height:179px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.nav {
	width:730px;
	padding:0 0 0 24px;

}
.navBtn {
	width:221px;
	height:168px;
	float:left;
	margin:10px 7px 12px 7px;
}
.contentContainer {
	width:722px;
	height:auto;
	padding:0 0 15px 32px;
	float:left;
}
.Lcolumn {
	width:425px;
	height:auto;
	float:left;
	background-color:#e9e9e9;
	padding:15px;
	
}
.Rcolumn {
	width:221px;
	float:left;
	margin-left:15px;
	/*background-color:#dcdcdc;
	padding:15px;*/
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
.footer {
	width:754px;
	height:138px;
	margin:0 0 10px 0;
	background-position:center;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}

a:link, a:visited {
	color:#666;
	text-decoration:underline;
	font-size:1.2em;
}
a:hover {
	color:#df2323;
	text-decoration:underline;
	font-size:1.2em;
}
