/* CSS Document */

body{
	background: #292019 url('../images/background.jpg') repeat-x;
	text-align: center;
	margin: 15px 0 0 0;
	font: 13px/15px "Lucida Sans", "Lucida Console", Verdana;
	}

#wrapper{
	width: 925px;
	text-align: left;
	margin: auto;
	padding: 0px;
	}

#topbar{
	background: url('../images/bg_topbar.jpg') no-repeat;
	width: 100%;
	height: 70px;
	}

#topbar h1{
	float: right;
	padding-right: 15px;
	color: #d74523;
	}

h2{
	color: #0891F4;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0 5px 0;
	clear: left;
	}

p{
	margin: 0px;
	padding: 0px;
	}

img{
	border: 0px;
	}

a {
	color: #0891F4;
	}

a:hover {
	color: #0891F4;
	}
	
#leftbar{
	background: #FFF url('../images/bg_left.jpg') no-repeat;
	width: 220px;
	float: left;
	min-height: 800px; 
	}

div#leftbar img{
	display: block;
	}

div#leftbar img.lbl{
	display: block;
	margin-top: 25px;
	}

#rightbar{
	background: #FFF;
	width: 702px;
	float: left;
	min-height: 800px; 
	}

#bottom{
	background: url('../images/bg_bottombar.jpg') no-repeat;
	width: 100%;
	height: 55px;
	padding: 0px;
	clear: both;
	text-align:center;
	}

ul.leftnav{
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0 0 0 12px;
	}

ul.leftnav li{
	margin-bottom: 3px;
	font-weight: bold;
	}

ul.leftnav li a{
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}

ul.leftnav li a:hover{
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: underline;
	color: #0891F4;
	}

.floatr{
	float: right;
	}

.ad-floatr{
	float: right;
	padding: 0 10px 0 8px;
	}

.ad-small{
	padding: 5px 0 0 15px;
	}

.floatl{
	float: left;
	}

.ad-floatl{
	float: left;
	margin-top: 12px;
	margin-left: 5px;
	width: 450px;
	}

p.float-mid{
	width: 215px;
	float: left;
	text-align: center;
	padding: 8px;
	}
	
p.break{
	margin-bottom: 15px;
	clear: left;
	}
	
div.break{
	padding-top: 15px;
	clear: left;
	}
	
span.title{
	display: block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	}

hr{
	clear: both;
	}

.gray{
	color: #777777;
	}

.padtop{
	padding-top: 15px;
	text-align:center;
	}