body
{
	background-color: #000000;
	font-family: "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	color: #000000;
	text-align: center; /* for IE */
}

#msg_error
{
	background-color: #FF7F84;
	color: #911;
	border: 1px solid red;
	font-weight: bold;
	width: 650px;
	padding: 4px 12px 4px 12px;
}

#msg_ok
{
	background-color: #7FFF84;
	color: #191;
	border: 1px solid green;
	font-weight: bold;
	width: 650px;
	padding: 4px 12px 4px 12px;
}

.left
{
	float: left;
	width: 180px;
	padding-left: 25px;
	font-weight: bold;
}

.right
{
	float: left;
	width: 350px;
}

.right_long
{
	float: left;
	width: 510px;
}

#center
{
	width: 700px;
	margin: 20px auto;
	text-align: left; /* for IE */
}

#header
{
	width: 100%;
	height: 180px;
	background: url(/images/header.gif) no-repeat;
}

#footer
{
	width: 100%;
	height: 48px;
	background: url(/images/footer.gif) no-repeat;
	font-size: 0.7em;
	text-align: center;
	color: #3F3F3F;
}

#content_outer
{
	width: 100%;
	background: url(/images/bar.gif) repeat-y;
}

#content_inner
{
	padding: 1px 12px 1px 12px;
}

#menu
{
	width: 100%;
	height: 26px;
	background: url(/images/menubar.gif) no-repeat;
	padding-left : 8px;
}

#menu ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li
{
	float: left;
	margin: 0;
	border-right: solid 1px #ddd;
	height: 26px;
}

#menu a
{
	text-decoration: none;
	display: block;
	font-size: 1.1em;
	padding: 0.24em 0.5em;
	color: #333;
	text-align: center;
}

#menu a:hover 
{
	color: #ddd;
	background-color: #666;
}