@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body  {
	font: 100% "LucidaGrande Bold", Arial, Helvetica, sans-serif;
	background: #121212;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
}
.thrColAbsHdr #container { 
	position: relative; 
	width: 1024px;
	height:757px;
	background-image: url(images/writerswives_bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; 
	text-align: left; 
} 

.thrColAbsHdr #header { 
	height: 203px; 
	padding: 0 10px 0 20px;  
} 
.banner {
	border:none;
	position:absolute;
	top:-17px;
	left:500px;
	margin: 0; 
	padding: 10px 0; 
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 203px;
	left: 0;
	width: 150px; 
	padding: 15px 10px 15px 20px; 
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top:203px;
	right: 0;
	width: 180px;
	height:300px;
	padding: 15px 10px 15px 10px;
	overflow: auto;
}
.thrColAbsHdr #sidebar3 {
	position: absolute;
	top:543px;
	right: 0;
	width: 200px;
	height:140px;
	padding: 10px 10px 15px 10px;
	overflow: auto;
}
.thrColAbsHdr #mainContent { 
	margin: 0 200px; 
	padding: 0 10px; 
	height:480px;
}
.thrColAbsHdr #footer { 
	position: relative;
	padding: 0 10px 0 20px; 
} 
.thrColAbsHdr #footer p {
	margin: 0;
	padding: 25px 0;
	font-size:16px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

img {border: #559ebc 3px solid;}
img.noborder {border: none;}

a:link { color:#559ebc; text-decoration: none;} 

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

a:hover { }

p { font-size:14px; font-weight: bold; }

h3 {font-size:16px;}

img.noborder {border:none;}

#navbar {position:relative;
		top:20px;
		left:-20px;
		width:170px;
		height:227px;
}