<!--
html, body {height: 100%}

body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
}

#main_body {
	position: absolute;	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
	text-align:center;
	height: auto;
	min-height:100%;
}

#main_content {
    background-color:#e5e5e5;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	width:750px;
	height:auto;
}

#header {
	width:750px;
	height:113px;
}

div#top_nav {
	width: 750px;
	top:0px;
	text-align:center;
    height:32px;
}

#top_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 750px;
	color: #304651;
	font: normal 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background: url('images/nav_bg_normal.jpg') repeat-x;
}

#top_nav li {
	cursor: pointer;
	list-style: none;
	float: left;
	margin: 0;
	padding:0;
	width: 102px;
	line-height: 30px;
	height: 32px;
	white-space: nowrap;
	border-right: none;
	background: url('images/nav_bg_normal.jpg') repeat-x;
}

#top_nav li a {
	font: normal 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #304651;
	text-decoration: none;
	display: block;
	font-weight: bold;
	line-height: 32px;
}

#top_nav li a:hover {
	color: #fff;
}

#top_nav .li_divider, #top_nav .li_divider:hover {
	width: 6px;
	background: url('images/nav_divider.jpg') no-repeat;
	margin:0;
	padding:0;
	border:0;
}

#top_nav li:hover {
	list-style: none;
	float: left;
	margin: 0;
	padding:0;
	width: 102px;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	height: 32px;
	white-space: nowrap;
	border-right: none;
	background: url('images/nav_bg_hover.jpg') repeat-x;
}

#sidebar {
    float:left;
	text-align:left;
	width:177px;
	background-color:#e5e5e5;
	display:block;
	height:100%;
}

#sidebar_address {
    height: 100px;
	background-color:#e5e5e5;
	text-align: center;
	font: normal 12px/13px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#sidebar_links {
    display: block;
	background-color:#e5e5e5;
	text-align: center;
}

#sidebar_links a {
	font: normal 11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#sidebar_links a:hover {
	color: #0055f9;
}

#pcontent {
    background-color:#fff;
	float:left;
    height:100%;
	padding: 0 4px 0 8px;
	width: 560px;
}

#footer {
	position: relative;
	clear:both;
	display:block;
	font: normal 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	width: 573px;
	height:50px;
	bottom: 0;
}

.paypal_donate {
	width: 100%;
	text-align:center;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
-->
