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 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;
}

h2 {
	font-size: 1em;
	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 #searchbar {
	float:right;
	text-align:center;
	margin:95px 50px 0px 0px;
	font-size:14px;
}

#header #searchbar #frmSearch{
	margin:0px;
	padding:0px;
}

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

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

.subbutton{
	width: 24px;
	height: 24px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background: transparent url(searchbtn.gif) no-repeat center top;
  	cursor: pointer;

}

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

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

#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-header{
	position:relative;
	width:753px;
	min-height:44px;
	margin:0px 0px 0px 23px;
	padding:0;
	background-color:#CEEEF1;
	background-image: url(awning.gif);
	background-repeat:repeat-x;
	font-size:13px;
	color:#999064;
}

#content-header h1 span{
	margin:0px;
	padding:0px;
	color:black;
}

#breadcrumb{
	padding: 55px 0px 13px 10px;
}

#content-main{
	margin:0px 0px 0px 21px;
}

#content-main table tr, #content-main table th{
	background-color:#D7D0AB;
	padding-top:5px;
}

#content-main table th{
	background-color:#F3EED1;
	font-weight: bold;
	font-style:italic;
}

#content-main table td{
	padding:5px;
}

img.avatar{
	border:1px solid #FF3E8C;
}

#addforumtopic, #addforumpost {
	position:absolute;
	top:50px;
	left:669px;
}

#forum-footer{
	width:753px;
	text-align:center;
	background-color:#F3EED1;
	font-weight: bold;
	font-style:italic;
	margin:0px 0px 0px 23px;
}

#content-header h1{
	position:absolute;
	display:inline;
	color:white;
	font-size:20px;
	margin:0px;
	padding:0px;
	top:13px;
	left:10px;
	font-style:italic;
	line-height:1em;
}
	
#footer{
	background-image:url(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{
	position:relative;
	top:110px;
	+padding-left:100px;
}

.clearfix{
	clear:both;
}