@import url(./headers.css);
@import url(./forms.css);
@import url(./menu.css);
@import url(./links.css);
@import url(./images.css);
@import url(./gb.css);

body {
	font:normal 100% Arial, Helvetica, sans-serif;
	color:#FFFF00;
	background:#000 url(../img/body_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
#masthead {
	color: #999999;
	/*background:url(../img/grad_header_w.gif) repeat-x #000;*/
	padding: 0px;
	margin: 0;
	height:185px;
	border:0px solid #888;
}
#wrapper {
	width:770px; height:1080px;
	margin:20px auto;
	background:url(../img/canvas_africa5.jpg);
}
#column_wrapper {
	background-image: url(../img/bg_lines.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#bevel {
	background:url(../img/_bevel.jpg) repeat-x;
	height:10px;
	line-height:1px;
	font-size:1px;
	border-left:1px solid #356a59;
	border-right:1px solid #356a59;
}
#right {
	width: 569px;
	height:895px;
	float: right;
	overflow:auto;

}
#left {
	background: url(../img/author.gif) 0 640px no-repeat;

	width: 200px;
	height:895px;
	float: left;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
	clear:both;
}
#left img {margin:5px 0; border:none; }
#left .socialBookmarks {
	padding-left:20px;
	background: url(../img/stripesdark.gif);
	clear:both;
	font-size:0.6em;
}
#left .socialBookmarks p {
	margin:0; padding-top:5px;
}

.small {
	font-size:0.9em;
	font-style:italic;
	color:#000;
	font-weight:bold;
}

#right .content {
	padding: 5px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	min-height:500px;
	height:auto !important; /* for proper browsers */
	height:500px; /* For IE6 */
}
#right .content span {
	font-size:1.8em;

}
#right blockquote {
	background:transparent url(../img/stripesdark.gif);
	display:block;
	font:bold 1.4em "Courier New", Courier, monospace;
	padding:5px 20px;
	color:#ffc;
}
#masthead .content {
	padding: 12px 16px;
	font-size: .8em;
	letter-spacing: .3em;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #dda;
	background:url(../img/grad_footer_g.gif) repeat-x #214237;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.content ul { list-style:none; padding:0; }
.content ul li {
	background: url(../img/bullet.gif) no-repeat 6px 50%;
	padding:0 0 0 23px;
}

.box {
	border:1px solid #99AF66;
	padding:4px;
}

.smaller {
	font-size:10px;
	color:#777;
}

.lead {
	font-weight:bold;
	color:#009900;
}



.nav {
	font-weight:bold;
	color:#fff;
	background-color:#ADC6BD;
	text-align:center;
}

#sizer {
	text-transform:uppercase;
	color:#ffe;
	font-size:0.75em;
	line-height:1.2em;
}

#sizer p {
	color:#797 !important;
	float:left;
	width:11px;
	text-align:center;
	border:1px solid #aa7;
	background-color:#eee;
	margin:0 2px;
	padding:0;
}

#sizer a {
	color:#797;
	text-decoration:none;
	font-weight:bold;
}
#sizer a:hover {
	font-weight:bold;
}
	
div.hr {
	height: 15px;
	background: url(../img/stripesdark.gif);
	clear:both;
}
div.hr hr {
	display: none;
}