*
{
	margin:0;
	padding:0;
}

body{
font-size:10pt;
letter-spacing:1px;
background-color: #3D107B;

font-family: Helvetica, Arial, sans-serif;
word-spacing: 5px;
letter-spacing:-1px;
color: #3D107B;
}

#container{
margin: 100px auto 0 auto;
width:855px;}

#navdiv
{
	text-align: right;
	height:60px;
}

#navdiv ul
{
	list-style-type: none;
	list-style-image: none;
	margin:0 auto 0 auto;
}

#navdiv ul li
{
	float: right;
	margin-right:10px;
	list-style-type: none;
	list-style-image: none;
}

#navdiv ul li a
{
	padding:30px 0 0 0;
	background: #9369d3;
        border: 1px solid #71e1c0;
	display: block;
	padding-top:10px;
	width: 100px;
	height:50px;
	text-align: center;
	color:#000000;
	text-decoration: none;
        font-weight:bold;
}
#navdiv ul li a:hover
{
	/*background: url(navlisttabhover.png) 0 0 no-repeat ;*/
	background: #5d9ba9;
}

#navdiv ul li a.selected
{
	padding:30px 0 0 0;
	background: #000000;
	display: block;
	padding-top:10px;
	width: 100px;
	height:50px;
	text-align: center;
	color:#5d9ba9;
	text-decoration: none;
}

#content
{
background-color: #000000;
padding:20px 0 20px 20px;
height:1000px;
border: 1px solid #71e1c0;
}

h1,h2,h3,h4{
padding:25px 0 5px 0 ;}

h1{font-size:8em;padding-left:40px;}
h2{font-size:2em;}
h3{font-size:1.5em;}

#picturelist {
text-align:right;
margin-right:auto;
margin-rignt:auto;
}

#picturelist li {
list-style:none;
float:left;
margin:42px;
font-weight:bold;
color:#5d9ba9;
}

#picturelist img{
display:block;
border:2px solid #5d9ba9;
}

#picturelist img:hover{
border:2px solid #22535e;
}

#picturelist a{
color:#71e1c0;
text-decoration:none;
}

#picturelist a:hover{
color:#ffffff;
}


#copyright {
text-align:right;
font-weight:bold;
color:#000000;
}


