* {
	font-family: Arial;
	font-size: 12px;
}

body {
	margin: 0px;
	background: #99B7EE;
}

a {
	color: black;	
}

a:hover {
	text-decoration: none;
	color:gray;
}

h2 {
	font-size: 20px;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 780px;.
	background-color: white;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}


#menu_area {
	float:left;
	width: 175px;
	border-right: 1px dashed gray;
	background-color: white;
	background-image: url(images/sider.jpg);
	background-repeat: no-repeat;
}

#menu_area ul {
	list-style:none;
	position:relative; right: 10px;

}

#menu_area li {
	padding: 4px;
	border: 1px solid red;
	width: 125px;
	position:relative; right: 10px;
	margin: 5px;
	background-color: #D7D7D7;
}

#addr {
	position:relative; left: 10px;
}

#content {
	
	border-top: 1px solid #D7D7D7;
	
	
	margin-left: 210px;
	padding: 5px;
	width: 535px;
	background-color: white;

}

#footer {
clear: both;
	background-image: url(images/footer_back.jpg);
	text-align: center;
	color: white;
}

#footer a {
	color: white;	
}

#footer a:hover {
	text-decoration: none;
	color:black;
}
#main {
	background-color: white;

}