h1 {font-size: 150%;}
h2 {font-size: 120%;}

* {
     margin:0;
     padding:0;
     border:0
}

body{
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #eeeeee;
	font-size: 0.76em;
}


a:link{

	color:#e3c467;

	}
a:visited{

	color:#e3c467;
	}
a:hover{
	color:#eeeeee;
}




#header{
	width: 990px;
	height: 30px;
	text-align: center;
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#000000;
}

#header .topsitestbookmark{
	float:right;
	width:990px;
	padding: 2px 0px 2px 30px;
	background-color:#000000;
}

#header .topsitestbookmark .topmenue{
	float:left;
	width:150px;
}

#header .topsitestbookmark .topmenue ul{
  float:left;
  width:150px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align:left;

}

#header .topsitestbookmark .topmenue ul, li {
	display: block;

}

#header .topsitestbookmark .topmenue ul#nav li ul{
	display: none;
}

#header .topsitestbookmark .topmenue ul#nav li:hover ul{
	display: inline;
	position: absolute;
	background-color: #555555;
	padding: 0px 0px 10px 10px;
	color:#eeeeee;
}

#header .topsitestbookmark .topmenue ul#nav li:hover ul a{
	color:#eeeeee;
}

*+html #header .topsitestbookmark .topmenue ul#nav li:hover ul{
	display:block;
	position: absolute;
	background-color:#555555;
	padding:0px 0px 10px 10px;
	color:#eeeeee;
}

* html #header .topsitestbookmark .topmenue ul#nav li.over ul{
	float:left;
	display:block;
	position: absolute;
	background-color:#555555;
	padding:0px 0px 10px 10px;
	color:#eeeeee;
}

#header .topsitestbookmark .bookmarksite{
	float:left;
	width:150px;
}






#content{
	width:810px;
}

#content .mainimgcontainer{
	width:810px;
}

#content .mainimgcontainer .imagecontainer {
	width:810px;
}

#content .mainimgcontainer .imagecontainer img{
	border:#feb30f 2px solid;
	margin: 2px 1px 2px 1px;
	}