@charset "utf-8";
a {
	color: #008;
	text-decoration: none;
}
a:link {color: #008}
a:link.external {color: #060}
a:hover {text-decoration: underline;}

ul li {
	color: #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 20px;
}

h1 {
	color: #333;
	margin-left: 20px;
}

h2 {
	color: #333;
	margin-left: 20px;
	margin-top: 20px;
}

h3 {
	color: #333;
	margin-left: 20px;
	margin-top: 20px;
}





* {
	margin: 0px;
}

#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

#wrapper #logo {
	height: 100px;
}

#wrapper #navigation {
	height: 70px;
	margin-left: 10px;
}

#wrapper #headerImg {
	height: 265px;
	background-repeat: no-repeat;
	background-color: white;
	background-image:url('../images/challenge.jpg');
}

#wrapper #bodyArea #left {
	width: 550px;
	float: left;
}

#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #e2e2e2;
}

#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #e2e2e2;
	margin-top: 10px;
}

#wrapper #bodyArea #left img {
	margin-left: 100px;
	margin-top: 30px;
}

#wrapper #bodyArea #footer p {
	padding-top: 1px;
}
