/* CSS Document */

*
	{
		margin:0;
		padding:0;
		font-family:Geneva, Arial, Helvetica, sans-serif;
	}
body
	{
		width:960px;
		position:absolute;
		left:50%;
		margin-left:-480px;
		font-size: 80%;
		background-color: #fff;
	}
h1
	{
		text-indent: -9999px;
	}
h2
	{
		color: #999999;
		font-size: 100%;
		float: right;
		margin-top: 10px;
		margin-right: 5px;
	}
h3
	{
		color: #27658e;
		margin: 110px 0 0 10px;
		font-size: 130%;
	}
h3 a
	{
		color: #27658e;
	}
h3 a:hover
	{
		text-decoration: none;
	}
p
	{
		color: #27658e;
	}
ul
	{
		list-style: none;
		margin-top: 178px;
		margin-left: 5px;
	}
li
	{
		display: inline;
		margin-left: 5px;
		margin-right: 5px;
	}
li a
	{
		color: #CCCCCC;
		font-weight: bold;
		text-decoration: none;
	}
li a:hover
	{
		text-decoration: underline;
	}
#header
	{
		width: 960px;
		height: 201px;
		background-image: url(../img/header.jpg);
		background-repeat: no-repeat;
		float: left;
	}
#where
	{
		height: 165px;
		width: 452px;
		background-image: url(../img/where.jpg);
		float: left;
	}
#images
	{
		width: 508px;
		height: 326px;
		background-image: url(../img/images.jpg);
		background-repeat: no-repeat;
		float: left;
	}
#left
	{
		width: 452px;
		height: 326px;
		float: left;
	}	
#text
	{
		width: 452px;
		height: 161px;
		background-color: #fff;
		float: left;
	}
#text ul
	{
		color: #27658e;
		margin: 0;
		padding: 0;
	}
#text li
	{
		display: block;
	}
#text2
	{
		width: 452px;
		height: 161px;
		background-color: #fff;
		float: left;
		margin-top: 30px;
		list-style:circle;
	}
#text2 ul
	{
		color: #27658e;
		margin: 0 0 0 20px;
		padding: 0;
	}
#text2 li
	{
		display: block;
		list-style: disc;
	}
#footer
	{
		width: 960px;
		height: 140px;
		background-image: url(../img/footer.jpg);
		background-repeat: no-repeat;
		float: left;
	}
#bottom
	{
		width: 960px;
		height: 9px;
		background-color: #a7a9ac;
		float: left;
	}