/* CSS Document */

@import url("nav.css");
@import url("forms.css");

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/layout3_bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:14px;
	text-align:center;
}

.hide {
	visibility:hidden;
	display:none;
}

.title {
	color:#146cc0;
	font-size:36px;
	font-weight:bold;
	font-style:italic;
}

#logo a {
	display:block;
	float:left;
	text-decoration:none;
	width:232px;
	height:150px;
	background-image:url(../images/logo_abc_town_books.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
}

#menu {
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#wrapper {
	text-align: left;
	margin: 30px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-image:url(../images/white_bg.jpg);
}

#header {
	margin: 0 0 0 0;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:150px;
}

#topper {
	margin: 0 0 0px 0;
	background-image:url(../images/content_topper.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:164px;
}

#left_column {
	float: left;
	width: 450px;
	text-align:left;
}

#left_column .content{
	float: left;
	width: 410px;
	text-align:left;
	margin:0px 0px 0px 10px;
}

.pricing_title {
	font-size:14px;
	color:#CC3300;
	font-weight:bold;
}

.pricing {
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
}

#right_column { 
	margin: 0;
	float: left;
	width: 350px;
	text-align:right;
	/*height: 1%  Holly hack for Peekaboo Bug */
}

#right_content a{
	width: 330px;
	height:286px;
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	background-image:url(../images/graphic_home_page.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	float:right;
	text-decoration:none;
}


#footer {
	clear: both;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:30px;
}

#footer .copyright {
	padding:0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	color:#FFFFFF;
	font-style:italic;
	text-align:center;
}