.floatbug
{
	clear: both;
	height: 1px;
	width: 1px;
}

body, td, p, h1, h2, h3, h4, h5, h6, ul, li, input, textarea, blockquote strong
{ font-family: Optima, Georgia, Times, Times New Roman, serif; }

body
{
	background-color: #B5CEEA;
	background-image: url(mainbag.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	vertical-align: top;
	padding: 0;
	text-align: center;
}

img
{
	background-color: #fff;
	padding: 4px;
}

#content a img 
{
	border: 0;
}

img.no
{
	background-color: transparent;
	padding: 0;
}

#maincontent
{
	padding: 30px 0 0 0;
	margin: 0 auto;
	background-color: transparent;
	width: 640px;
}


/* Menu */
#menu
{
	background-color: transparent;
	width: 190px;
	float: left;
	padding: 0;
	margin-right: 5px;
}

#menutop { font-size: 0px; }

#menubottom { font-size: 0px; }

#menu ul
{
	background-image: url(menu_back.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	background-color: transparent;
	margin: 0 11px;
	border-top: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

#menu li.last
{
	border-bottom: 1px solid #fff;
}

#menu li.here
{
	border-top: 1px solid #fff;
	background-color: #fff;
	color: #000;
}

#menu li a
{
	display: block;
	height: 30px;
	text-decoration: none;
	color: #405577;
	text-shadow: 0px -1px 2px #fff; 
}

#menu li a:hover { color: #000; }


/* Content */

#content
{
	width: 430px;
	float: right;
}

p
{
	font-size: 13px;
	text-align: justify;
	padding: 0;
	line-height: 1.4em;
}

p a
{
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

p a:hover {	border-bottom: 1px solid #B5CEEA; }

#content strong { font-size: 15px; }

h1
{
	margin: 0;
	text-align: left;
	color: #fff;
  text-shadow: #163142 0px 2px 4px;
}

#content li
{
	margin: 0;
	margin-left: 10px;
	padding: 0;
	line-height: 16px;
}

/* Footer */

#foot
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-top: 2px dotted #B5CEEA;
	padding: 10px 0;
}

#foot a
{
	color: #fff;
	border-bottom: 1px dotted #B5CEEA;
	text-decoration: none;
}

#foot a:hover
{
	color: #B5CEEA;
	border-bottom: 1px solid #B5CEEA;
	text-decoration: none;
}