body {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: left;
	}

a, a:visited, a:active {    color: #666666;	background-color: inherit;	text-decoration: none;	}	a:hover { color: #999999; }

#wrap {
	padding: 0;
	margin: 100px auto 0px auto;
	width: 500px;
	height: 160px;
	border-bottom: #CCCCCC dotted 1px;
	}
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 500px;
	}
	
#main {
	float:left;
	width: 350px;
	height: 160px; 
	}
		
#link {
	float:left;
	width: 140px;
	border-top: #CCCCCC dotted 1px;
	height: 30px;
	padding: 5px; 
	}
	
.clear { clear: both; }	

