/* CSS Document */

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background: #96CCDE;}

#banner {width: 716px; height: 119px; background: url(../images/banner.gif) no-repeat; margin: 35px auto 5px auto;
	position: relative;}
	
	#banner #inside {width: 300px; position: absolute; right: 10px; top: 10px;}

#body {width: 716px; height: 316px; margin: 0px auto; background: url(../images/body.gif) no-repeat;}

	h1 {color: #1982B1; font-size: 13px;}
	#body #inside {padding: 15px 30px;}
	
#footer {width: 716px; height: 42px; background: url(../images/footer.gif) no-repeat; margin: 7px auto;}

	#footer #inside {padding: 15px 0px; text-align: center;}
	
a {color: #B16119; font-weight: bold;}
a:hover {color: #DD9B60; text-decoration: none;}
