body {
	font-family:Georgia,Gill Sans-serif,sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: rgb(255, 255, 255) url(background.jpg);
	color: rgb(0, 0, 0);
	width:992px;
}

a, a:link, a:visited {
	color:#2B2014;
	text-decoration:none;;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

#wrapper{
	width:992px;
	background-image:url(wrapperbg.gif);
	background-repeat:repeat-y;
}

#header{
	background-image: url(headerbg.jpg);
	background-repeat:no-repeat;
	height:180px;
	position:relative;
}


#header a#myprofile{
	position:absolute;
	top:143px;
	left:773px;
}

a#homelnk{
	cursor:pointer;
	height:68px;
	width:213px;
	position:absolute;
	top:77px;
	left:100px;
}

#navigation {
	background-image: url(navigationbg.jpg);
	background-repeat:no-repeat;
	height:52px;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-transform: uppercase;
}

#navigation ul{
	margin:0px;
	padding:9px 9px 0px 104px;
}

#navigation li{
	display:inline;
	background-image: url(navstyle.jpg);
	background-repeat: no-repeat;
	padding-left:15px;
	margin-right:10px;
}

#navigation a{
	color:white;
	font-family:"Gill Sans", "Gill Sans MT", Tahoma, Arial;
}

#content {
	background-image:url(contentbg.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 90px;
}

#content-container{
	padding:5px;
	background-color:#D8D0AB;
	border: 1px solid white;
}

#footer{
	background-image:url(footerbg.jpg);
	background-repeat:no-repeat;
	height:187px;
	color: #918A6B;
	font-size:10px;
	text-align:center;
	padding-top:5px;
	line-height:1.5em;
}

#footer a{
	color: #918A6B;
}

#footerlinks{
	+padding-left:100px;
}

.clearfix{
	clear:both;
}

.linkAffiliate, .linkPress{
	border-top: dashed black 1px;
}

.linkAffiliate h2, .linkPress h2{
	font-size: 15px;
}