
#header {
	text-align: center;
	padding: 0;
	background: url(../images/borders/header.gif) top center no-repeat ;
	margin: 0;
	width: 750px;
	height: 144px;
	/*must be floated or the body bg goes crazy*/
	float: left;
	position: relative;
}
#header p {
	text-align: left;
	position: absolute;
	bottom: 12px;
	left: 52px;
	margin: 0;
}

#header img {
	position: absolute;
	top: 25px;
	left: 130px;
}

#content {
	float: left;
	width: 750px;
	background: url(../images/borders/bg.gif) #fff center repeat-y;
}

#top {
	margin: 0 32px 0 33px;
	position: relative;
	height: 13em;
	clear: left;
	background: url(../images/borders/bdr_cntr.gif) center bottom no-repeat;

}
#top p {
		line-height: 1.5em
}

#top h2 {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight:normal;
	/*font-style:italic;*/
	color:#666666;
}

div#title {
	float: left;
	width: 440px;
	position: absolute;
	bottom: 25px;
	left: 20px;
}	
div.related {
	text-align: right;
	float: right;
	width: 200px;
	position: absolute;
	bottom: 30px;
	right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-family: "Georgia", "Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-size: 1.1em;
	margin: 0;
}


div.related p {
	line-height: 1.3em;
	margin: 10px 0 0 0;
}
div.related a {
	color: #000000;
}
#left {
	float: left;
	width: 201px;
	margin: 0 0 0 34px;
	display: inline;
	padding: 10px 0 20px 0;
	/*font-family:  "Times New Roman", Times, serif;*/
	font-family: "Georgia", "Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	background: #fff url(../images/borders/bdr_side.gif) right top repeat-y;
}

#left p {
	margin: 0px 20px 10px 20px;
}

#left .selected {
	color:#000000;
	margin-top: 0px;
	margin-bottom: 5px;

}

#left #thumbs .thumb {
	float: left;
	width: 45px;
	height: 45px;
	margin: 0 5px 10px 5px;
}

div#thumbs {
	margin: 0 0 10px 15px;
	padding: 0 0 25px 0px;	
	background: url(../images/borders/bdr_left.gif) right bottom no-repeat;
	width: 185px;
	display:inline;
	float: left;
}

div#main {
	float: left;
	width: 485px;
	margin: 0 0 0 -1px;
	font-size: 1.1em;
	line-height: 1.6em;
	display: inline;
	background: #fff url(../images/borders/bdr_side.gif) left top repeat-y;
	padding: 0 0 20px 0px;
}

div#main p {
	margin: 10px 10px 0 25px;
}

div#main ul {
	margin: 10px 25px 0 25px;
	list-style-type: none;
}

#flash {
	margin: 10px 0 20px 20px;
	background-color: #fff;
}

noscript p {
	margin: 10px 25px 0 0;
	text-align:left;
	font-size: .95em;
	padding: 0;
}

#footer {
	clear: both;
	margin: 0;
	background: url(../images/borders/footer-art.gif) 1px bottom no-repeat;
	padding: 30px 0 30px 0;
	text-align:center;
	width: 750px;
	float: left;
	display: inline;
	font-family: "Georgia", "Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-size: 1.1em;
	
}
#footer p, #footer span {
	padding-right: 5px;
	padding-left: 5px;
	margin: 0;
}

#footer p.notforsale {
	color:#333333;
	font-size: 1em;
	text-align:center;
	margin: 5px 0 0 0;
}


	
	

	

