html,body{
	margin:0;
	padding:0;
}
body{
	font: 76% arial,sans-serif;
	text-align:center;
}
p{
	margin:0 10px 10px;
}
a {
	padding:5px; 
	text-decoration:underline; 
	color:#4AAEC6;
}
div#header{
	background-image: url(bgtop.jpg);
	height:325px;
}
div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
}	
div#container{
	text-align:left;
}
div#content p{
	line-height:1.4;
}

div#footer{
	background:#4AAEC6;
	padding-left:20px;
	width:863px;
}
div#footer p{
	margin:0;
	padding:5px 0 5px 0;
}
div#container{
	width:862px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#wrapper{
	float:left;
	width:100%;
}
div#content{
	border: 1px #CCCCCC;
	width::862px;
}
div#footer{
	clear:left;
	width:100%;
}
