
/*Setting up the general style */

body {
	background-color: #CCCC99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000000;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	}

a:link {
	color: #990000;
}

a:visited {
	color: #840000;
	}

a:hover {
	color: #C60000;
}

a:active {
	color: #C60000;
	}

.title {
	font-style: italic;
	font-weight: bold;
	}
	
.infoBuy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}
	
.infoBuy a:link {
	color: #000000;
	text-decoration: none;
	}
	
.infoBuy a:visited {
	color: #000000;
	text-decoration: none;
	}

.infoBuy a:hover {
	color: #000000;
	text-decoration: underline;
	}	
	
.infoBuy a:active {
	color: #000000;
	text-decoration: underline;
	}	

/* The main content area*/

.main {
	width: 840px;
	margin: 5px auto;
	border: 2px black solid;
	padding: 0;
	}

/* header */

.header {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
    color: #FFFFFF;
	border-bottom: 2px black solid;
	}

#siteTitle {
	display: block;
	background: inherit;
	border: 0;
	position: relative;
	top: 20px;
	left: 40px;
	width: 700px;
	padding:0;
	}

.header h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none	}
	
	
.header p {
	font-style: italic;
	margin-top: 2px;
	font-size: 0.9em;
	}
	
.header img {
	float: right;
	}

/* Navigation */
.nav {
	float: right;
	margin: 15px 15px 15px 5px;
	border: 0;
	width: 140px;
	padding: 10px;
	background-color: #DEDEBE;
	}
	
.nav h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0;
	}

.nav img {
	border: 0;
	margin: 0 auto;
	}

.nav p.infoBuy {
	display: block;
	text-align: center;
	margin: 0 0 10px 0;
	}
	
	
/* Main content area, the body of the page.*/

.content {
	margin: 10px 10px 10px 40px;
	width: 580px;
	/*height: 330px;
	overflow: auto;*/
	}
	
.content h2 {
	display: block;
	border-bottom: 1px black solid;
	font-size: 1.6em;
	font-weight: normal;
	margin: 3px 0 10px 0;
	}

.rightFloat {
	float: right;
	margin: 0 0 10px 10px;
	}
	
.leftFloat {
	float: left;
	margin: 0 10px 10px 0;
	}

.content h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	}

.content h4.title {
	margin: 2px 0;
	}
	
.content p {
	margin: 5px 0;
	padding: 0;
	}

.section {
	margin: 35px 0;
	padding: 0;
	display: block;
	}
	
.leftColumn {
	display: block;
	width: 260px;
	float: left;
	clear: none;
	}
	
.rightColumn {
	display: block;
	width: 260px;
	float: right;
	clear: none;
	}

/* footer.  Contains the rotating image of quotes */
.footer {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	left: 0;
	bottom: 0;
}




/* clearing floats without markup -- see http://positioniseverything.net/easyclearing.html for info */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly Hack: hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


