* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 1000px;
	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: #000;
	border-left-color: #000;
}
#wrapper #header {
	background-color: #FFF;
	color: #999;
}
#wrapper #navigation {
	background-color: #FFF;
}
#wrapper #bodyArea #left {
	background-color: #FFF;
	width: 200px;
	float: left;
}
#wrapper #bodyArea #right {
	background-color: #CCC;
	float: right;
	width: 800px;
}
#wrapper #footer {
	background-color: #FFF;
	clear: both;
}
#wrapper #bodyArea #left div div h1 {
	color: #F00;
}
#wrapper #bodyArea #right table tr td table tr td h4 {
	font-size: 24px;
}
#wrapper #bodyArea #right table tr td table tr td h4 {
	color: #000;
	font-size: 18px;
}

