@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.8em;
	color: #939;
}
#header {
	width: 960px;
}
#navigation {
	width: 960px;
	background-color: #F7C262;
	margin-right: auto;
	margin-left: auto;
}
#navigation img {
	padding-left: 5px;
	color: #F7C262;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main-content {
	width: 940px;
	padding: 10px;
}
#main-content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	width: 960px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
body {
	background-color: #EACBF3;
	font-family: Arial, Helvetica, Verdana;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
p {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, Verdana;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h4 {
	font-size: 1.2em;
	color: #939;
	font-family: Arial, Helvetica, Verdana;
}
#wrapper #main-content table tr td h3 {
	font-size: 1.2em;
	color: #939;
	font-family: Arial, Helvetica, Verdana;
}

ul {
	font-family: Arial, Helvetica, Verdana;
	font-size: .8em;
}
a:link {
	color: #F7C262;
	text-decoration: none;
}
a:visited {
	color: #F7C262;
	text-decoration: none;
}
a:active {
	color: #F7C262;
	text-decoration: none;
}
a:hover {
	color: #F7C262;
	text-decoration: none;
}
#navigation a img a:link {
	color: #F7C262;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation a img a:visited {
	color: #F7C262;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation a img a:hover {
	color: #F7C262;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation a img a:active {
	color: #F7C262;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
