@charset "UTF-8";

body {
	background-color:#000000;
}

#wrapper {
	width:800px;
	padding:0px 0px;
	background-color:#D8CFBE;
	position:relative;
	margin:10px auto;
}

#social {
	width:500px;
	background-color:#000000;
	text-align:left;
}

#socialWrap {
	width:800px;
	background-color:#000000;
}

#wrapper table #footer {
	background-image:url(../images/bg/markreeSiteFooter.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:Left;
	padding-left:40px;
	vertical-align:middle;
	color:#d8cfbe;
}

#wrapper table #footer a:link {
	color:#d8cfbe;
	text-decoration:none;
}

#footerLeft {
	float:left;
	width:300px;
	height:42px;
	padding-top:4px;
	padding-bottom:4px;
}
#footerRight {
	float:left;
	width:430px;
	text-align:right;
	padding-right:30px;
	height:42px;
}

#footerRight img {
	padding-top:4px;
	width:42px;
	height:42px;
	border:0px;
	}

a:link {
	text-decoration:none;
	color:#c56954;
}

a:visited {
	text-decoration:none;
	color:#c56954;
}

	
img {
	border:none;
}