body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px -25px;
	background-color: #fff;
}

body, h1, h2, h3, h4, h5, p, a, img {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

input, textarea, form, select {
	font-size: 12px;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	text-align: left;
}
#header {
	width: 700px;
	background: url(files/header-background.jpg) no-repeat;
}
h1 {
	display: none;
}
#header img {
	margin: 0px 0px 0px 25px;
	height: 230px;
	width: 650px;
}
#submenu {
	clear: both;
	float: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background: #444;
	height: 18px;
	margin: 0 25px;
	padding-top: 5px;
	padding-left: 14px;
}
ul#nav {
	height: 45px;
	margin-left: 32px;
}

ul#nav li {
	display: inline;
	}

ul#nav a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	padding-top: 15px;
	padding-right: 7px;
	padding-left: 7px;
}
ul#nav a:hover {
	background: #444;
}

#submenu a {
	color: #fff;
	text-decoration: none;
	padding-right: 14px;
}
#submenu a:hover {
	color: #ccc;
	text-decoration: underline;
}
#content {
	margin-right: 39px;
	margin-left: 39px;
	font-size: 12px;
}
#footer {
	padding-bottom: 25px;
	background: url(files/footer-background.gif) no-repeat bottom;
	text-align: center;
}
#footer p {
	margin: 14px 25px 0px;
	padding: 5px 14px;
	background: #000;
	font-size: 11px;
	color: #fff;
	border-top: 5px solid #444;
	line-height: 14px;
}
#footer a {
	color: #fff;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #d32a18;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 10px;
}
h3 {
	font-size: 14px;
	color: #d32a18;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 10px;
}

#content {
	font-size: 12px;
}

#content p
{
	margin: 0;
	padding: 0;
}

#content p,
#content li {
	font-size: 12px;
	line-height: 15px;
}

#content li {
	margin-bottom: 5px;
}

#content ul li {
	list-style: square;
	margin: 0px 30px -2px 25px;
	padding: 0;
}

/*
#content p a,
#content li a {
	color: #000;
	text-decoration: underline;
	}	
#content p a:visited,
#content li a:visited {
	color: #444;
	}	
*/	
#content p a:hover,
#content li a:hover {
	color: #d32a18;
	}

