/* CSS STYLE
   developed by SimpleScott
   for Brian Francis Photography
   v 1.1 */
   
BODY {
	background-color: #333333;
	margin-top: 25px;
	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: 900px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.logo {
	float: left;
	text-align: left;
	position: relative;
	left: 20px;
	width: 375px;
}
.navigation {
	/*margin-left: 600px;*/
	padding-top: 18px;
	text-align: right;
	float: right;
}

.navigation ul { }

.navigation li {float: left; list-style: none; }

.navigation a {padding: 0px 8px; color: #fff;  }
.navigation a:hover {color: #96BF55; }
.navigation a:visited {color: none; }

.divider {
	margin-top: 40px;
	width: 900px;
	height: 1px;
	background-color: #FFFFFF;
	float: left;
}
.homedivider {
	margin-top: 40px;
	width: 900px;
	height: 1px;
	background-color: #FFFFFF;
	float: left;
}
.numbers {
	position: absolute;
	right: 10px;
	top: 50px;
	text-align: right;
}

#arrow {
	margin-top: 5px;
}

#image {
	float: left;
	display: box;
}
#image_housing {
	width: 900px;
	float: left;
	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;
	text-align: left;
}
.foot_bar {
	background-image: url("/images/bg.gif");
	background-repeat: repeat;
	position: relative;
	top: 20px;
	width: 900px;
	height: 8px;
}
.homefoot_bar {
	background-image: url("/images/bg.gif");
	background-repeat: repeat;
	position: relative;
	top: 20px;
	width: 900px;
	height: 8px;
}
.copyright {
	float: left;
	text-align: left;
	position: relative;
	top: 10px;
	width: 375px;
}
.ss {
	position: relative;
	top: 12px;
	text-align:right;

}
