* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
}
#wrapper #title {
	height: 100px;
	background-color: #333333;
	width: 1280px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	width: 280px;
	float: left;
	background-color: #333;
}
#wrapper #body {
	width: 1000px;
	background-color: #333;
	float: right;
}
#wrapper #footer {
	height: 34px;
	clear: both;
	background-color: #333333;
	width: 1280px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	line-height: 20px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #CCC;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCC;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
}
ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 40px;
	color: #CCC;
}
#wrapper #imagebar {
	background-color: #333;
	height: 96px;
	width: 1280px;
}

