@charset "UTF-8";
/* CSS Document */

/* Columns
************************************/

#left_col {
	width: 550px;
	border-top: 3px solid #342211;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	position: relative;
}

#right_col {
	width: 240px;
	border-top: 3px solid #342211;
	margin: 0;
	padding: 0;
	float: left; 
}


/* Box Outs
************************************/

#index_profile {
	float: left;
	width: 540px;
	padding: 0 5px 0 5px;
	margin: 0;
	color: #D8D195;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#notice_board_title {
	float: left;
	width: 240px;
	padding: 0;
	margin: 0;
	color: #D8D195;
	border-bottom: 3px solid #342211;
}

#index_guest_book {
	width: 400px;
	float: left;
	font-weight: bold;
	height: 170px;
	top: 320px;
	margin: 0 10px 0 0;
	padding: 0;
}

#index_offers {
	width: 550px;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
}

#index_offers_title {
	width: 550px;
	border-bottom: 1px dotted #342211;
	float: left;
	padding: 10px 0 10px 0;
	margin: 10px 0 0 0;
}

.index_offers_box_container {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}

.item_name {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 30px;
	color: #D8D195;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: capitalize;
	border-bottom: 1px dotted #342211;
}

.item_desc {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 10px;
	color: #5D4732;
	border-bottom: 1px dotted #342211;
	height: 100px;
}

.item_link {
	width: 180px;
	line-height: 30px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	color: #5D4732;
	text-align: right;
}

.item_link a {
	color: #D8D195;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 9px;
}

.index_offers_box {
	width: 160px;
	height: 60px;
	float: left;
	border: 5px solid #342211;
	padding: 5px;
	margin: 0;
	background-color: #000000;
}

#content {
	padding: 0;
	float: left;
	margin: 0;
	width: 800px;
}

#news_story {
	width: 550px;
	float: left;
	margin: 0 10px 0 0;
	border: none;
	padding: 0;
}

#news_archive {
	width: 240px;
	float: left;
	margin: 0;
	border-top: 3px solid #342211;
	padding: 0;
}

.archive_title {
	font-family: "Times New Roman", Times, serif;
	color: #D8D195;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #342211;
}

#news_archive li {
	color: #F1ECB5;
	font-size: 10px;
	list-style: square;
	line-height: 22px;
}

#news_archive li a {
	color: #F1ECB5;
	font-size: 10px;
	list-style: square;
	line-height: 22px;
	text-decoration: none;
}

.offers {
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.offers a {
	color: #FFFFFF;
	text-decoration: none;
}

.story {
	width: 240px;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #342211;
	font-family: "Times New Roman", Times, serif;
}

.story a {
	color: #D8D195;
	text-decoration: none;
}

.story a:hover {
	color: #FFFFFF;
}