@charset "UTF-8";
/* CSS Document */

#container {
	width: 968px;
	background: #FFF;
	background-size: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	font-family: "century gothic", "futura", "sans serif";
}
#banner {
	position: relative;
}
#menu_bar {
	position: absolute;
	top: 1px;
	right: 0px;
	bottom: 0px;
}
#bar {
	background: url(../images/Bar.jpg);
	height: 10px;
}
#main_content_thw {
	padding-left: 20px;
	font-size: 12px;
	font-family: "Century Gothic", Futura, "Sans Serif";
}
#footer_thw {
	text-align: center;
	padding-left: 10px;
	padding-right: 20px;
	font-family: "Century Gothic", "Futura", "Sans Serif";
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
}
body {
	font-family: "Century Gothic", "Futura", "Sans Serif";
	height: 968px;
	background-color: #CCC;
}
#container #main_content h4 {
	font-family: "Century Gothic", "Futura", "Sans Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#container #main_content h3 strong {
	font-family: "Century Gothic", "Futura", "Sans Serif";
	font-size: 16px;
	font-weight: bold;
}

#container #main_content p {
	font-family: "Century Gothic", "Futura", "Sans Serif";
}
