@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #eef0f9;
	padding: 0px;
}
html, body {
	height: 100%;
}
#header {
	background-color: #FFFFFF;
	background-image: url(../images/top-yellowbar.gif);
	background-repeat: repeat-x;
	height: 138px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	float: left;
	width: 100%;
}
#header-bottom {
	background-color: #FFFFFF;
	background-image: url(../images/bottom-greybar.gif);
	background-repeat: no-repeat;
	width: 994px;
	height: 15px;
}
#header-wrapper {
	margin: auto;
	padding: 0px;
	width: 994px;
}
#logo {
	width: 994px;
	margin-top: 8px;
	height: 116px;
}
#logo img {
	margin-top: 95px;
	margin-left: 65px;
}
#content-wrapper {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 994px;
}
#content-content {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 5px;
}
#content-content img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#footer {
	float: left;
	width: 100%;
	height: 100px;
	position: relative;
	background-color: #53361C;
}
#footer-wrapper {
	margin: auto;
	padding: 0px;
	width: 994px;
}
#footer-content {
	margin: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

#content {
	margin: auto;
	padding: 0px;
	float: left;
	width: 100%;
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
}
