body {
	margin: 0px;
	background-color:#564F5E;
}

#container {
	width:729px;
	text-align:center;
	margin:auto;
}

#telephone {
	width:729px;
	text-align:right;
}

#orangebar {
	width:729px;
}

#banner {
	width:729px;
}

#contenttop {
	width:729px;	
}

#contentbody {
	width:729px;	
}

#leftcolumn {
	width:250px;
	float:left;
}

#rightcolumn {
	width:439px;
	min-height:325px;
	float:right;
	background-image:url(../images/bg_content.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;
	line-height:21px;
	padding:20px;
}

#bottomcontent {
	width:479px;
	float:right;
}

#footer {
	width:479px;
	float:right;
	padding-bottom:25px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}

#footer a {
	color:#FCB92F;
	font-weight:bold;
	text-decoration:none;
}





p {
	margin-top:0px;
}

td {
	vertical-align:top;
}

a {
	color:#CB7023;
	font-weight:bold;
	text-decoration:underline;
}

.smalltext {
	font-size:10px;
	line-height:14px;
	padding-left:20px;
}	

h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C26120;
}


