/* CSS STYLE
   developed by SimpleScott
   for Brian Francis Photography
   v 1.1 */
   
BODY {
	background-color: #333333;
	margin-top: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
INPUT {
	font-size: 10px;
}
IMG {
	border: 0px;
	padding: 0px;
}
A:link {
	color: #999999;
	text-decoration: none;
}
A:hover {
	color: #96BF55;
}
A:visited {
	color: #666666;
	text-decoration: none;
}
A:active {
	color: #999999;
	text-decoration: none;
}
.container {
	width: 685px;
	margin: 0px;
	padding:0px;
}
.logo {
	float: left;
	text-align: left;
	position: relative;
	left: 20px;
	width: 375px;
}
.navigation {
	margin-left: 375px;
	padding-top: 18px;
	text-align: right;
}
.divider {
	margin-top: 10px;
	width: 685px;
	height: 1px;
	background-color: #FFFFFF;
}
.homedivider {
	margin-top: 40px;
	width: 685px;
	height: 1px;
	background-color: #FFFFFF;
}
.numbers {
	position: relative;
	top: 5px;
	text-align: right;
}

#arrow {
	margin-top: 5px;
}

#image {
	float: left;
	display: box;
}
#image_housing {
	width: 685px;
	float: left;
/*	padding-left: 80px;
	background-image: url("/images/bg.gif");
	background-repeat: repeat;*/
	position: relative;
	top: 10px;
	text-align: left;
}

/*#image_housing {
	width: 605px;
	padding-left: 80px;
	background-image: url("/images/bg.gif");
	background-repeat: repeat;
	position: relative;
	display: box;
	top: 10px;
	text-align: left;
}*/
.info {
	width: 350px;
	background-color: #5C5C5C;
	padding: 30px 65px 30px 45px;
	letter-spacing: 0px;
	line-height: 16px;
	color: #CCCCCC;
}
.foot_bar {
	background-image: url("/images/bg.gif");
	background-repeat: repeat;
	position: relative;
	top: 10px;
	width: 685px;
	height: 8px;
}
.homefoot_bar {
	background-image: url("/images/bg.gif");
	background-repeat: repeat;
	position: relative;
	top: 20px;
	width: 685px;
	height: 8px;
}
.copyright {
	float: left;
	text-align: left;
	position: relative;
	top: 10px;
	width: 375px;
}
.ss {
	position: relative;
	top: 12px;
	text-align:right;

}