
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.25;  color:#58585a;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a { text-decoration:none;color:#000;font-weight:normal;} 

body
{ 
  min-width: 560px;
  min-height: 100%;
  width: 100%;
  font-size:0.9em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#fff;
  margin-top:0px;
  background-color: #111;
 }

div
{ 

 }
 
#container
{
	position: absolute;
	left:20%;
	right:20%;
	width:60%;
	max-width: 560px;
	width: 560px;
	margin:0 auto;
    padding: 10px;
	border-right:10px solid silver;
	border-left:10px solid silver;
	border-bottom:10px solid silver;
	background-color: #000;
	min-height: 96%;
	background-image: none;
}

#topnav_list li, #headernav_list li, li
{
/*  display: inline-block;*/
  display:inline;
  list-style-type: none;
  margin: 0;
  padding-bottom: 0;
  color:#fff;
/*  height: 1px; */
  }

a
{
  color:#528CE0; 
  font-weight:bold;
 }

a:hover, a:focus
{
  color:#f00; 
  text-decoration:none;
}

h1
{ 
  font-family: Arial, Helvetica, sans-serif;   
  font-size:2.2em;
  padding-left:3px;
  font-weight:bold;
 }
h2
{ 
  font-size:1.4em;
  padding-left:3px;
 }
h3
{ font-weight:bold;
  font-size:1.1em;
  padding-left:3px;
 }

.right_align
{ 
text-align:right;
 }

#content
{
 margin-top:10px;
}
 
#content li
{
 margin-left:10px;
 margin-top:5px;
 display:block;
 }
 
#content li a:hover
{
color:#f00;
}

#content-center
{
 text-align:center;
}

#pictures
{
 margin-left:200px;
 }

.right_float
{ 
float:right;
 }
.left_float
{ 
float:left;
  }
#footer
{ 
clear:both;
 }
