body{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#page{
	width: 900px;
	background: url(images/bg.png) repeat-y;
}

#menu{
	width: 200px;
	float: left;
}

#menu a{
	display: block;
	line-height: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #960707;
	font-size: 11px;
	text-decoration: none;
	color: #960707;
}

#menu a:hover{
	background: #960707;
	color: #fff;
}

#content{
	padding: 5px;
	float: left;
}

a{
	color: #960707;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#footer{
	background: #F8F8F8;
	padding: 5px;
	font-size:10px;
	border: 1px solid #E1E1E1;
	border-left: 0px;
	color: #666;
	text-align: right;
	clear: both;
}

#footer a{
	color: #000;
}

img{
	border: 0px;
}