@charset "utf-8";
body, html {
	font-family: Arial, Helvetica,Sans-Serif;
	background: #d0d0d0;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #000;
	border: 0;
	marker-offset: 0px;
}
a:link {
	color:#000;
	text-decoration: underline;
}
a:visited {
	color:#000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color:#000;
	text-decoration: none;
}
.sidebar1 {
	padding: 0px 10px;
	float: left;
	width: 120px;
	min-height: 700px;
	position: relative;
	border-right: solid 1px #a0a0a0;
}
.content {
	font-size: 12px;
	padding: 0px 10px;
	width: 600px;
	min-height: 700px;
	float: left;
	position: relative;
	border-left: solid 2px #a0a0a0;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


