html{
	
}

body {
    margin: 0;
    padding: 0;
    font-family: verdana;
    font-size: 12px;
    background-image: url("bg.jpg")
}
h1{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #6ca1c7; 
}

.clear{
	clear: both;
}

#main_container{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 700px;
}

#sidebar {
	width: 210px;
	height: 500px;
	padding: 30px 20px;
	background-color: white;
	margin-right: 20px;
	float: left;
}

#right_container{
	width: 690px;
	height: auto;
	float: left;
}

#menubar{
	height: 20px;
	background-color: white;
	padding: 25px 35px;
	margin-bottom: 20px;
	text-align: center;
}

.menu_button{
	padding:0px 17px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	float: left;
}

.content{
	width: 620px;
	height: auto;
	background-color: white;
	padding: 35px;
	margin-bottom: 20px;
}

#content_services{
	width: 620px;
	height: 550px;
	background-color: white;
	padding: 0px;
}


#footer {
	padding: 0px 10px;
	margin-bottom: 20px;
	font-size: 12px;
	color: white;
}