/* CSS Document for Jem Howard Photography					*/
/* Author: Design Consolidated    							*/
/* Date Created:											*/
/* Date Modified:	19/02/2009          	 				*/
/* Filename:  pages_layout.css								*/

/*
Colours

#2F5272 - Blue background

*/

#main_box {
	width: 960px;
	height: auto;
	background-image: url(../images/template/1ph_2.gif);
	background-repeat: repeat;
	position: relative;
	float: left;
}

#content {
	width: 646px;
	float: left;
	height: auto;
	text-align: left;
}

/* ---------- FOOTER ----------- */

#footer {
	
	height: 40px;
	clear: both;
	width: 960px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	
}

#footer p {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: 1px;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	color: #A4B5C4;
}

#footer img {
	float: left;
}