#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-top: 15px;
}
#header {
	width: 760px;
	background-color: #ff0000;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
}
.colorbox1 {
	width: 100px;
	height: 25px;
	margin: 10px;
	background-color: #a60000;
	float: left;
}
.colorbox2 {
	width: 100px;
	height: 25px;
	margin: 10px;
	background-color: #bf3030;
	float: left;
}
.colorbox3 {
	width: 100px;
	height: 25px;
	margin: 10px;
	background-color: #ff4040;
	float: left;
}
.colorbox4 {
	width: 100px;
	height: 25px;
	margin: 10px;
	background-color: #ff7373;
	float: left;
}
.colorbox5 {
	width: 200px;
	height: 40px;
	margin: 10px;
	background-color: #ff7373;
	float: left;
	font-size: .8em;
	text-align: center;
}
.colorbox6 {
	width: 150px;
	height: 40px;
	margin: 10px;
	background-color: #00cc00;
	float: left;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.5em;
}
h1 {
	width: 250px;
	margin-left: 25px;
	float: left;
	margin-bottom: 0px;
	position: relative;
	color: #fff;
}
h2 {
	width: 275px;
	float: right;
	color: #fff;
}
#menu {
	clear: both;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	display: block;
	float: left;
	width: 186px;
	list-style-type: none;
	background-color: #67e667;
	border: 2px solid #000000;
	margin: 0px;
	text-align: center;
}
#menu li a {
	background-color: #008500;
	display: block;
	text-decoration: none;
	color: #FFF;
}
#content {
	background-color: #FFFFFF;
}
#leftcol {
	width: 300px;
	border-right-style: dashed;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#rightcol {
	float: right;
	width: 400px;
}
h3 {
	background-position: left;
	color: #a60000;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url('red.gif');
	background-repeat: no-repeat;
}
#footer {
	background-color: #269926;
	float: left;
	clear: both;
	width: 750px;
	height: 25px;
	text-align: center;
}
#footer a {
	color: #fff;
}
img {
	margin-right: 15px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#silouette {
	position: absolute;
	top: 12px;
}
.opacity {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}

