body
{
	background-image: url(images/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size:11px;
}

div#topcont
{
	width: 325px;
	margin: 0px auto;
}

img#logo
	{
	padding: 0px 0px;
	margin: 0px;
	display: block;
}

div#menu
{
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	float: center; 
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}

div#menu img
{
	display: block;
	margin: 0 auto;
	margin-right:20px; 
	float: left;
}

div#main
{
	padding: 0px 17px;
}


div #footer {
        position: fixed;
        width: 100%;
        height: 100px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
      }

a img
	{ border-style: none;
}

a:link, a:visited {
	color: #737373;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.memberbar {
	width: 286px;
	background: #115e85;
	color: #ffffff;
	border: 1px solid #2386ba;
	text-align: center;
	padding: 4px;
}

.memberbar a:link, a:visited {
	color: #FFFFFF; text-decoration: none;
}

.memberbar a:hover, a:active {
	color: #2386ba; text-decoration: none;
}

.button { 
font-family: Verdana,Helvetica,Arial; 
font-size: 10px; 
background: #D2EDFF; 
border: solid 1px #1289D5;
}

.about { 
	padding: 5px;
	width: 285px;
}

#bar {
	text-align: center;
	margin: 0;
	background: #115e85;
	border-bottom: 1px dotted #2386ba;
	border-top: 1px solid #2386ba;
	color: #FFFFFF;
	padding: 6px;
	letter-spacing: 1px;
	font-size: 12px; 
	font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, 'Times New Roman';
}

#bar a {
	color: #FFFFFF;
	text-decoration: underline;
}

#bar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}