﻿body 
{
	font-family:Arial;
	font-size: 12px;
	line-height:150%;
	margin:0px;
}

/*#main
{
	
}*/

#header
{
	margin-top:3em;
	width:780px;
	height:152px;
	border:solid 0px black;
	background-image: url(images/header-background.png);
}

#horizontal_menu
{
	width:780px;
	height:40px;
	border:solid 0px purple;
}

#content
{
	width:780px;
	text-align:left;
	min-height:40em;
	border:10em 10em 10em 10em;
	/*padding-left:10px;*/
}

#content h1
{
	color:Black;
	font-size:14px;
}

#content h2
{
	margin-top:1.5em;
	color:Black;
	font-size:12px;
}

#content h3
{
	color:Black;
	font-size:11px;
}

#footer
{
	width:780px;
	height:33px;
	border:solid 0px purple;
	background-image: url(images/footer-background.png);
	text-align:center;
	vertical-align:bottom;
	color:White;
}
