body {
	background:url(../_images/background.jpg) top center repeat-x #6dc4e4;
	font:normal 90% Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	width:960px;
}
img {
	border:none;
}
strong {
	color:#009fc0;
}
#header {
	background:url(../_images/header.jpg);
	height:375px;
	padding:40px 0 0 270px;
	width:690px;
}
a {
	color:#000;
	text-decoration:none;
	line-height:24px;
}
a:hover {
	color:#666;
}
#left {
	float:left;
	width:545px;	
}
	#left p {
		clear:right;
		padding:10px 0 0 270px;
	}
	#left ul {
		list-style:none;
		margin:20px 0 0 248px;
		padding:0;
	}
	#left li {
		display:inline;
		list-style:none;
	}
	#left li a {
		color:#6dc4e4;
		font:normal 130% Arial, Helvetica, sans-serif;
		letter-spacing:1px;
		padding:20px;
		text-decoration:none;	
	}
	#left li a:hover {
		color:#333;
	}
#right {
	float:right;
	margin:0 70px 0 0;
	width:310px;	
}
#right p {
	line-height::20px;
}