@charset "UTF-8";
/* CSS Document */
#all  {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
#header  {
	float:right;
	width:960px;
}
#logocolumn  {
	float:left;
	width:215px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e9e5d6;
	line-height:16px;
}
#contentcolumn  {
	float:left;
	width:385px;
	padding-top:20px;
	margin-left:15px;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#e9e5d6;
	font-size:12px;
	line-height:18px;
}
#facebookcolumn  {
	float:right;
	width:300px;
	height:600px;
	padding-top:10px;
	margin-top:20px;
}
#footer  {
	background-color:#3c3c3c;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-position:top;
	height:140px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:16px;
	
}
a.nav1:link  {color: #666666; text-decoration: none; }
a.nav1:visited  {color: #666666; text-decoration: none; }
a.nav1:hover  {color: #FFFFFF; text-decoration: underline; }