/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #100A0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
	color: #204359;
}

h1 { 
        font-size: 20px;
        font-weight: bold;
   }

h2 { font-size: 18px; 
     font-weight: bold;
   }

h3 { 
     font-size: 14px;
     font-weight: bold;
   }

p, ul, ol {
	margin-top: 0;
	line-height: 110%;
}

ul, ol { }

blockquote { }

a { color: #0078C9; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 0px 0px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	background-image: url(images/Middle_Background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper-bgtop {
	background-image: url(images/Header_Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Header */

#header-wrapper {
}

#header {
	width: 950px;
	height: 139px;
	margin: 0 auto;
}


/* Content */

#content {
	background-image: url(images/Middle_Background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height:auto;
}

/* Footer */

#footer {
	width: 950px;
	height: 100px;
	padding: 0;
	background: url(images/Middle_Background.gif) repeat-x left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer-bgcontent {
	height: 105px;
	background: url(images/Footer_Background.jpg) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 80px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

