/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
html{ background-color: #8ccab3; }
body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px; padding:0; background-color: #8ccab3;}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px;}
h2{font-size:14px; color:#999999}
h3{font-size:12px; border-bottom:solid 1px #DEDEDE; padding:0px; margin-bottom:10px;}

a:hover{text-decoration:none;}

a, a:HOVER {
	color: #F1B000;
}

/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (1280 pixels) 
*/

#container{width:770px; margin:25px auto; border: 1px solid black;}
	#topbar{width:auto; display:block; height:92px; padding: 0px; position: relative; background-color: #000000; background-image:url("../images/index_header.jpg"); }
	
	#main{width:auto; display:block; padding:0px 0; }
		#column_left{width:421px; height: 440px; overflow:hidden; background-color: #000000; margin: 0px; float:left; position: relative;}
		#column_right{width:349px; height: 440px; margin: 0px; float:left; background-color: #ffffea;}
		div.spacer{clear:both; height:0px; display:block; position: relative;}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2B334F;
	text-decoration: none;
	line-height : 20px;
	
}
.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B334F;
	text-decoration: none;
	line-height : 14px;
	letter-spacing: 1px
}

/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */
#bookad {
	border: 0px solid black;
	position: absolute;
	right: 0px;
	top: 55px;
	width: 200px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B334F;
	text-decoration: none;
	line-height : 20px;
	text-align: center;
}

#donatebox {
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 20px;
	position: relative;
	display: block;
	clear: both;
}

#donate_arrow {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	left: 80px;
	clear: both;
	display: none;
}

.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}