@charset "UTF-8";
/* CSS Document */
a:link {
	color: #000000;
	text-decoration: underline;
}
#content a: link {
	text-decoration: none;	
	
}
a:visited {
	color: #000000;
}
#content a:visited {
	text-decoration: none;	
	
}
a:hover {
	color: #FFFFFF;
	background-color:#000;
}
a:active {
	color: #999;
}
body {
	
	background: #e8e8e7;	
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	line-height:18px;
	/*text-align:center;*/
	
	background-image: url(images/back.gif);
	
	
}

	
#title {
	position:absolute;
	left: 200px;
	top: 54px;
}

#content {
	position:absolute;
	left: 85px;
	top: 100px;
	width: 100px;
}

#subcontent {
	position:absolute;
	left: 200px;
	top: 100px;
	width: 700px;
}
