a {
    color: #888;
    text-decoration: none;
}

a:visited {
    color: #888;
    text-decoration: none;
}

a:hover {
    color: #444;
    text-decoration: underline;
}

body {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

p {
	font: 13px helvetica, "sans serif";
	color: #393939; 
line-height: 18px
}

div#content {
	width: 831px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	overflow: hidden;
	margin: 0px 0 17px 0;
	padding: 0;
}

div#header_left {
	float: left;
	width: 318px;
	height: 279px;
}

div#header_right {
	float: right;
	width: 513px;
	height: 279px;
}

div#navbar {
	float: clear;
	width: 831px;
	height: 39px;
}

div#content_body {
	overflow: hidden;
	margin: 16px 0 0 0;
	width: 831px;
}

div#content_separator {
	float:right;
	width: 7px;
	height: auto;
}

div#footer_separator {
	background-image: url("../img/layout/horizontal_separator.jpg");
	width: 831px;
	height: 4px;
}

div#footer {
	width: 831px;
	height: 80px;
}

