html {
	overflow-y: scroll; 
}

ul {
	list-style: none;
	color:#000;
	margin-left: 20px;
   padding-left: 0px;
	text-indent: 0px;
	font-size: 1em;
	line-height: 1.9em;
	}

a	{
	color:#555;
	text-decoration: none;
	}

a:link {
  color:#555;
  text-decoration:none;
  }
a:visited {
  color:#555;
  text-decoration:none;
  }
a:hover {
  color:#000;
  text-decoration:none;
  }
a:active {
  color:#000;
  text-decoration:none;
  }

img{
border: 0px;
}

body{
padding : 0;
margin : 0;
font-family : helvetica, arial, sans-serif;
font-size : 0.75em;
}

table{border:0px;font-size: 1em;}

h2{font-family: helvetica, 'helvetica-neue' sanserif; color: #000; font-size: 1em;}

#nav {
margin-top : 40px;
margin-left : auto;
margin-right: auto;
margin-bottom: 5px;
text-align : left;
width : 800px;
padding: 3px;
border-bottom: 1px solid #ddd;
}

#submenu{
width: 800px;
margin-left: auto;
margin-right: auto;
}

#content{
width: 800px;
margin: 0 auto;
display: block;
padding-top:20px;
height: 85%;
text-align: center;
}

#imagebox{
text-align: right ;
display:inline-block;
color:#555;
margin: 0 auto;
font-size : 0.95em;
*display: inline;
zoom: 1;
}

#imagebox img{ padding-bottom: 10px; }