/*
Design by David Haun
http://www.davidhaun.com/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #0072BC;
	background-color: #FFF;
	background-image: url(images/body.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

p {
	margin: 0px;
	padding: 0px;
}
 
a {
	font-weight: bold;
	color: #008BBD;
	text-decoration: underline;
}

h1 {
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: italic;
}

img {
	border-style: none;
}

/* head */
#header {
	width: 1000px;
	height: 65px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #0070BC;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	padding: 0px;
}

/* menu */
#menu {
	width: 1000px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0px;
	display: inline;
	float: right;
}

#menu li {
	margin: 0px;
	display: inline;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	display: block;
	float: left;
	padding-left: 50px;
}

#menu a:hover {
	color: #CCC;
}

#menu .current_page_item a {
	color: #999;
	text-decoration: none;
}

#menu_container {
	height: 50px;
	width: 100%;
	margin-top: 30px;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

/* container */
#container {
	width: 1000px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#flash {
	display: block;
	margin: 0px;
	padding: 0px;
}

#content {
	min-height:600px;
	font-size: 12px;
	width: 900px;
	background-image: url(images/content_bg.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	color: #000;
	margin: 0px;
	text-align: left;
}

#content a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

#footer {
	width: 1000px;
	height: 25px;
	margin-top: 100;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #999;
	padding-top: 15px;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #666;
}

