

body {
	background: url("../images/bg.gif") top left repeat-x;
	margin: 0;
	font: 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size: 13px;
	}

a, a:link, a:visited {
	color: #66CCFF;}
	
	
a:hover {
	color: #66FFFF;
	}
	
.container {
	width: 900px;
	margin: auto;
	height: 445px;
	background: #e4e0de;
	}
	
.girl {
	float: right;
	width: 430px;
	height: 445px;
	background: url(../images/girl.gif) bottom left no-repeat;
	}
	
.logo {
	float: left;
	height: 380px;
	padding: 40px 0 0 100px;
	}
	
.address {
	margin-left: 20px;
	text-align: center;
	}
	
.clear {
	clear: both;
	}
	
.footer {
	width: 100%;
	float:left;
	}
	
.footer_inner {
	width: 900px;
	margin: auto;
	color: #FFFFFF;
	background: #323636;
	}
	
.text {
	padding: 20px;
	}

.data {
	margin: 20px
	}
.data td {
	padding: 3px;
	color: #e4e0de;
	}
.data th {
	padding: 3px 40px 3px 5px;
	color: #e4e0de;
	text-align: left;
	}
	
.footnote {
	border-top: 1px dotted #CCCCCC;
	text-align: center;
	padding: 10px;
	margin: 0 20px 0 20px;
	}
	
html { height: 100%; margin-bottom: 1px;}
	
/*NAV*/


#navwrap {
	width: 400px;
	float: left;
	height: 25px;
	}
	
#nav {
	height: 25px;
	margin: auto;
	}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	}
	
#nav li {
	float: left;
	margin-right: 5px;
	text-align: center;
	height: 32px;
	}

#nav li a {
	display: block;
	width: 112px;
	height: 25px;
	background: url(../images/tab_off.gif) no-repeat top left;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	text-decoration: none;
	float: left;
	}
	
#nav li a:hover {
	background: url(../images/tab_over.gif) repeat-x top left;
		}
.selected {
	background: url(../images/tab_on.gif) repeat-x top left!important;
		}
		

		
