@charset "UTF-8";
body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color:#361F10;
	background-image:url(images/background.jpg);
	margin: 0;
	padding: 0;
	color:#AC8D69;
	text-align: center;
	line-height: 19px;
}
	
img {
	border-style: none;
	border-width: 0;
}

A:link { color:#8A5947 }
A:active { color:#8A5947 }
A:visited { color:#8A5947 }
A:hover { color:#FFFFFF }


.menu {
	float: right;
	width:295px;
	height:35px;
	margin-right: 86px;
	margin-top: 40px;
	background-image:url(images/menuback.gif);
	text-align:center;
}

.menubutton {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 14px;
}

.ad {
	background-color:#FFFFCC;
	margin: 0 0 7px 0;
}

.mainContent p {
	margin-top: 15px;
	margin-left: 13px;
	text-align: left;
}

.container { 
	height: 920px;
	width: 840px;
	margin: 0 auto;
} 

.header {
	width: 840px;
	height: 140px;
} 

.logo {
	float: left;
	width: 222px;
	height:97px;
	margin-top: 20px;
	margin-left:15px;
} 


.sidebar1 {
	float: right;
	width: 300px;
	margin-right: 5px;
	text-align:center;
}

.sidebar2 {
	float: right;
	width: 160px;
}

.mainContent {
	width: 320px;
	margin-left: 10px;
} 

.bookmarkers {
	margin-bottom:10px;
	text-align:center;
} 

.reddit {
	position:relative;
	top:6px;
} 



.footer { 
	text-align:center;
	padding: 0 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align:center;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
