﻿BODY	{
	background-color:#000;
	font-size: 12pt;
	color: #ddd;
	font-family: Times New Roman, Verdana;
	margin: 0px;
	padding: 0px;
	border: #fff 0px solid;
    background-image: url(../../images/bodybg.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
	}
H1
{
	font-size: 2.5em;
	font-weight: bold;
	color: #444;
	position: absolute;

}
H2
{
	font-size: 2.5em;
	font-weight: bold;
	color: #cc0000;
	position: absolute;

}
H3
{
    text-align: center;
	font-size: 1.7em;
	color: #eee;
}
H4, H5
{
	font-size: 1.2em;
	color: #ddd;
}

a {  }

a:link		{ color: #eee; }
a:visited	{ color: #eee; }
a:active	{ color: #ff0000; }
a:hover		{ color: #ff0000; }

hr { width: 80%; color: #aaa; background-color: #aaa; height: 0; }

#Page
{
    background-image: url(../../images/bgfade.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
}

#Page2
{

    background-image: url(../../images/bgfade2.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
}

#Header
{
	background-image: url(../../images/boxbar.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
	height: 395px;
	text-align: right;
}
#Header h1
{
	top: 140px;
	right: 20px;
	margin: 0px;
	padding: 0px;
}
#Header h2
{
	top: 138px;
	right: 22px;
	margin: 0px;
	padding: 0px;
}

#Header2
{
}
#Header2 h1
{
	top: 2px;
	right: 20px;
	margin: 0px;
	padding: 0px;
}
#Header2 h2
{
	top: 0px;
	right: 22px;
	margin: 0px;
	padding: 0px;
}

#Graphic
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../../images/boxtop.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	height: 395px;
	width: 670px;
}

#Content
{
	position: relative;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}
#Content2
{
	position: relative;
	top: 80px;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

#Feature0, #Feature1, #Feature2, #Feature3, #Feature4, #Feature5, #Feature6, #Feature7
{	
    background-image: url(../../images/bodybg.jpg);
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: repeat-x;

	text-align: left;
	border: ridge 1px;
	padding: 4px;
	margin: 4px;
	height: 450px;
	width: 350px;
	float: left;
}

#Content2 h3
{
}
#Content2 h4
{

}
#Content2 h5
{
	margin: 0px;

}
#Footer
{
       min-width: 800px;

    padding-top: 100px;
    clear: both;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

