* {
	margin: auto;
	padding: 0px;
}


ul#mainlevel {
 
  margin: 0;
  padding: 0;
  position: relative;
 
}
ul#mainlevel li {
 
  display: inline; /* Shows each item side-by-side */
  list-style-type: none; /* Gets rid of the bullet points */
 
}
 
ul#mainlevel a {
 
  display: block;
  float: left;
  padding-right: 2em; /* Provides horizontal separation between menu items */
  	font-size:13px;

}



body {
	background-image: url(../images/bg701.gif);
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	line-height:1.3em;
}

#wrapper {
	background-repeat: no-repeat;
	width: 780px;
}

img {
 border: none;
}

#header {
	height: 95px;
	position: relative;
}

#menu {
	height: 25px;
	width: 570px;
	padding-left: 210px;
}

#content {
	clear: both;
	color: #000;
	text-align: left;
	font-size: 16px;
	text-decoration: none;
	min-height:400px;
	background-color: #D6D6D6;
	padding: 10px;	
}

#slideshow {
	background-color: #A3C1D9;
	font-size: 12px;
	text-align: center;
	width: 780px;
	position: relative;
	top: 0px;
	height: 85px;
	line-height: 25px;
}

#footer {
	background-color: #A2C2D9;
	font-size: 13px;
	text-align: center;
	width: 780px;
	height: 25px;
	line-height: 25px;
	clear: both;
}

.blog_more {
	margin: 20px;
}

.loginpage {
	width: 200px;
}
