@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 84px;
	font-family: "Courier New", Courier, monospace;
	font-size: 80px;
	padding: 10px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	height: 35px;
	font-family: "Courier New", Courier, monospace;
	padding-left: 10px;
}
#wrapper #headerImg {
	height: 300px;
	background-image: url(icarusbw.jpg);
	width: 800px;
	background-repeat: no-repeat;
	background-position: 30px -75px;
}
#wrapper #bodyArea #left {
	width: 540px;
	float: left;
	background-color: #FFFFFF;
	height: 1500px;
	border: 5px solid #CCCCCC;
}
#wrapper #bodyArea #right {
	width: 250px;
	background-color: #CCCCCC;
	float: right;
	height: 1510px;
}
#wrapper #bodyArea #footer {
	height: 50px;
}
#wrapper #bodyArea #footer {
	height: 35px;
	padding-top: 20px;
	padding-left: 10px;
	width: 800px;
	float: left;
}
#wrapper  #bodyArea  #right  #head  {
	height: 20px;
	background-color: #666666;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	margin: 20px;
}
#wrapper #bodyArea #left img {
}
