body {
	margin : 0px;
	background-color : #281E15;
	background-image : url("../layout/bodyBkg.jpg");
	background-repeat : repeat;
	background-position : top left;
	text-align : center;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 19px;
}

h1 {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 23px;
	text-transform : uppercase;
	color : #2B2117;
	text-align : left;
	font-weight : normal;
	margin : 45px 0px 10px 94px;
}

p {
	margin-top : 10px;
	margin-bottom : 10px;
	text-align : justify;
}

p[align="left"] {
	text-align : left;
}

p[align="right"] {
	text-align : right;
}

p[align="center"] {
	text-align : center;
}

a:link,
a:active,
a:visited {
	color : #4A8148;
	font-weight : bold;
}

a:hover {
	color : #000000;
}

#Layout {
	width : 900px;
	height : 750px;
	margin : 0px auto;
	background-color : #FFFFFF;
	text-align : left;
}

#TopBar {
	height : 151px;
}

#TopBar > div {
	position : relative;
	height : 151px;
}

#TopBarImage {
	position : relative;
	left : 32px;
	top : 6px;
}

#NavBar {
	position : absolute;
	left : 7px;
	top : 125px;
}

#FollowSpace {
	position : absolute;
	left : 763px;
	top : 8px;
	width : 128px;
	height : 63px;
}

#FollowSpace td {
	width : 50%;
	text-align : center;
}

#FollowSpace img {
	margin : 0px auto;
}

#FollowSpace td[colspan="2"] {
	width : 100%;
	text-align : center;
	vertical-align : top;
	height : 18px;
	font-size : 11px;
	font-weight : bold;
}

#ClassifiedsLink {
	position : absolute;
	left : 768px;
	top : 76px;
}

#Content {
	vertical-align : top;
	padding : 0px 13px;
	background-image : url("layout/mainLayoutBkg.gif");
	background-repeat : repeat-y;
}

#ContentTop {
	height : 19px;
	vertical-align : bottom;
	text-align : center;
}

#ContentBottom {
	height : 19px;
	vertical-align : top;
	text-align : center;
}

#ContentTop img,
#ContentBottom img {
	margin : 2px auto;
}

#ContentLayout {
	width : 871px;
	height : 550px;
}

#SideBar {
	width : 250px;
	text-align : center;
	padding : 6px 0px;
	background-color: #f3e59a;
}

#SideBar img {
	margin : 4px auto;
}

#MainContent {
	padding : 0px 19px 0px 32px;
}

#Footer {
	height : 33px;
	vertical-align : middle;
	font-family : Verdana;
	font-size : 11px;
	text-align : center;
	color : #2B2117;
}

#Footer a:link,
#Footer a:active,
#Footer a:visited {
	color : #2B2117;
	font-weight : normal;
	text-decoration : none;
}

#Footer a:hover {
	color : #4A8148;
}

.FirstTable {
	display : none;
}