html
{
	background-color: #cbd4e7;
	background-image: url('../images/layout/gradient.png');
	background-repeat: repeat-x;
}

img
{  border-style: none;
}

#top
{
	background-image: url('../images/layout/header2.png');
	height: 197px;
}

#top h1
{
	padding: 0;
	margin: 0;
}

h1
{
	padding-left: 7px;
	font-size: x-large;
	color: #8e9bc5;
}

#leftnav
{
	float: left;
	width: 120px;
	margin: 0;
	padding: 0em;
	background-image: url('../images/layout/navigation.png');
	background-repeat: repeat-y;
}


#container
{
	background-image: url('../images/layout/center.png');
	background-repeat: repeat-y;
	width: 950px;
	line-height: 130%;
	background-position: -18px 0px;
	margin-left: 50px;
}

#middle
{
	width: 920px;
	background-color: White;
	background-image: url('../images/layout/center.png');
	background-repeat: repeat-y;
	background-position: -18px 0px;
}

#content
{
	padding-left: 10px;
	padding-right: 20px;
	margin-left: 166px;
	width: 670px;
}

#content h1
{
	font-size: x-large;
}

#footer
{
	text-align: center;
	font-size: larger;
	clear: both;
	margin: 0;
	color: blue;
	height: 95px;
	background-color: #cbd4e7;
	background-image: url('../images/layout/footer.png');
}

#leftnav p
{
	margin: 0 0 0 0;
}
