@charset "utf-8";
/* This Style Sheet defines global styling properties of the Alderman-Homes website. */

body {
	background-color: #3B3C30;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*DIV definitions*/
#logo1 {
	background: url("images/logo1.gif");
	background-repeat: no-repeat;
	background-position: 388px 0;
	width: 787px;
	height: 64px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	outline: 0;			/*Outline and text-indent: -9000 prevent hidden text from getting a box around it after a clicked link*/
	margin: 20px auto 0;
}
#main {
	background: url(images/stageBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 787px;
	height: 573px;
	text-align: left;
	margin: 0 auto;
}
#menu {
	width: 138px;
	margin: 295px 0 0 10px;
	float: left;
}
#stage {
	width: 560px;
	float: right;
	margin-right: 10px;
}
#footer {
	width: 787px;
	text-align: right;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	font-weight: 600;
}
#footer a {
	color: #CCC;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	color: #FFF;
}
/* Class Definitions */
.clrflt {
	clear: both;
	float: none;
}
.innerDiv {
}
a.menuLink {
	font-family: Tahoma, Geneva, sans-serif;	
	font-size: 16px;
	color: #CCC;
	font-weight: 600;
	line-height: 40px;
	text-decoration: none;
	padding-left: 12px;
}
a.menuLink:hover {
	color: #666;
}
