/* CSS Document */
body  {
	background-color:#F1F0DB;
}

#container  {
	width: 800px;
	height: 600px;
	margin: 0px auto 10px;
	padding-top: 40px;
	color: #333;
	background-image: url(../images/homp_backgrim.jpg);
	background-repeat: no-repeat;
                }

#top {
    padding: .5em;
    border-bottom: 1px solid #CCCCCC;}

.hptext {font-size: 14px;
color: #ffffff;
text-align:center;
padding-top: 100px;}

	
#container a:link, #container a:visited {
	color: #fff;
	text-decoration: none;
}
	
#container a:hover {
font-weight: bold;}
   
#footer  {
	width: 800px;
	margin: 10px auto;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	}

#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}
p  {font: 10px Verdana, Arial, Helvetica, sans-serif;}
img  {border: none;}
