/* BASIC ELEMENTS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin: 0px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/bg-01.gif);
	background-repeat: repeat-x;
}

/* LAYOUT */
#mainwrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: justify;
	padding-top: 65px;
	background-image: url(images/logo-01a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main-pane {
	float: right;
	width: 327px;
	height: 500px;
	line-height: 14px;
}
#image-pane {
	width: 453px;
	float: left
}
#main-pane-text {
	padding: 24px;
	overflow: auto;
	height: 452px;
}
#main-pane h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}
#main-pane h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}

#main-pane p {
	margin-top: 4px;
}
#footer {
	margin-left: 4px;
	clear: both;
	position: absolute;
	top: 577px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #787878;
	margin-top: 4px;
}
#footer a {
	color: #787878;
	text-decoration: none;
}

#footer a:hover {
	color: #7F4F1B;
}

#header {
	position: absolute;
	height: 40px;
	width: 327px;
	top: 12px;
	right: 0px;
}

#header2 {
	position: absolute;
	height: 24px;
	width: 407px;
	left: 0;
	top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7F7F7F;
}
#header2 img {width: auto; float: left; margin-right: 10px;}
#header2 p {line-height: 24px;}
.orange {color: #7F4F1B}

/* BACKGROUND COLOURS */
.about {
	background-color: #579AAE;
}
.weddings {
	background-color: #38425E;
}
.lifestyle {
	background-color: #222735;
}
.maternity {
	background-color: #5A453D;
}
.contact {
	background-color: #3D6561;
}
.gallery {
	background-color: #780D01;
}
.seduction {
	background-color: #8E6D97;
}
.that-dress {
	background-color:;
	background-color: #714C3C;
}

/* FORMS */
textarea {
	border: none;
	width: 200px;
	height: 200px;
}
input {
	border: none;
	width: 200px;
}

/* GALLERY */
.gallery-thumb {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
	border: 1px dotted #CCCCCC;
	margin-top: 10px;
}
.gallery-home-image {
	height: 500px;
	width: 260px;
	margin: 0px;
	float: left;
}

.client-list {
	margin: 12px 48px 12px 12px;
	overflow: auto;
	float: left;
}
.client-list h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}
.client-list p {
	font-size: 1em;
	margin: 4px 0px 12px;
	line-height: 1.4em;
}

/* LINKS */
a {
	color: #CCCCCC;
}

a:hover {
	color: #7F4F1B;
}
.photobooks {
	background-color: #876C3F;
}
.faq {
	background-color: #7A4123;
}
