body {
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#container {
	height: 911px;
	width: 795px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#header {
	height: 322px;
	width: 475px;
	float: right;
}

#logo {
	float: left;
	height: 322px;
	width: 320px;
}

#menubar {
	background-image: url(../images/menubar.png);
	height: 50px;
	width: 795px;
	clear: both;
}



#menu {
	width: 795px;
	height: 50px;
	clear: both;
	background-image: url(../images/menubar.png);
}


#navlist
{
	padding-top: 15px;
	padding-right: 0;
	padding-left: 25px;
	margin: 0;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
}

#navlist a:link, #navlist a:visited {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #E73B34;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-size: 16px;
	text-transform: uppercase;
}

#navlist a:hover {
	padding-bottom: 1px;
	background: transparent;
	color: #009E54;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E73B34;
}

.current {
	padding-bottom: 1px;
	background: transparent;
	color: #009E54;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E73B34;
}




#container-middle {
	height: 522px;
	width: 795px;
}
#leftbar {
	background-image: url(../images/leftbar.png);
	background-repeat: no-repeat;
	float: left;
	height: 522px;
	width: 179px;
}
#content-small {
	background-image: url(../images/content-small.png);
	background-repeat: no-repeat;
	float: left;
	height: 522px;
	width: 440px;
}
#rightbar {
	background-image: url(../images/rightbar.png);
	background-repeat: no-repeat;
	height: 522px;
	width: 176px;
	float: right;
}
#left-content {
	margin-top: 15px!important;
	margin-top: 10px;
	margin-left: 37px;
	color: #F7E836;
	font-size: 18px;
	height: 490px;
	width: 120px;
}

#right-content {

	margin-top: 15px!important;
	margin-top: 10px;
	margin-left: 24px;
	color: #F7E836;
	font-size: 18px;
	height: 490px;
	width: 120px;
}
#content-bar {
	height: 20px;
	padding-top: 18px;
	padding-left: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}

h1 {

	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

h3 {
	font-size: 16px;
	text-align: center;
}

h4 {
	font-size: 16px;
}

.image-left {
	float: right;
	position: relative;
}

#content-a {
	margin: 20px;
}

#content-b {
	margin: 35px;
}

#content-large {
	background-image: url(../images/content-large.png);
	height: 523px;
	width: 795px;
	background-repeat: no-repeat;
}
.image-right {
	float: left;
	margin-right: 15px;
}
