html, body {
	margin: 0px auto;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12pt;
	color: #6C6868;
	background: #000 url(images/bg.png) no-repeat;
	background-position: top center;
	line-height: 1.3;
}

div#container {
	width: 820px;
	margin: 15px auto;
	background: #fff;
}

div#header {
	width: 820px;
	height: 276px;
	background: #fff url(images/header.png) no-repeat;
}

div#topwriting {
	padding-top: 65px;
	width: 750px;
	height: 175px;
	margin: auto;
	font-weight: bold;
}

div#content {
	padding: 10px;
}

a, a:link {
    color: #B35B46;
    text-decoration: none;
}

a:visited {
    color: #B35B46;
    text-decoration: none;
}

a:hover {
    color: #B35B46;
    text-decoration: underline;
}


#left {
	float: left;
	width: 575px;
}

#right {
	float: right;
	width: 200px;
}

#box_left {
	background: url(images/boxbg.png) no-repeat;
	padding: 20px;
	font-weight: bold;
}

#box_right {
	padding: 5px;
}

#links {
	padding-left:500px;
	padding-top:30px;
	width:350px;
}

#links a, a:link {
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
	color: #7B7B7B;
	text-decoration: none;
}

#links a:visited {
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
	color: #7B7B7B;
	text-decoration: none;
}

#links a:Hover {
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
	color: #B35B46;
	text-decoration: none;
}

.seperator {
	width: 794px;
	padding: 5px;
	margin-top: 50px;
	background: url(images/sep_bg.png) no-repeat;
	height: 40px;
	font-weight: bold;
}

.seperator a:link {
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
	color: #7B7B7B;
	text-decoration: none;
}

.seperator a:visited {
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
	color: #7B7B7B;
	text-decoration: none;
}

.seperator a:Hover {
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
	color: #B35B46;
	text-decoration: none;
}

#left_listing {
	width: 430px;
	padding: 10px;
	float: left;
}

#right_listing {
	float: right;
	padding: 10px;
	width: 300px;	
}

#footer {
	text-align: center;

}

