/* 
main css - austinmnrentals
*/
	 
/* page elements */
	A { 
		color: #000; 
		font-family: Trebuchet MS, verdana, arial, sans-serif; 
		font-size:12px; text-decoration: underline; font-weight:bold; 
		} 

	body {
		margin:0;
		padding:0;
		font-size: 12px; 
		font-family: Verdana, Helvetica, sans-serif;
		background:#557F9B url(/images/body_bg.gif) repeat-y center;
		text-align:center;
		}

/* divs */
	#page {
		margin:0 auto;
		clear:both;
		padding:0;
		width:1000px;
		background-color:#3C85C0;
	}
	
	#header {
		background:url(/images/header_bg.jpg) repeat-x;
		height:317px;	
	}
	
	#header_title {
		float:left;
		text-align:left;
		width: 442px;
		height: 152px;
		margin-top: 25px;
		background: url(../images/header_title.jpg) center repeat-y;
	}
	
	#header_house {
		float:right;
		text-align:right;
	}
	
	#mainmenu {
		float:left;
		text-align:left;
		margin-top:13px;
		margin-left:15px;
		width:900px;
	}
	
	#mainmenu a {
		font-size:16px ;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#mainmenu a:hover {
		font-size:16px ;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:underline;
	}

	#bodywrapper {
		margin:0 auto;
		clear:both;
		height:100%;
	}
	
	#leftmenu {
		text-align:left;
		width:250px;
		padding:8px;	
		background-color:#D9D5D1;	
		height:100%;
	}
	
	#blackborder {
		margin:0 auto;
		width:1px;	
		background-color:#000000;	
		height:100%;
	}
	
	#bodycontent {
		padding:8px;
		width:717px;	
		text-align:left;
		background-color:#ffffff;		
		height:100%;		
	}
	
	#footer {
		clear:both;
		background:#3C85C0 url(/images/footer_bg.jpg) repeat-x;
		position:relative;
		left:0px;
		top:0px;
		height:100px;
		padding-top:30px;
	}
	
	#banner{
		font-family:  verdana,arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: white;
		padding: 0;
		margin: 150px 0px 0px 70px;
	}
	
/* classes */

	.spacer	{
		clear:both;
		}