body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6b6b6b;
	line-height: 30px;
	background-image: url(../image-files/austin-tx-background-pattern.jpg);
	background-color: #253028;
	background-repeat: repeat-x;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #22682d;
	font-weight:100;
	text-transform: lowercase;
}	

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#FFFFFF;
	font-weight:100;
	text-transform: lowercase;
}

a {
	color: #c65808;
	text-decoration:none;
}

a:hover {
	color: #22682d;
	text-decoration:underline;
}


#maincontainer{
	width: 897px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image:url(../image-files/bg-white.gif);
}

#topsection{
	width: 897px;
	height: 149px;
	background-image:url(../image-files/move-to-austin-tx-header-wide.jpg);
	display:block;
	text-indent:-9999px;
}


.left { 
	float:left; 
	width:164px; 
	margin:0px; 
	padding:0px; 
}
.right { 
	float:right; 
	width:164px;  
	margin:0px; 
	padding:0px; 
} 

.middle { 
	float:left; 
	margin:10px 0 0 10px;
	padding: 0px;
	width:548px;	
}

#newwrap { 
	margin: 0px auto; 
	width:897px;  
	background: #fff;
	
}



#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -897px; /*Set left margin to -(MainContainerWidth)*/
}

#rightcolumn{
	width: 200px; /*Width of left column*/
	margin-left: 200px; /*Set left margin to -(MainContainerWidth)*/
}

#rightcolumnwrapper{
float: right;
width: 100%;
}


#footer{
clear: left;
text-align: center;
	width: 897px;
	height: 27px;
	background-image:url(../image-files/bg-white.gif);
}

#footer a{

}

.maintext{
	margin-right: 165px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 20px;
}

.navigation{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20px;
}

#bottomnav{
	text-align: center;
	width: 897px;
	font-size: 12px;
	line-height: 20px;
}
#bottomnav a{
	color: #c65808;
	text-decoration:none;
}

#bottomnav a:hover{
	color: #22682d;
	text-decoration:underline;
}

.photobox {
	float: right; 
	margin-left:40px;
	margin-bottom:30px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #22682d;
	font-style:italic;
	line-height: 20px;
	}

#panorama h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#FFFFFF;
	font-weight:100;
	text-transform: lowercase;
}

#panorama a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #c65808;
	text-decoration:none;
	text-transform: lowercase;
}

#panorama a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #c65808;
	text-decoration:underline;
	text-transform: lowercase;
}

#panorama img {
	border: 4px solid #FFFFFF;
}

.lineheightnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #6b6b6b;
}
.captioncenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #22682d;
}


