body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	background: #fff;
	width: auto;
}

#wrapper {
width: auto;
border: 1px solid #000;
}

#header {
	width: auto;
}

#navbar {
	width: auto;
	background: #69f;
	text-align: center;
	margin: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;

}

#navbar a:link {
color: #fff;
text-decoration: none;
}

#navbar a:visited {
color: #fff;
text-decoration: none;
}

#navbar a:hover {
color: #000;
text-decoration: underline;
}

#navbar a:active {
color: #000;
text-decoration: underline;
}



#mainbody {
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	max-width: stretch_width;
}

#footer {
width: auto;
text-align: center;
font-size: 11px;
}

a:link {
color: #03c;
text-decoration: none;
}

a:visited {
color: #03c;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
}

a:active {
color: #000;
text-decoration: underline;
}

h1 {
font-size: 18px;
text-align: center;
padding: 5px 0px 2px 0px;
}

h2 {
	font-size: 16px;
	text-align: center;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.small-text {
font-size: 10px;
}
