html * { padding: 0; margin: 0; }
body {
	background: url("../images/sidebar.gif") #999 top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #999;
}
h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; color: #00404F; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; } h2 { text-align: center; margin-bottom: 5px; }
h3 { font-size: 1.6em; }
h4, p, ul, ol, dl, td, th { font-size: 1.3em; }
h5 { font-size: 1.2em; }

a { color: #00404f; }
a:visited { color: #454033; }
a:hover { color: #abc0c5; }
ol li, ul li { margin-left: 30px; margin-bottom: 2px; }

#sidebar p { margin: 20px 0; text-align: center; }
#main p, #main ul, #main ol { margin: 20px; }
.adminlinks a { 
	background-color: #ccc; 
	padding: 2px 3px; 
	text-decoration: none;
	text-transform: uppercase;
	border-width: 1px; border-style: outset; border-color: #999;
}
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* LAYOUT ******************************************************/

#ie6hack {
	width: 900px;
}
#header {
	text-align: center;
	background-color: #ABC0C5; color: #000;
	border-color: #00404F; border-bottom-style: solid; border-bottom-width: 6px;
}
#footer {
	clear: both;
	background-color: #00404F; color: #fff;
	text-align: center;
}

#mainwrapper { 
	float: right; width: 100%; margin-left: -200px;
	background: url("../images/sidebar.gif") #999 top left repeat-y;
}
#mainbottom { clear: both; height: 1px; }
#main {
	text-align: left;
	margin-left: 200px;
	width: 700px;
	background: url("../images/TopBG.jpg") #fff top left no-repeat;
	padding: 20px 0;
}
#sidebar {
	float: left;
	width: 200px;
}
#sidebar ul {
	padding-top: 6px;
	list-style: none;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
}
#sidebar li {
	margin: 9px 0;
}
#sidebar ul li a, #sidebar ul li a:visited { 
	display: block;
	width: 200px;
	height: 21px;
}
#sidebar ul li a span { display: none; }

#sidebar li#home a { background: url("../images/btn_home.gif") no-repeat; }
#sidebar li#shop a { background: url("../images/btn_shop.gif") no-repeat; }
#sidebar li#authors a { background: url("../images/btn_authors.gif") no-repeat; }
#sidebar li#submit a { background: url("../images/btn_submit.gif") no-repeat; }
#sidebar li#publishing a { background: url("../images/btn_publishing.gif") no-repeat; }
#sidebar li#about a { background: url("../images/btn_about.gif") no-repeat; }
#sidebar li#contact a { background: url("../images/btn_contact.gif") no-repeat; }

#sidebar li#home a:hover { background: url("../images/btn_home_over.gif") no-repeat; }
#sidebar li#shop a:hover { background: url("../images/btn_shop_over.gif") no-repeat; }
#sidebar li#authors a:hover { background: url("../images/btn_authors_over.gif") no-repeat; }
#sidebar li#submit a:hover { background: url("../images/btn_submit_over.gif") no-repeat; }
#sidebar li#publishing a:hover { background: url("../images/btn_publishing_over.gif") no-repeat; }
#sidebar li#about a:hover { background: url("../images/btn_about_over.gif") no-repeat; }
#sidebar li#contact a:hover { background: url("../images/btn_contact_over.gif") no-repeat; }



