body
{
	background-image: url(images/Background.jpg);
	background-color: LightGray;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
h1
{
	/*background-image: url(images/);*/
	background : #ffffff;
	border: 2px solid #eaeaea;
	color: black;
	font: 18px Georgia, "Times New Roman" , "Bitstream Charter" ,Times,serif;
	margin-left: -100px;
	padding-left: 10px;
	width: 250px;
}
#header
{
	/*margin-top: 50px;*/
	background-color: Gray;/*#5555FF; White;*/
	height: 76px;
	width: 100%;
}
#Banner
{
	background-image: url(images/Banner.jpg);
	height: 76px;
	width: 80%;
}
#headerNavi
{
	height: 75px;
	margin: auto auto;
	width: 1000px;
}
#logo
{
	color: #2b2b2b;
	float: left;
	font: 30px Georgia, "Times New Roman" , "Bitstream Charter" ,Times,serif;
	margin-top: 25px;
}
#logoQuote
{
	color: #5d5d5d;
	float: left;
	font: 12px Georgia, "Times New Roman" , "Bitstream Charter" ,Times,serif;
	font-style: italic;
	margin-left: 20px;
	margin-top: 50px;
}

#mainNavi
{
	float: right;
	font: 18px Georgia, "Times New Roman" , "Bitstream Charter" ,Times,serif;
	margin-top: 30px;
}

#mainNavi a
{
	color: #2b2b2b;
	text-decoration: none;
}

#mainNavi a:hover
{
	color: Red;
	text-decoration: none;
}

#content
{
	background-color: #eaeaea;
	background-image: url(images/Content_Background.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #2b2b2b;
	font-family: arial;
	font-size: 13px;
	height: auto;
	margin: auto auto;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 240px;
	text-align: justify;
	width: 640px;
}

#Field
{
	margin-left: 15px;
}

#footer
{
	background-color: #eaeaea;
	color: #5b5b5b;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	height: 20px;
	margin: auto auto;
	width: 900px;
}
