body {
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	background-color: #373737;
}

a {
	color: #000000;
	text-decoration: none;
}

.arrow_link {
	background-image:url(../img/link.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-right: 10px;
}

.header_wrapper {
	margin: 0 auto;
	width: 900px;
	position:relative;
	top:100px;
	height:100px;
}
.content_wrapper {
	margin: 0 auto;
	width: 900px;
	position:relative;
	top:100px;
	background:url(../img/legend.png) bottom left no-repeat;
	padding-bottom: 10px;
}

.content_area {
	background-color:#FFFFFF;
	margin-bottom: 2px;
}

.home_section_separator {
	background-color:#CCCCCC;
	/*background-color: #4242FF;*/
}
.home_section_title {
	text-align:center;
}
.home_section_icon {
	margin:10px;
	border:none;
}
.home_icon {
	height: 20px;
	width: 20px;
	background-color:#FFFFFF;
	position:absolute;
	top: 0px;
	right: 0px;
	border: thin solid white;
}
.home_icon:hover {
	background-color:#4242FF;
}

.list {
	list-style: url(../img/bullet.png);
}