* {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

body {
	width: 800px;
	height: 100%;
	background: #ffffcc;
	margin: 0 auto;
	font-family: Verdana;
}

#content {
	width: 800px;
	margin: 0 auto;
	float:left;
	padding: 0 0;
	background: #e8e8e8;
	border:8px solid #ffffff;
}

#content img {
	border:1px solid #ffcc00;
	background:#f5f5f1;
	padding:5px;
}
	
a:link {
	color: #9900cc;
	text-decoration: underline;
}

a:visited {
	color: #660066;
	text-decoration: underline;
}

a:hover {
	color: #9900cc;
	text-decoration: none;
}

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background: #ffffcc url('/images/logo.gif') no-repeat;
	padding: 0 0 5px 0;
}

#picture {
	width: 800px;
	height: 200px;
	border:2px solid #999999;
}

#text {
	width: 700px;
	display:block;
	padding:15px 25px 25px 25px;
	margin: 0 auto;	
	text-align: left;
	color: #000000;
}

#text h1 {
	font-size: 1.2em;
	padding-top: 10px;
	clear: both;
	color:#660066;
}

#text h2 {
	font-size: 1em;
}

#text h3 {
	font-size: .75em;
	clear: both;
	color:#660066;	
	padding-top: 10px;
}

#text p {
	font-size: .75em;
	padding-top:15px;
}

#text ul.facts {
	font-size: .75em;
	padding-top:15px;
	list-style-position: inside
}

#rotator {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 500px;
	padding: 0 0 20px 0;
}

#rotator img {
	border: 0;
	width: 700px;
	height: 500px;
}

.blockpic {
	float:left;
	padding:15px 10px 10px 0;
}

.linkspic {
	border-style: none;
	float:left;
	padding-right:15px;
}

.links {
	height:150px;
	padding-top:15px;
}
ul.pg {
 margin: 0; padding: 0;
 list-style: none;
 list-style-type: none;
 padding-top:15px;
}
ul.pg li {
 display: inline;
 margin: 0; padding: 0;
 text-align: center;
 line-height: 1;
 list-style-type: none;

}
ul.pg ul {
 float: left;
 display: inline;
 width: 25%; height: 15em;
 margin: 0; padding: 0;
 list-style-type: none;
 font-size: .8em;
}
ul.pg li li {
 display: block;
 margin: 0; padding-bottom: 4px;
 list-style-type: none;
}

ul.pg ul.tall {
	height:20em;
}

ul.pg li li.name {
	font-weight:bold;
}

ul.left {
    float: left;
    width: 200px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-type: none;
    position: relative;
    left: 50px;
	font-size: .75em;
	line-height: 200%;
}
  
ul.right {
    float: right;
    width: 400px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-type: none;
	font-size: .75em;
	line-height: 200%;
}
  
.column {
	float:left;
	width:175px;
	display:inline;
	padding:10px 0 20px 0;
}
.column ul {
	padding:10px 0 10px 0;
    list-style-type: none;	
}
.column ul li {
	font-size: .75em;
}
#footer {
	width: 800px;
	height: 80px;
	clear:both;
	margin: 0 auto 0 0;
}

#footer p {
	font-size: 10px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

/*Menu*/
.menu #blue {
	width: 800px;
	position:relative;
	display:block;
	height:42px;
	font-size:.8em;
	font-weight:bold;
	background:transparent url(images/menudefault.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
	border-left:8px solid #ffffff;
	border-right:8px solid #ffffff;
	border-top:8px solid #ffffff;
}

.menu #blue ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}

.menu #blue ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}

.menu #blue ul li a {
	display:block;
	float:left;
	color:#D5F1FF;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}

.menu #blue ul li a:hover,.menu #blue ul li a.current {
	color:#fff;
	background:transparent url(images/menuover.gif) repeat-x left;
}