html {
	font-family: Arial, san-serif;
	font-size: 10pt;
	line-height: 12pt;
	height: 100%;
	background-color: #444;
}

ul {
	list-style-type: none;
}

.clear {
	clear: both;
}	

.buttons {
	padding: 0 0 0 40px;
}

a {
	text-decoration: none;
	color: #336699;
}

a:hover, a:active {
	text-decoration: none;
	color: #003366;
}

span {
	position: absolute;
	left: -9999px;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 25px;
	color: #336699;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #336699;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 7pt;
	color: #fff;
	text-align: center;
}

/* specific divs */

#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(images/);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/header.jpg);
	height: 240px;
	width: 800px;
	background-position: left;
	background-repeat: no-repeat;
}

#header ul {
	position: relative;
	float: left;
	width: 150px;
	top: 240px;
	margin: 0;
	padding: 0 0 0 30px;
}
#header ul li {
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding: 0 15px 0 0;
}

#navList a {
	text-decoration: none;
	color: #336699;
}

#navList a:hover, #navList a:active {
	text-decoration: none;
	color: #003366;
}

/* main content */

#sideNews {
	position: relative;
	float: right;
	padding: 5px 20px 0 0;
	width: 170px;
}

#sideNews  li{
	padding: 0 0 20px 0;
}

.floatLeft {
	position: relative;
	float: left;
	padding: 20px 0 0 0;
}

.floatRight {
	position: relative;
	float: left;
	width: 180px;
	height: 110px;
	padding: 18px 0 0 10px;
}

/* footer */

#footer {
	padding: 20px 0 5px 0;
	background-image: url(images/footer.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#foot1 {
	width: 450px;
}

#foot2 {
	width: 560px;
}

.footerNav {
	margin: 0 auto;
}

.footerNav li {
	font-size: 8pt;
	display: inline;
}

.footerNav a {
	color: #fff;
}

/* wordpress */

.newsPost, #contact {
	position: relative;
	float: right;
	width: 400px;
	height: auto;
	padding: 5px 0 0 5px;
}

.entry {
	margin: 0 0 35px 0;
}

#s {
	margin: 0 0 10px 0;
}
