html {
  overflow-y:scroll;
}
body {
  font-size:62.5%;
  font-family:Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
  text-align:center;
  margin:0px;padding:10px 0px 0px 0px;
  background: url(../images/background.jpg) 0 0 repeat;
}
#content {
	text-align:left;	
	display:block;
	width:700px;height:auto;
	margin:0px auto;padding:0px;
}
#content  #content_top {
	display:block;
	width:700px;height:26px;
	margin:0px;padding:0px;
	border-top:1px solid #8E9698;
	background: url(../images/contentframe_top.gif) 0 0 no-repeat;
}
#content #content_repeat {
	display:block;
	width:700px;height:auto;
	margin:0px;padding:0px 28px 0px 28px;
	background: url(../images/contentframe_repeat.gif) 0 0 repeat-y;
}
#content_repeat #header{
	display:block;
	width:644px;height:auto;
	margin:0px;padding:0px 0px 20px 0px;
}
#header ul {
	clear:both;
	display:block;
	margin:0px;padding:0px;
}
#header ul li {
	display:block;
	float:left;
	width:128px;height:40px;
	margin:10px 0px 10px 0px;padding:0px;
}
#header ul li a {
	display:block;
	width:128px;height:40px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:0px;padding:0px;
	color:#6E6F6F;
}
#header ul li a:hover {
	text-decoration:underline;
}
#header ul li a#visited {
	text-decoration:underline;
}
#header h1{
	color:#8E9698;
	letter-spacing:4px;
	text-align:center;
	clear:both;
	display:block;
	width:644px;height:auto;
	margin:0px;padding:10px 0px 10px 0px;
	border-top:4px double #8E9698;
	border-bottom:4px double #8E9698;
}
#content #content_bottom {
	display:block;
	width:700px;height:50px;
	margin:0px;padding:0px;
	background: url(../images/contentframe_bottom.gif) 0 0 no-repeat;
}
#content #footer {
	display:block;
	width:700px;height:auto;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	margin:10px 0px 20px 0px;padding:0px;
	color:#000;
}