@charset "UTF-8";
body {
	background-image: url(assets/img/bgjpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FEE100;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#upper {
	background-image: url(assets/img/upper-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
}
#nav {
	background-repeat: repeat-y;
	text-align: center;
	margin-bottom: 35px;
}
#header {
	text-align: center;
}
#content {
	padding-left: 40px;
	padding-right: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: .9em;
	line-height: 1.8em;
}
#container #content ul {
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: square;
	color: #FFFFFF;
}
#container #content img {
	float: left;
	padding-right: 30px;
}
#footer {
	background-image: url(assets/img/footer.jpg);
	height: 57px;
	padding-top: 30px;
	padding-left: 30px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
}
