/* CSS Document */

body {
	color:#333333;
	font-family:Verdana, Geneva, Arial;
	font-size:12px;
	background-image:url(http://www.marksmotorbooks.com/SiteImages/siteBG.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;

	}

.site {
	
	}

.logo {
	background-color:#ff0000;
	height:90px;
	right:10px;
	text-align:left;
	width: 100%;
	border-style:groove;
	border-color:#000000;
	border-width:1px;
	}

.footer {
	background-color:#ff0000;
	height:20px;
	right:10px;
	width: 100%;
	postition:absolute;
	bottom:0px;
	border-style:groove;
	border-color:#000000;
	border-width:1px;
	}

.nav {
	top:110px;
	text-align:center;
	width:20%;
	min-width:150px;
	position: absolute;	
	min-height:100%;
	}

.cart {
	position: absolute;
	top: 15px;
	right: 10px;
	min-width: 150px;
	height: 80px;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.content {
	left:20%;
	top:00px;
	max-width: 58%;
	position: relative;
	min-height:100%;
	border-left: Groove #000000 1px;
	border-right: Groove #000000 1px;	
	padding:5px;
	min-height:450px;
	}

.right {
	
	width:20%;
	min-width:150px;
	text-align:center;
	right:8px;
	top:110px;
	position:absolute;	
	min-height:100%;
	}

.pageTitle {
	font-weight: bold;
	}

.bookTitle {
	font-weight:bold;
	font-size:13px;	
	}

.bookInfo {
	
	font-weight:bold;
	}

a.footerLink:link {
	color:#000000;
	}
a:hover {
	color: #000000;
}

a.footerLink:visited {
	color:#000000;
	}							
	
a:link {
	color: #FF0000;
}


a:visited {
	color: #FF3333;
}
