body, p, table, td, th, form, input, li, ul, ol, h1, h2, h3, h4, h5, h6, a  {font-family:verdana,helvetica,arial;
	color: gray;
	
}
	a {text-decoration:none;
	color: red;
}
	a:hover {text-decoration: underline;
}

#con {
	margin: 10px auto;
	width: 914px;
	font-size:0.85em;
	overflow: hidden;
}
		
#header {
	width: 100%;
	height: 98px;
	background: url(header.png) no-repeat 0 top;
	margin-bottom: 2px;
}
#header .left {
	float: left;
	width: 405px;
}
#header .right {
	float: right;
	width: 405px;
	margin: 10px 15px 0 0;
	text-align: right;
	font-size: 0.84em;
}

#contentCon {
}

#contentCon p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

#footer{
	margin-top: 15px;
	padding-top: 5px;
	border-top: 4px solid #e5e7de;
	font-size: 0.84em;
}