* {
	margin: 0;
	padding: 0;
	border: none;
}
html{
	margin:0;
    padding:0;
}
body {
	margin:0;
    padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d6d2bb;
	height: 100%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#container_main {
	background: #fff;
	margin: 0 auto;
	width: 750px;
	border-left: 5px solid #2a499e;
	border-right: 5px solid #2a499e;
	height: 100%;
	background-image: url(../images/side_bg.jpg);
}
#topbar {
	position: relative;
	padding: 0 0 0 0;
	width: 750px;
}
#sidebar {
	position: relative;
	width: 215px;
	float: left;
	height: 100%;
}
#content_main {
	width: 500px;
	background: #fff;
	padding-right: 20px;
	padding-bottom: 20px;
	float: right;
	height: 100%;
}
#bottombar {
	background: #2a499e;
	text-align: center;
	font-weight: bold; 
	font-size: 10px;
	color: #fff;
	clear: both;
}
#topbar_left{
	position: relative;
	padding: 0 0 0 0;
	width: 358px;
	height: 130px;
	float: left;
}
#topbar_right{
	padding: 0 0 0 0;
	width: 392px;
	float: right;
	background: #2a499e;
	height: 130px;
}
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #27479c;
}
.sidebar_pic{
	padding-left: 38px;
}
.links{
	padding: 40px 0 0 0;
}
.lovebar{
	padding-left: 10px;
}
.content_pic{
	border: 0;
	float: right;
	padding-left: 20px;
}
