@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	line-height:16px;	
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#666666
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}

a:hover {
	color:#FF0000;
}

#container {
	margin:30px auto;
	width:960px;
}

#header {
	background-image:url(../images/header.jpg);
	width:960px;
	height:222px;
}

#seperator {
	width:700px;
	border-top:2px solid #CCCCCC;
}

#sort {
	width:960px;
	height:30px;
	background-color:#E7E7E7;
	font-size:11px;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

img {
	border-width:0px;
}

#navigation {
	background-image:url(../images/navTile.gif);
	width:960px;
	height:30px;
	border-top:1px solid #757575;
}

#navLinks a {
	font-family:arial;
	padding:7px 15px 7px 15px;
	border-right: 1px solid #999999;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	text-decoration:none;
	color:#757575;
	float:left;
}

#navLinks a:hover {
	background-color:#A7A7A7;
}

#navLinks a.here:hover,
#navLinks a.here:active, 
#navLinks a.here:link, 
#navLinks a.here:visited {
	background-color:#E7E7E7;
		z-index:111;
}

#rss {
	float:right;
	margin:8px 10px 0 0;
}

#footer {
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	margin:auto;
	margin-top:20px;
	width:958px;
	background-color:#d3d3d3;
	font-size:11px;
	margin-bottom:10px;
	border:1px solid #CCC;
}


#sortOptions {
	float:right;
	margin:7px 10px 5px 0;
}

#sortOptionsCenter {
	text-align:center;
	margin:7px 10px 5px 0;
}

.column {
	width:960px;
	height:100px;
	margin-bottom:20px;
	margin-top:20px;
	float:none; 
	clear: right;
}

.details {
	float:right;
	width:326px;
	text-align:left;
	margin-top:-2px;
}

.details h3 {
	font-size:13px;
	color:#666666;
}

.detailsLong {
	float:left;
	width:823px;
	text-align:left;
	margin-top:-2px;
	margin-left:10px;
}

.detailsLong h3 {
	font-size:13px;
	color:#666666;
}

.textRight{
	width: 823px;
	height: 100px;
	margin-left: 135;
	float: right;
	text-align: left;
}

.detailsLeft {
	float:left;
	width:310px;
	text-align:left;
	margin-top:20px;
}

.detailsCenter {
	float:left;
	width:310px;
	text-align:left;
	margin-top:20px;
	margin-left:15px;
}

.detailsRight {
	float:right;
	width:310px;
	text-align:left;
	margin-top:20px;
}

.leftColumn {
	width:300px;
	margin-bottom:20px;
	margin-top:20px;
	float:left; 
}

.rightColumn {
	width:300px;
	margin-bottom:20px;
	margin-top:20px;
	float:right;
}

.leftColumn2 {
	width:465px;
	height:100px;
	margin-bottom:20px;
	margin-top:20px;
	float:left; 
}

.rightColumn2 {
	width:465px;
	height:100px;
	margin-bottom:20px;
	margin-top:20px;
	float:right;
}

.thumb {
	float:left;
}

.thumb2 {
	float:left;
}

.thumb img {
	border:1px solid black;
}

#spacer{
	margin-top:20px;
}

#spacerLarge{
	margin-top:40px;
}

#spacerVeryLarge{
	margin-top:150px;
}

.paragraph {
	clear:	both;
}

.textLeft {
	text-align:left;
}

.twoButtons	{
	width:310px;
}


