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: #FDE9F2;
	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;
}

h3 {
	background:#f2eeda;
	font-family:Gill Sans, Verdana;
	text-transform:uppercase;
	padding:10px 20px;
	margin:0;
	border-bottom:1px solid #5a5143;
}

h4 {
	background:#f2eeda none repeat scroll 0 0;
	border-bottom:1px solid #5a5143;
	font-family:'gill-sans',Gill Sans;
	margin:0;
	padding:10px 20px;
	text-transform:uppercase;
	width:310px;
	color:#a59c74;
}
	
hr { border-bottom:1px dotted #2B2014;
	border-top:0 none;
	height:1px;
	margin:0 0 10px;
}

form { padding: 0 20px; }

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

#header{
	background-image: url(../img/layout/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(../img/layout/navigationbg.jpg);
	background-repeat:no-repeat;
	height:52px;
	font-size:13px;
	font-weight:bold;
	color:white;
	text-transform: uppercase;
}

#navigation ul{
	margin:0px;
	text-align:center;
	padding:9px 9px 0px 0px;
}

#navigation li{
	display:inline;
	background-image: url(../img/layout/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(../img/layout/contentbg.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 90px;
}

#content-container{
	padding:5px;
	background-color:#D8D0AB;
}

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

#footer a{
	color: #918A6B;
}

#footerlinks{
	top:110px;
	position:relative;
	+padding-left:100px;
}

.clearfix{
	clear:both;
}

.example{  
	color:#FFFFFF; 
	padding:2px 20px; 
	font-family:"Gill Sans MT", "Gill Sans", Verdana;
	font-weight:bold;
	display:block;
	width:310px;
	height:25px;
	float:left;
	}

.example a:hover{
	background:#F2EEDA;
	}

input[type="image"] {
	}
	
#adContainer {
	height:175px;
}

#paypalForm {
	width:449px;
	float:left;
	border-right:1px solid #5A5143;
}
#exampleAds {
	width:350px;
	float:right;
}

.question {
	border:1px solid #ce206e;
	color:#ce206e;
	font-size:8px;
	padding:0 2px;
	}

