body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background-color: #3C77C7;
	background-repeat: repeat-x;
	margin: 0px;
	background-image: url(images/fzw_bg-dk.jpg);
	background-attachment: fixed;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	margin: auto;
	width: 950px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 20px #000;
}
#header {
	height: 175px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#global-nav {
	background-color: #000;
}
#global-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#global-nav li {
	display: inline;
}
#global-nav a {
	color: #FFF;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
}
#global-nav a:hover {
	background-color: #000;
}


#content {
	width: 620px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h1 {
	color: #1B3452;
	font-size: 30px;
}

#sidebar-right {
	width: 3
`0;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
}
#sidebar-left {
	float: left;
	width: 175px;
	margin-right: 15px;
	margin-left: 20px;
}
#sidebar-left ul {
	list-style-type: none;
	padding: 0px;
}
#sidebar-left li {

}

#sidebar-left a {
	color: #243E9B;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 13px;
}
#sidebar-left a:hover {
	color: #036;

}

h4 {
	border: 1px solid #033;
	text-align: center;
	margin: 5px;
}
h4 a {
	color: #243E9B;
	text-decoration: none;
	padding: 15px;
	display: block;
}
h4 a:hover {
	background-color: #243E9B;
	color: #FFF;
}
#footer {
	background-color: #039;
	color: #FFF;
	font-size: 12px;
	padding: 10px;
	background-image: url(images/footer-bg.png);
}
#footer a {
	color: #9CF;
}
