body {
	background-color: #222;
	text-align: center;
	margin: none;
}

#content {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	margin-top: -20px;
}

#textual {
	width: 100%;
	background: url(image/textual_bg.gif) repeat-x 0 -100px;
	color: #000;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: -18px;
    padding-bottom: 30px;
}

#textual strong {
	font-size: 16px;
	font-weight: bold;
}

#textual p {
	margin-left: 9px;
	margin-right: 10px;
}

#textual h1, h2, h3 {
	margin-left: 9px;
	margin-top: 12px;
	padding-top: 12px;
}

.clr {
	clear: both;
}

#menubar {
	background: url(image/menu_bg.gif) repeat-x;
	height: 48px;
	color: #222;
	font-size: 11px;
	text-align: center;
	margin-top: -20px;
}

ul#menu
{
margin-left: 0;
padding-left: 0;
padding-top: 6px;
margin-top:-6px;
text-align: center;
/*white-space: nowrap;*/
}

#menu li
{
display: inline-table;
width: 100px;
text-align: center;
vertical-align: middle;
list-style-type: none;
font: 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#menu a { padding: 3px 2px; }

#menu a:link, #menu a:visited
{
color: #222;
/*background-color: #036;*/
text-decoration: none;
}

#menu a:hover
{
color: #fff;
background-color: #294356;
text-decoration: underline;
}

img.left {
	float: left;
	padding: 9px;
	border: none;
}

img.right {
	float: right;
	padding: 9px;
	border: none;
}


