a {
	color: #03c;
	text-decoration: none;
	/* border-bottom:1px dotted #aaf; */
	}
a:hover {
	color: #f00;
	text-decoration: none;
	/* border-bottom: 1px solid #f00; */
	}
body {
	font: Normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #e7e7e7;
	}
#site {
	width:760px;
	margin:0 auto;
	padding:0;
	line-height:1.6em;
	}
#header {
	background: url("/layout/images/header.jpg") no-repeat top; 
	border: none;
	height:100px;
	position:relative;
	}
#tagline {
	font-size:11px;
	color:#fff;
	text-align:center;
	position:absolute;
	top:78px;
	left:150px;
	}
#content {
	background: url("/layout/images/content.jpg") repeat-y top; 
	border: none;
	padding:20px;
	}
#footer {
	background: url("/layout/images/footer.jpg") no-repeat top; 
	border: none;
	height:63px;
	padding:20px;
	text-align:center;
	}
