Body {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	color: #000;
	margin-left: -10px;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-color: #cdcdcd;
}

#Wrapper {
	margin-left: auto;
	width: 925px;
	height: 800px;
	padding-bottom: 10px;
	margin-right: auto;
}

#Content {
	margin-left: auto;
	width: 925px;
	height: 500px;
	padding-bottom: 10px;
	margin-right: auto;
	position: relative;
	z-index: 3;
	top: -40px;
}

#Banner {
	margin-left: auto;
	width: 925px;
	height: 300px;
	margin-right: auto;
	z-index: 3;
	top: -0px;
	background-image: url(../images/banner.png);
}

#About {
	width: 460px;
	height: 270px;
	padding-bottom: 10px;
	z-index: 2;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
}

#Contact {
	width: 380px;
	height: 270px;
	padding-bottom: 10px;
	z-index: 2;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #452E0F;
	padding-top: 18px;
	padding-left: 23px;
	padding-right: 0px;
	background-image: url(../images/contact.png);
	background-repeat: repeat;
}

#Footer_Seperator {
	width: 925px;
	height: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../images/footer_seperator.png);
	background-repeat: repeat;
	margin-left: auto;
}

#Footer{
	width: 925px;
	height: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #371C00;
	text-align: center;
	margin-top: 10px;
}

#Logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	width: 140px;
	padding-top: 0px;
	height: auto;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	z-index: 3;
}

/* Navigation */

#Navigation {
	float: none;
	position: relative;
	left: 450px;
	top: -105px;
	width: 475px;
	height: 18px;
	z-index: 2;
}

#Home_Link {
	width: 75px;
	float: right;
}

#Branding_Link {
	width: 100px;
	float: right;
}

#Web_Link {
	width: 70px;
	float: right;
}

#Print_Link {
	width: 70px;
	float: right;
}

#Photography_Link {
	width: 150px;
	float: right;
}

/* Links */

a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}




.class1 a {
	font-size: 12px;
	color: #452E0F;
	font-weight: normal;
}

.class1 a:link {
	text-decoration: none;
}

.class1 a:visited {
	text-decoration: none;
	color: #452E0F;
}

.class1 a:hover {
	text-decoration: none;
	color: #000;
}

.class1 a:active {
	text-decoration: none;
	color: #452E0F;
	font-weight: normal;
}
