@charset "utf-8";
/* CSS Document */

body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:62.5%;
		background:url(../images/body-bgd.jpg) repeat-x;
		margin:0;
}

#content a {
		font-size:1.2em;
		color:#FFCC00;
		font-weight:bold;
		text-decoration:none

}		

h3 {
		margin:0;
		padding:0;
}

.clear {
		clear:both;
}

#outerWrapper {
		width:949px;
		height:100%;
		margin:0 auto;
		background:#000000;
}

#leftColumn {
		width:748px;
		height:auto;
		background:#000000;
		float:left;
}

#rightColumn {
		width:201px;
		height:100%;
		float:left;
}

#twitter {
		width:201px;
}

#header {
		width:748px;
		height:58px;
		background:url(../images/header.gif) no-repeat;
		padding:106px 0 0 0;
}

#nav {
		width:auto;
		height:40px;
		padding:0 0 0 17px;
}

#nav ul {
		margin:0;
		padding:0;
		width:auto;
		height:auto;
}

#nav ul li {
		list-style:none;
		float:left;
		font-size:1.2em;
		margin:0 2px;
}

#nav ul li a {
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
}

#nav ul li a:hover {
		color:#e3bb02;
}

#content {
		width:724px;
		height:auto;
		font-size:1.2em;
		margin:0 0 0 18px;
		background:#ffffff url(../images/content-top-corners.gif) no-repeat top left;
}

#content div {
		padding:0 20px;
}

#footer {
		width:auto;
		height:127px;
		color:#ffffff;
}

#footer ul {
		margin:0;
		padding:0;
}

#footer ul li {
		list-style:none;
}

#footer ul li a {
		color:#ffffff;
		text-decoration:none;
}

#footer ul li a:hover {
		color:#e3bb02;
}

.footerColumns {
		width:auto;
		height:127px;
		float:left;
		padding:20px 0 0 10px;
		margin:0 10px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
}
.quotename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.priceincpost {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #FF0000;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
}
