html {
     overflow: -moz-scrollbars-vertical;
}

BODY	{ 
	background-image: url('images/webdesign-back.gif');
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
table, tr, td, p	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
										/* H3 titles */
h3		{
	font-family: verdana; arial;
	font-size:18px;
	color: black;
	font-weight: bold;
}
										/*general table*/
table	{
	border-collapse: collapse;
}	

										/* normal links for content */
A:link { 
	color: #000000; 
	text-decoration: underline;
}
A:active {
		color: #000000;  
	text-decoration: underline;
}
A:visited {
	 
	color: #000000; 
	text-decoration: underline;
}
A:hover {

	color: #c0c0c0; 
	text-decoration: none;
}

										/* main outer table that gives the black border to whole page*/
#Design		{ 
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 	 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	background-color: #ffffff; 
	width: 760px;
}
										/* header include */
#Header		{
	width: 760px;
	height: 155;
	align: center;
}
										/* orange header */
.orange   {
	width: 760px;
	height: 22px;
	background-color: #DF8D2F;
	color: #FFFFFF;
	text-align: center;
}


										/* links for the orange cells */

.orange A:link   {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

.orange A:active   {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

.orange A:visited   {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

.orange A:hover {
	color: #FFFFFF; 
	text-decoration: underline;
	font-weight: normal;
}

									/* the orange tab*/
.tab   {
	width: 141px;
	height: 18px;
	background-color: #DF8D2F;
	color: #FFFFFF;
	text-align: center;
}

									/*icons */

.icons   {
	height: 80px;
	background-color: #FFFFFF;
	font-weight: bold;

}
.iconcell	{
	width: 70px;
	text-align: center;

}
									/* icon links */
.iconcell A:link   {
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
}

.iconcell A:active   {
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
}

.iconcell A:visited   {
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
}

.iconcell A:hover {
	color: #C0C0C0; 
	text-decoration: none;
	font-weight: bold;
}


									/* main page content cell - indents the text, sets size of cell etc */

.content  {
	padding-left: 15px; 
	padding-right: 10px; 
	padding-top:  20px;
	text-align: left; 
	
}

									/* footer include */
.footer  {
	 width: 760px; 
	text-align: center; 
	background-color: #DF8D2F;  
	color: #FFFFFF;
	font-size: 11px;
}

.footer A:link   {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

.footer A:active   {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

.footer A:visited   {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

.footer A:hover {
	color: #FFFFFF; 
	text-decoration: underline;
	font-weight: normal;
}

							/* website resources table domains */

.resources	{
	width: 720px;
}

#resources	{
	width: 360px;
	height: 20px;
	text-align: center;
}

							/* real estate listing */

.grey	{
	background-color: #C0C0C0;
	text-align: center;
}
.white	{
	text-align: center;
}
.blue	{
	background-color: #6096E1;
	text-align: center;
}