/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000000 url(/images/back_all.jpg) no-repeat center top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #449BC7;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #449BC7;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #449BC7;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #449BC7;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #449BC7;
}

hr {
	display: none;
}

#main
{
width: 642px;
margin: 0 auto;
}


/* Header */

#header {
	width: 642px;
	margin: 0 auto;
	height: 134px;
}

#menu {
	float: left;
	height: 41px;
	width: 612px;
	padding-left: 30px;
	background: url(/images/menu.png) no-repeat;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
    text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url(/images/menu_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 642px;
	height: 93px;
	margin: 0 auto;
	text-align: right;
	background: url(/images/header.jpg) no-repeat left top;
}


#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 20px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 642px;
	margin: 0 auto;
	background: #ffffff url(/images/back.gif) repeat-y top;
	border-top: none;

}

#top
{
background: url(/images/top.png) no-repeat;
height: 10px;
margin-top: 15px;
width: 642px;
}

#bottom
{
background: url(/images/bottom.gif) no-repeat;
height: 19px;
width: 642px;
}


/* Content */

#content {
	width: 600px;
	padding: 12px;
	margin: 0px;

}

#content H2
{
font-size: 16px;
color: #173746;
background-color: #FFFFFF;
margin-bottom: 12px;
}
#content ul {
margin: 16px 0 16px 20px;
}
#content p {
margin: 12px 0 0 12px;
}
#smallp {
font-size: 0.8em;
padding-top: 26px;
}

#listing {
margin-left: 16px;
}
#listing img {
vertical-align: middle;
padding-right: 4px;
}
.back_title
{
background: url(/images/title_back.gif) no-repeat;
}

#sidebar2 .top {
 padding-top: 20px;
 }
 


/* Footer */
#footer
{
padding: 20px;
background: url(/images/footer.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}

