@charset "UTF-8";
* {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	text-decoration: none;
	color: #333333;
}
#layout {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(background2.jpg);
}
#layout #header {
	height: 290px;
}
#layout #nav {
	height: 51px;
	width: 900px;
	margin-top: 10px;
}
#layout #bodyArea #right {
	padding: 10px;
	width: 600px;
	float: right;
}
#layout #bodyArea #left {
	background-color: #CCCCCC;
	padding: 10px;
	width: 251px;
	float: left;
}
#layout #bodyArea #credits {
	clear: both;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: 14px;
	color: #333333;
	margin: 20px;
	font-family: "Times New Roman";
	font-weight: normal;
	font-style: normal;
}
