.buttonMain
{
	cursor: hand;
	color: #ffffff;
	background-color: #942F51;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	height: 25px;
	width: 185px;
}

body
{
    font-family: "trebuchet MS", verdana, arial, helvetica, sansSerif;
	font-size: 13px;
	color: #666666;
	background-image: url(../images/bg.gif);
	background-color: White;
	text-align:center;
}

#logoTop
{
	position:absolute; 
	top:0px; left:0px; 
	height:335px; 
	width:auto; 
	height:75px;
}

/* Top Navigation */
#topNavigationContainer
{
    position:absolute; 
    top:75px; left:0px; 
	width:780px;
	height: 34px;
	margin: 3px 0px 0px 0ox;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/top_navigation_bg.jpg);
	background-repeat:  repeat-x;
	list-style-type: none;
}

#topNavigation
{
	list-style-type: none;
	margin-left: 5px;
	margin-top: 6px;
	margin-bottom: 10px;
}

#topNavigation ul 
{
    margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#topNavigation li 
{
    display: inline;
    margin:  0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#topNavigation a 
{
	color: White;	
	text-decoration:none;	
}
#topNavigation a:hover 
{
	color: Black;
	background-color: White;
	border-top: solid 2px White;
	border-bottom: solid 9px White;
}
#topNavigation a.active 
{
	color: Black;
	background-color: White;
	border-top: solid 2px White;
	border-bottom: solid 9px White;
	border-right: solid 3px White;
	border-left: solid 3px White;
	font-weight: bold;
}
/* Top Navigation */


#contentContainer
{
    position:absolute; 
    top: 100px; left:0px; 
	width:780px;
	height: 600px;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
#content
{
     position:absolute;
     top: 25px; left:15px;
     width: 760px;
     height: 350px;
     margin:  0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
     background-image: url(../images/property_for_rent_bg.jpg);
}

#content h3
{
    font-size: 20px;
    font-weight: bolder;
    margin:  0px 0px 0px -5px;
	padding: 0px 0px 15px 0px;
}

#content1
{
     position:absolute;
     top: 0px; left:20px;
     width: 750px;
     height: 300px;
}

#mainContainer
{
	width:780px; 
	height: 495px; 
	position:relative;
	background-color: White;
	border: solid 5px #CCCCCC; 
	margin: 0px;
	padding:0px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#footer
{
     position:absolute;
     top: 352px; left:0px;
     width: 780px;
     height: 42px;
     border-top: solid 2px #CCCCCC;
     background-color: #E6E6E6;
}
#footerRight
{
    width: 300px;
    position:relative;
    padding-top: 10px;
    padding-right: 10px;
    float:right;
}
#footerRight a 
{
	color: Black;	
    float:right;
    font-weight: bolder;
	text-decoration:none;	
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#footerRight a:hover 
{
	color: Gray;	
}
#footerLeft
{
    width: 300px;
    position:relative;
    padding-top: 10px;
    padding-left: 10px;
    float:left;
}


