﻿* { margin: 0; padding: 0; }

html, body 
{
	background-color: #1d2530;
	font-family: Myriad Pro, Arial;
	color: #FFFFFF;
	
	background-image: url('/Images/top-bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}

.topLogoBg
{
	background-image: url('/Images/head-bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

.bottomLogoBg
{
	background-image: url('/Images/foot-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

.bottomBg
{
	background-image: url('/Images/bottom-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 250px;
}

.topLogo
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	z-index: 2;
}

.content
{
	background-color: #1d2530;
	width: 750px;
}

h1
{
	text-align: left;
	font-weight: normal;
	font-size: 38px;
	margin-left: 7px;
	margin-right: 7px;
}

p
{
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 10px;
	line-height: 27px;
}
