#container {
	width: 810px;
	border: thick solid #ff9900;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #6633FF;
	background-image: url(images/bg_bar.jpg);
	background-repeat: repeat-x;
}
#address {
	font-size: small;
	font-style: italic;
	text-align: right;
	margin-top: 10px;
}

#navbar
{
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#navbar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar li
{
float: left;
margin: 0;
}

#navbar li a
{
	line-height: 2em;
	float: left;
	width: 152px;
	display: block;
	color: #6633FF;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6633ff;
	border-right-color: #FF9900;
	border-bottom-color: #CCFF66;
	border-left-color: #FF9900;
}


/* Hide from IE5-Mac \*/
#navbar li a
{
float: none
}
/* End hide */

#navbar li a:hover{
background-color:#6633ff;
color:#FFFFFF;
}
#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #6633FF;
	padding: 10px;
}

h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
	font-style: italic;
}

.float_left {
	margin: 5px;
	float: left;
}
.float_right {
	margin: 5px;
	float: right;
}
.clear_it {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}
#footer {
	color: #FFFFFF;
	text-align: center;
}
#footer a{
	color: #CCFF66;
}
.errors {
	color: #FF0000;
}

