#parameter {
	float: left;
	width: 800px;
	padding-right: 10%;
	padding-left: 10%;
}
#background {
	float: left;
	width: 800px;
	background-image: url(images/oranges-vert200.jpg);
	background-repeat: repeat-y;
	clear: both;
}


#header {
	float: left;
	height: 158px;
	width: 800px;
	background-image: url(images/gradient-horiz137.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	font-family: "Century Gothic", Trebuchet, sans-serif;
	font-size: 48px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	float: left;
	text-align: left;
	text-indent: 10px;
	margin-top: 57px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header p {
	font-family: "Century Gothic", Trebuchet, sans-serif;
	margin-top: 118px;
	text-align: center;
}
#header a:link {
	color: #333;
	text-decoration: none;
}
#header a:hover {
	color: #009;
	text-decoration: underline;
}
#header a:visited {
	color: #666;
	text-decoration: none;
}

#header a img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: 400px;
}
#sidebar ul {
	padding-left: 22px;
}

#sidebar li {
	list-style-type: none;
}
#sidebar li a:link {
	font-family: "Century Gothic", Trebuchet, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 28px;
	width: 152px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	margin-bottom: 50px;
	line-height: 24px;
}
#sidebar li a:visited {
	color: #666;
}
#sidebar li a:hover {
	background-position: 0px -28px;
	display: block;
	height: 28px;
	width: 152px;
}



#content {
	float: left;
	width: 590px;
	margin-left: 10px;
}
#content ul li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	list-style-position: outside;
}

#content p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}

#content h2 {
	font-family: "Century Gothic", Trebuchet, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #F60;
}
#content h3 {
	font-family: "Century Gothic", Trebuchet, sans-serif;
	font-weight: bold;
	color: #F60;
	text-align: center;
}
#content h4 {
	font-family: "Century Gothic", Trebuchet, sans-serif;
	color: #333;
	font-weight: bold;
}
#content h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #333;
	font-size: medium;
}
#content a:link {
	font-family: "Century Gothic", Trebuchet, sans-serif;
	color: #333;
	text-decoration: underline;
}
#content a:hover {
	color: #F60;
}
#content a:visited {
	color: #666;
}


#footer {
	width: 800px;
	clear: both;
}
#footer p {
	font-family: "Century Gothic", Trebuchet, sans-serif;
	color: #333;
	text-align: center;
	margin-left: 200px;
}
#footer a:link {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #F60;
	text-decoration: underline;
}
#footer a:active {
	color: #F93;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: none;
	color: #666;
}
