body {
	background-attachment: fixed;
	background: #fff url('http://crsil.com/ChicagoSkyline.jpg') no-repeat top left;
	background-attachment: fixed;
	font: 1em 'Segoe UI';
	color: #000;
	width: 900px;
	margin: 0 auto;

}
div {border: 0px solid black;}
h1 {
	font-family: 'Verdana';
	font-size: 1.5em;
	font-weight: normal;
	color: #006600;
	padding-bottom: 0;
}
h2 {
	font-family: 'Verdana';
	font-size: 1.2em;
	font-weight: normal;
	color: #006600;
	padding-bottom: 0;
}
blockquote {
	font-style: italic;
}
#centeredmenu {
   	float:left;
   	width:100%;
   	border-top:1px solid #fff;
   	overflow:hidden;
   	position:relative;
}
#centeredmenu ul {
   	clear:left;
   	float:left;
   	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
   	left:50%;
   	text-align:center;
}
#centeredmenu ul li {
   	display:block;
   	float:left;
   	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
   	right:50%;
}
#centeredmenu ul li a {
   	display:block;
   	margin:0 0 0 1px;
   	padding:3px 10px;
   	/*background:#ddd;*/
   	color:#fff;
   	text-decoration:none;
	font-size:1.8em;
   	line-height:1.8em;
}
#centeredmenu ul li a:hover {
   	background:#369;
   	color: #ff9900;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   	color: #ff9900;
   	background:#000;
   	/*font-weight:bold;*/
}
#content {
	width: 75%;
	float: left;
	padding: 0px 15px 15px 15px;
	margin: auto auto;
	background-color: white;
}
#sidebar {
	float: right;
	/*align: right;*/
	width: 20%;
	height: 100%;
	margin-top: 25px;
}
#mast {
	width: 75%;
	/*align: left;*/
}
#mast a {
	font-size: 2.2em;
	font-family: 'Trebuchet MS';
	color: #006600;
	text-decoration: none;
}
#ourphone a {
	display: inline;
	float: right;
	align: right;
	padding-left: 20px;
	text-align: right;
	font-size: 2em;
	color: #ff9900;
}
#footer {
  	/*position: absolute;*/
	clear: both;
  	/*bottom: 0;*/
	margin: auto auto;
	padding: 10px 15px 3px 15px;
	color: #fff;
	font-size: 0.8em;
	/*background-color: #006600;*/
	background-color: #000;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #ff9900;
}
a {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
.quote {
	width: 100%;	
	color: #ff9900;
	font-size: 2em;
	text-align: center;
}
.italic {
	font-style: italic;
}
.orange {
	color: #ff9900;
}
form {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
input {
	float: right;
	width: 110px;
	border: 1px solid #c3c3c3;
	font-family: verdana, arial, helvetica, sans-serif;
}
input:focus {
	border: 1px solid #900;
}
select {
	border: 1px solid #c3c3c3;
	font-family: verdana, arial, helvetica, sans-serif;
}
input.button {
	text-align: center;
	padding: 3px;
}
textarea {
	width: 100%;
	float: right;	
	border: 1px solid #c3c3c3;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	padding: 3px;
}
textarea:focus {
	border: 1px solid #900;
}
label {
	float: left;
	text-align: right;
	/*margin-right: 15px;*/
	/*width: 100px;*/
	/*padding-top: 1px;*/	
}