body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color:#000;
	background-position:top center;
	margin:0;
	color:#4C7382;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif
}
img {
	border: 0 
}
a:link {
	color: #73a5b8;
}
a:visited {
	color: #73a5b8;
}
a:hover {
	color: #a4d9ed;
}
a:active {
	color: #73a5b8;
}
.content {
	background-image:url(../images/bg_content.png);
	width:812px;
	height:653px;
	margin:0 auto
}
.content_inner {
	padding:15px
}
.sidebar {
	display:inline;
	float:left;
	width:170px;
	height:500px;
	margin:0 10px 0 0
}
.main {
	float:right;
	width:600px
}
.sidebar_divider {
	background-image:url(../images/dividerv.png);
	background-repeat:no-repeat;
	float:right;
	margin:70px 0;
	width:1px;
	height:331px
}
.sidebar_element {
	padding:5px
}
.title {
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
	color:#578191
}
