
#main {
  border: 1px solid;
  min-width: 50em;
  max-width: 70em;
  margin: 0 auto;  
}

#content{
min-height:400px;
  height:auto !important;
  height:400px;
}
a:hover {
	text-decoration: none;
}
a {
	outline: none;
}
body, div, h1 {
	margin: 0;
	padding: 0;
}
#header {
//	background: url(/img/page_top.png) repeat-x;
	height: 79px;
}

#header img {
	float: left;
}

#header h1 {
	text-align: center;
	color: white;
	height: 79px;
	overflow: hidden;
/*	text-indent: -5000px;*/
}

#outer {
 margin: 30px 40px 0 40px;
}

#footer {
/*	background: url(/img/footer.png) repeat-x bottom;
	 position: fixed;  right: 0;  left: 0;  bottom: 0; */
	background: #66F;/*#1C253B;*/
	text-align: center;
	color: #FFF;
	height: 65px;
	
	margin-top: 25px;
}
#copyright {  position: fixed;  right: 0;  left: 0;  bottom: 0;  height: 40px;  padding: 5px;  text-align: center;  background-color: #B8A57F;  color: #331900;  border-top: 8px double #443322;  z-index: 3;}

#footer p {
	padding-top: 19px;
}

#footer ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 304px;
}
#footer li {
	float: left;
	margin: 0 5px;
}
#credits {
	clear: both;
	display: none;
}


body {
	background: #FFF center;
	font-family: verdana, helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 1em;
	min-width: 50em;
	line-height: 1.5em; /* 18px [2] */
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #1C253B;
	margin: 0;
}

h2 {
	font-size: large;
}

h2#overview {
	line-height: 29px;
	text-indent: -5000px;
	background: #fff  left;
}

h3 {
	font-size: medium;
}

p {
/*	margin-top: 0;*/
}

blockquote {
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
	width: 150px;
}

#topbox {
	float: left;
	width: 298px;
	height: 405px;
	background: #FFF repeat-y left;
}

a img {
	border: 0;
}

.code {
	border: 1px solid #e6e6e6;
	background: #f6f6f6;
	padding: 5px 10px;
}

#login label {
	display: block;
	float: left;
	width: 75px;
}

#login #username, #login #password {
	width: 150px;
}

#loginbutton {
	width: 60px;
	margin-left: 75px;
}


#footer p {
	clear: both;
	text-align: center;
}



em, strong {
	color: #66F;
	font-weight: bold;
}