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;
}

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 : 9px;
}

#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 14px 13px;
}

#PreviewSpace {
	vertical-align : top;
	height : 194px;
}

#PreviewSpace > table {
	width : 100%;
	height : 194px;
}

#PreviewSpace td {
	width : 25%;
	border-left : 1px #CCCCCC dashed;
	vertical-align : top;
}

#PreviewSpace td > div {
	margin : 0px 21px;
	text-align : right;
}

.previewImageBox {
	text-align : right;
	margin : 0px 0px 0px auto;
	width : 141px;
	height : 114px;
	background-image : url("layout/homePreviewImageFrame.jpg");
	background-position : top left;
	background-repeat : no-repeat;
}

.previewImageBox img {
	width : 117px;
	height : 86px;
	margin : 11px 13px 17px 11px;
}

.previewHeader {
	font-family : Times New Roman, Times, Serif;
	font-variant : small-caps;
	font-size : 15px;
	font-weight : bold;
	color : #2B2117;
	text-align : right;
	margin : 2px 0px 5px auto;
}

.previewContent {
	font-size : 12px;
	text-align : right;
	margin : 0px 0px 3px auto;
}

.previewLink {
	display : block;
	position : relative;
	margin : 5px 0px 0px auto;
	width : 66px;
	height : 17px;
}

#ScrollerSpace {
	text-align : center;
	border-width : 0px;
}

#ScrollerSpace > div {
	position : relative;
	text-align : left;
	margin : 0px;
}

#ScrollHeader {
	text-align : center;
	margin : 10px auto;
}

#Scroller {
	position : absolute;
	width : 170px;
	height : 151px;
	left : 6px;
	top : 32px;
	z-index : 1;
	overflow : hidden;
}

.scrollItem {
	color : #000000;
	font-size : 11px;
	padding : 5px;
	text-align : left;
	position : relative;
	top : -10px;
}

#ScrollBorderTop {
	position : absolute;
	left : 6px;
	top : 32px;
	z-index : 2;
	width : 170px;
	height : 4px;
}

#ScrollBorderBottom {
	position : absolute;
	left : 6px;
	top : 179px;
	z-index : 2;
	width : 170px;
	height : 4px;
}

#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;
}

.bySiteWhirks {
	text-align : center;
	font-family : Verdana, Helvetica, Arial, Sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #000000;
	white-space : nowrap;
}

.bySiteWhirks img {
	display : inline-block;
	position : relative;
	top : 1px;
}