body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #8f8f8f;
	background-image: url(../images/bgd.gif);
	background-repeat: repeat-x;
}

h2 {
	font-size: 1.1em;
	margin: 10px 0;
	padding: 0;
}

p {
	margin: 10px 0;
	padding: 0;
}

#shadow-top {
	width: 100%;
	height: 199px;
	margin: 0;
	padding: 0;
	background-image: url(../images/shadow-top.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#shadow {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/shadow-2.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#wrapper-top {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/base.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#header {
	width: 800px;
	height: 169px;
	margin: 0 auto;
	padding: 15px 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header a, #header a:visited {
	margin: 0 0 0 700px;
	padding: 0;
	color: #00f;
	font-size: 0.9em;
	font-weight: bold;
}

#header a:hover {
	margin: 0 0 0 700px;
	padding: 0;
	color: #009;
	font-size: 0.9em;
	font-weight: bold;
}

#menu {
	width: 800px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #8f8f8f;
}

#menu ul {
	width: 800px;
	margin: 0 auto;
	padding: 3px 0;
	display:block;
}

#menu ul li {
	list-style-type: none;
	padding: 0px;
	display: inline;
	margin: -0 15px -0 0;
	font-size: 0.9em;
}

#menu ul li a, #menu ul li a:visited {
	margin: 0;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	margin: 0;
	color: #ccc;
	text-decoration: none;
}

#container {
	width: 800px;
	margin: 0;
	padding: 0;
}

#column-1 {
	float: left;
	width: 375px;
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #8f8f8f;
	display: inline;
}

#column-2 {
	float: left;
	width: 370px;
	margin: 10px;
	padding: 0;
	display: inline;
}

#content {
	float: left;
	width: 778px;
	margin: 10px;
	padding: 0;
	display: inline;
}

#clear {
	clear: both;
	width: 800px;
	height: 130px;
	margin: 0;
	padding: 0;
}

#footer {
	width: 780px;
	margin: 5px auto;
	padding: 0;
	text-align: center;
}

#footer a, #footer a:visited {
	font-size: 0.8em;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	font-size: 0.8em;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#latest-news {
	width:100%;
	min-height:100px;
	height:auto !important;
	height:100px;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
