img { border: 0; }
body {
	margin:0px auto;
	padding:0px;
	
}
#wrapper {
	width:1200px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}
#logo {
	width:390px;
	height:50px;
	background-image:url(/home/images/logo.gif);
	margin:20px 0 0 700px;
}
#hd_divider1 {
	width:1040px;
	height:1px;
	background-color:#CCC;
	margin:6px 0 0 45px;
}
#btns {
	width:930px;
	height:40px;
	margin:3px 0 0 180px;
}
#hd_divider2 {
	width:900px;
	height:1px;
	background-color:#CCC;
	margin: 3px 0 0 184px;
}
#col_bars {
	width: 1200px;
	height:9px;
	margin: 10px 0 0 40px;
}
#auth_text {
	position:absolute;
	width: 320px;
	height:600px;
	margin: 5px 0 0 60px;
}
#book_text {
	position:absolute;
	width: 320px;
	height:600px;
	margin: 5px 0 0 423px;
}
#issues_text {
	position:absolute;
	width: 320px;
	height:600px;
	margin: 5px 0 0 788px;
}
.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size:24px;
	
}	
.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	padding:1px;
	font-size:16px;
	color:#000;
}


