
#wrapper {
	margin:0 auto;
	text-align:left;
	width: 980px;
}
#head {
	padding-left: 160px;
	width: 580px;
	height: 255px;
}
#footer {
	height: 0;
	float:left;	
}
#navigation {
  	float: left;
  	width: 150px;
}
#navigation2 {
  	float: right;
  	width: 150px;
}
#content {
  	float: left;
  	width: 300px;
	margin-left: 10px ;
}
#logo {
	float:left;
}

#intro {
	float:left;
	text-align: left;
  	font-size:11px;
}


body {
	font-family:Courier  New;
	font-size:13px;
	font-style:regular;
	text-decoration:none; 
	background-image:url('picture/cover/cover.gif'),('picture/cover/line.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-color:#cccccc; 
}

a {
	font-weight:bold;
	text-decoration:none; 
	color:#000000;
}
a:active, a:hover {
	background-color:#ccffcc;  <!-- lemongreen -->
}
a:link { 
	text-decoration:none; 
}
