*
{
	margin:0;
	padding:0;
}

body{
	background: FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	line-height: 1.4;
}

#container{
	margin: 50px auto 0 auto;
	width:875px;
}

#headerdiv {
	height: 148px;
	text-align: center;
	margin: 0 auto 0 auto;
}

#navdiv
{
	text-align: center;
	height:40px;
}

#navdiv ul
{
	list-style-type: none;
	list-style-image: none;
	margin:0 auto 0 auto;
}

#navdiv ul li
{
	float: left;
	list-style-type: none;
	list-style-image: none;
	margin-left: 60px;
}

#navdiv ul li a
{
	padding:30px 0 0 0;
	background: #d0d0d0;
	display: block;
	padding-top:10px;
	width: 75px;
	height:30px;
	text-align: center;
	color:#000;
	text-decoration: none;
}
#navdiv ul li a:hover
{
	/*background: url(navlisttabhover.png) 0 0 no-repeat ;*/
	background: #E9E9E9;
}

#navdiv ul li a.selected
{
	padding:30px 0 0 0;
	background: #E9E9E9;
	display: block;
	padding-top:10px;
	width: 75px;
	height:30px;
	text-align: center;
	color:#000;
	text-decoration: none;
}

#content
{
	background-color: #E9E9E9;
	padding:20px 20px 20px 20px;
}

h1,h2,h3,h4{
}

h1{font-size:8em;padding-left:40px;}
h2{font-size:2em;}
h3{font-size:1.5em;}

.picturelist {
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	clear: both;
}

.picturelist li {
	list-style:none;
	float:left;
	margin:42px;
	font-weight:bold;
	color:#777777;
}

.picturelist img{
display:block;
border:2px solid gray;
}

.picturelist img:hover{
border:2px solid #515151;
}

.picturelist a{
color:#777777;
text-decoration:none;
}

.picturelist a:hover{
color:#999999;
}

.picturelist:after {
    content: " ";
    display: block;
    clear: both;
}

#text2 {
	padding: 15px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #C1C1C1;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	left: auto;
	background-color: #FFF;
}

#text {
	display: none;
	text-align: left;
	left: auto;
}
	
#footer {
	padding: 15px 15px 15px 15px;
	display: block;
	margin: 10px 0;
	background: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

.fltrt {
	float: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fltlft {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
