body

       {
       font-family: arial, helvetica, sans-serif;
       font-size: 11px;
       color: white;
       text-align: center;
       background-image: url(images/bgcolor.jpg);

       }

h2
	{
                 font-size: 140%;
	}


h3
	{
                 font-size: 115%;
	}

#container
	{
	width: 800px;
	margin: 1em auto;
	}

#logo
	{
	width: 800px;
	height: 80px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	}

#headnav
	{
	width: 800px;
	height: 30px;
	}

#header
	{
	width: 800px;
	height: 250px;
	background-image: url(images/header.jpg);
	}

#leftnav
	{
	float: left;
	width: 200px;
	height: 400px;
	}

#headline
	{
	float: left;
	width: 370px;
	height: 25px;
	color: black;
	background-color: white;
	border-bottom: solid gray 1px;
	padding-top: 15px;
	margin-bottom: 13px;
	}

#content
	{
	float: left;
	width: 370px;
	height: 370px;
	background-color: white;
	color: black;
	padding: 15px;
	text-align: left;
	}

#scrolltext

	{

	overflow: scroll;
        	height: 370px;
         width: 370px;
	float: left;
	width: 370px;
	height: 370px;
	background-color: white;
	color: black;
	padding: 15px;
	text-align: left;

	}

#rightnav
	{
	float: left;
	width: 180px;
	height: 400px;
	}

#footer
	{
	clear: both;
	width: 800px;
	height: 16px;
	background-color: gray;
	padding-top: 4px;
