/* 
CSS Document for www.stephaniebloomportraits.co.uk
*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	background-color: #666;
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
	font-size: 0.8em;
}
img {
	border-style: none;
}
h3 {
	color: #593F3A;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 10px;
}
p {
	color: #593F3A;
	margin-left: 20px;
	margin-right: 15px;
}
a {
	text-decoration: none;
	color: #6D5049;
}
a:hover, a:active {
	text-decoration: underline;
	color: #A1C3DE;
}
#wrapper {
	margin: 30px auto;
	width: 842px;
	height: 740px;
	background-image: url(images/bg1.png);
	background-repeat: repeat-y;
}
#page {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	height: 680px;
}
#content_l {
	height: 620px;
	width: 477px;
	float: left;
	margin-top: 60px;
	margin-left: 20px;
	background-color: #8CA08A;
	margin-bottom: 20px;
}
#photos {
	height: 150px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}
#a {
	position: absolute;
	width: 102px;
	height: 145px;
	left: 26px;
	top: 0px;
}
#b {
	position: absolute;
	left: 153px;
	top: 0px;
	width: 172px;
	height: 145px;
}
#c {
	position: absolute;
	width: 101px;
	height: 145px;
	left: 350px;
	top: 0px;
}
#content_r {
	position: relative;
	height: 350px;
	width: 325px;
	margin-top: 180px;
	margin-bottom: 20px;
	float: right;
	margin-right: 10px;
}

#footer {
}
	

