html,body { height:100%; }

body
{
	margin: 0;
	background-image: url(/images/border.jpg);
	background-repeat: repeat-x;
}

img, table
{
	border: 0px;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

#container
{
	background-color: #ffffff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	width: 750px;
	margin: 0 auto;
	height: 100%;
}

#top
{
	height: 35px;
}

#topbanner
{
	width: 750px;
	height: 205px;
	text-align: center;
}

#content
{
	font-family:Tahoma, Helvetica, Geneva, sans-serif;
	font-size:14px;
	padding: 35px;
	color: #000000;
	text-align:justify;
	vertical-align: top;
}