
body {
	background-color:#3f4040;
	margin-top:50px;
	font-family:Arial, Helvetica, sans-serif;
}

#body-container {
	background-color:#fff;
	width:800px;
	margin:0 auto;
}

#header {
	background-image:url(../images/global/header-bg.gif);
	height:91px;
	position:relative;
}

#logo {
	position:absolute;
	right:10px;
	top:20px;
}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	background-image:url(../images/global/nav-bg.gif);
	height:35px;
	clear:both;
	text-align:center;
}

#nav li {
	float:left;
	margin:10px 20px 0 20px;
}

#footer {
	background-color:#ffb400;
	height:34px;
	color:#3f4040;
	font-size:11px;
}

#footer a {
	color:#3f4040;
}

#footer p {
	margin:0;
	padding:0 1em;
	line-height:34px;
}

#footer #subnav {
	float:left;
}

#footer #copy {
	float:right;
}

a img {
	border:none;
}

#content {
	color:#5f6064;
	font-size:12px;
}

#content p {
	padding:0.1em 1.5em;
}

#content h1 {
	padding:0.25em 20px;
	font-size:24px;
}

#content a {
	color:#303030;
}

.clear {
	clear:both;
}

.heading {
	margin-top:30px;
}

.subheading {
	margin:17px 19px;
}

.b {
	font-weight:bold;
}

.right {
	float: right;
	text-align: right;
}

/* HOME PAGE */

#lower-content {
	height:87px;
	background-color:#303030;
}

#lower-content img {
	margin:10px;
}

#freetanimg {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#rightcolumn {
	width:247px;
	float:right;
}

.rightImageMarginBtm {
	margin-bottom:15px;
}

#counter {
	display:none;
}

