.style2 {
	font-size: 10px;
	color: #666666;
}
.style3 {color: #FF0000}
.sold {
	font-size: 9px;
	color: #FF0000;
}
.black {
	background-color: #000000;
	margin-left: 120px;
	margin-right: 120px;
	text-align: justify;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background: #000000 no-repeat fixed center bottom;
}
ul {
}
h2 {
	font-size: 24px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #CCCCCC;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


a:link {
	text-decoration: none;
	color: #FF6600;
	font-size: 10px;
	word-spacing: normal;

}
a:visited {
	text-decoration: none;
	color: #FF6600;
	font-size: 10px;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;

}
ul {
	font-size: 12px;
	list-style-image: none;
	right: 50px;
}
.style1 {
	color: #FF0000;
	font-size: 24px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	top: inherit;
	left: 600px;
	width: 0px;
}

#content{
  float:left;
	width: 98%;
	margin: 0;
	padding: 0 3% 0 0;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
.homeimg {
	border: thin ridge #FF6600;
}
