body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #685131;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	background-image: url(../images/home/tile_header.jpg);
}
a:link, a:visited {
	color: #524E38;
	text-decoration: none;
}

a:hover, a:active {
	color: #524E38;
	text-decoration: underline;
}
.footer_link:link, .footer_link:visited {
	color: #CFB99A;
	text-decoration: none;
}

.footer_link:hover, .footer_link:active {
	color: #CFB99A;
	text-decoration: underline;
}
#border {
	border: 1px solid #000000;
}

#meta {
	height: 20px;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 20px;
	font-size: 10px;
	color: #CFB99A;
}
#page {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	
}
#frame {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/home/header.jpg);
	height: 190px;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 190px;
	font-size: 36px;
	font-weight: normal;
}
#include {
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	background-image: url(../images/home/footer.jpg);
	height: 40px;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 30px;
	color: #FFFFFF;
}
#design {
	text-align: center;
}
#top_menu {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/home/menu.jpg);
}


#top_menu a:link, #top_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#top_menu a:hover, #top_menu a:active {
	text-decoration: underline;
}
#watermark {
	background-image: url(../images/home/watermark.jpg);
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
#left {
	background-color: #DEDBCB;
}
#center {
	background-color: #DEDBCB;
}
#right {
	background-color: #DEDBCB;
}

/* ADVERTS */
#advert {
	text-align: center;
	float: left;
	width: 140px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#advert_listing {
	background-color: #AEA88C;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#advert_header {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#advert_image {
	padding-top: 5px;

}
#advert_description {
	text-align: justify;
	font-size: 10px;
	padding: 5px;
}
#advert_none {
	background-color: #AEA88C;
	margin-bottom: 5px;
	float: left;
	width: 140px;
	height: 40px;
	line-height: 40px;
}

