#left {
	float: left;
	width: 210px;
	background-image: url(../img/bg_left.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
}
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#box {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}
div.clear {
	clear: both;
}
#center {
	float: left;
	width: 480px;
	margin-left: 18px;
	position: relative;
}
.vcenter {
	vertical-align: middle;
}
#top_links {
	font-size: 11px;
	color: #808080;
	line-height: 11px;
	float: right;
}
#top_links a {
	color: #808080;
	text-decoration: none;
}
#logo {
	position: absolute;
	height: 71px;
	width: 319px;
	left: 0;
	top: 28px;
}
#menu {
	margin-top: 120px;
}
#line_menu {
	background-image: url(../img/bg_header.gif);
	background-position: left bottom;
	height: 4px;
	width: 524px;
	position: absolute;
	left: 230px;
	top: 147px;
}
#menu img {
	margin-right: 3px;
	vertical-align: middle;
}
#content {
	margin-top: 30px;
	color: #4c4c4c;
}
h1 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.line {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content a {
	color: #549B1D;
	text-decoration: underline;
}
#content a:hover {
	color: #89B2F9;
}
#footer {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 11px;
	color: #4d4d4d;
}
#footer a {
	color: #4D4D4D;
	text-decoration: none;
}

