body {
	font-family	:	arial , sans-serif;
	font-size	:	100%;
	background-color:	#000000;
	color		:	#ffffff;
	background-color:	#111111;
}




/* outer container that holds everything */
#container {
	position	:	relative;
	width		:	750px;
	height		:	455px;
	margin		:	0px auto 0px auto;
	border		:	1px solid #ffffff;
	
	background-color:	#000000;
}




/* style the left column which is for logo and navigation */
#leftcolumn {
	position	:	absolute;
	left		:	10px;
	width		:	165px;
	border-right	:	1px solid #ffffff;
	top		:	7px;
}

/* style the right column which is for content and pictures */
#rightcolumn {
	position	:	absolute;
	margin-top	:	10px;
	right		:	5px;
	width		:	565px;
}

#disclaimer {
	text-align	:	center;
}









/* holds just the logo */
.logo {
	text-align	:	center;
}


a:link { color : #ffffff; text-decoration : none; }
a:visited { color : #ffffff; text-decoration : none; }
a:hover { color : #ffffff; text-decoration : none; }
a:active { color : #ffffff; text-decoration : none; }


.logo a:link img { border : 0px solid #ffffff; }
.logo a:visited img { border : 0px solid #ffffff; }
.logo a:hover img { border : 0px solid #ffffff; }
.logo a:active img { border : 0px solid #ffffff; }



.address {
	color		:	#aa6633;
	font-weight	:	bold;
	font-size	:	75%;
	text-align	:	left;
}










/* holds the navigation options */
#navigation {
	padding-bottom	:	10px;
}




/* actual list of navigation links */
#navigation ul {
	list-style-type	:	none;
	margin		:	7px;
	padding		:	0px;
}


/* make each link have plenty of margin */
#navigation ul li {
	margin-top	:	15px;
	margin-bottom	:	15px;
}












/* link styling */
#navigation ul li a {
	font-weight	:	normal;
	font-size	:	115%;
	letter-spacing	:	0.1em;
}

#navigation ul li a:link {
	color		:	#ffffff;
	text-decoration	:	none;
	background-color:	transparent;
}

#navigation ul li a:visited {
	color		:	#ffffff;
	text-decoration	:	none;
	background-color:	transparent;
}

#navigation ul li a:active {
	color		:	#ffffff;
	text-decoration	:	none;
	background-color:	transparent;
}

#navigation ul li a:hover {
	color		:	#aa6633;
	text-decoration	:	none;
	background-color:	transparent;
}



.selected {
	color		:	#aa6633 !important;
}





.forsale {
	color		:	#00ff00;
	font-weight	:	bold;
}

.price {
	color		:	#00ff00;
	font-weight	:	bold;
}
