body {
	background-color: #888;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#wrap {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 970px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

#strapline h1   {
	background-color: #666;
	font-weight: normal;
	font-size: 12px;
	padding: 2px;
	text-align: center;
}

/* Navigation code */

#navigation {
	display:block;
	width:900px;
	height:34px;
	margin-bottom: 10px;
}


#mainNav li {
	height: 30px;
	float:left;
	margin-right:5px;
	margin-left: 0px;
}

#mainNav a {
	display: block;
	width: 75px;
	height: 0px;
	padding-top: 30px;
	overflow: hidden;
}
/* hack for older versions of IE with incorrect box model */
* html #mainNav a:link, * html #mainNav a:visited {height:30px; he\ight:0;}

#mainNav li {
	background-color: transparent;
	background-repeat: no-repeat;
}
#mainNav a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -130px -90px;
	border: 1px solid #999;
}
#mainNav a:hover {
	background-position:0 0;
	z-index:50;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#mainNav li.lihome {
	background-image: url(../images/buttons/btn_home.gif);
}
#mainNav a#home {
	background-image: url(../images/buttons/btn_home_over.gif);
}

#mainNav li.lisimon {
	background-image: url(../images/buttons/btn_simon.gif);
}
#mainNav a#simon {
	background-image: url(../images/buttons/btn_simon_over.gif);
}

#mainNav li.lipackages {
	background-image: url(../images/buttons/btn_packages.gif);
}
#mainNav a#packages {
	background-image: url(../images/buttons/btn_packages_over.gif);
}

#mainNav li.libooking {
	background-image: url(../images/buttons/btn_booking.gif);
}
#mainNav a#booking {
	background-image: url(../images/buttons/btn_booking_over.gif);
}

#mainNav li.liuseful {
	background-image: url(../images/buttons/btn_useful.gif);
}
#mainNav a#useful {
	background-image: url(../images/buttons/btn_useful_over.gif);
}

#mainNav li.liwedding {
	background-image: url(../images/buttons/btn_weddings.gif);
}
#mainNav a#wedding {
	background-image: url(../images/buttons/btn_weddings_over.gif);
}

#mainNav li.limodel {
	background-image: url(../images/buttons/btn_model.gif);
}
#mainNav a#model {
	background-image: url(../images/buttons/btn_model_over.gif);
}

#mainNav li.liportrait {
	background-image: url(../images/buttons/btn_portrait.gif);
}
#mainNav a#portrait {
	background-image: url(../images/buttons/btn_portrait_over.gif);
}

#mainNav li.licontact {
	background-image: url(../images/buttons/btn_contact.gif);
}
#mainNav a#contact {
	background-image: url(../images/buttons/btn_contact_over.gif);
}

#mainNav li.liemail {
	background-image: url(../images/buttons/btn_email.gif);
}
#mainNav a#email {
	background-image: url(../images/buttons/btn_email_over.gif);
}
/* end of navigation css */

#mainContent {
	width: 970px;
}
#textArea {
	width: 240px;
	float: left;
	padding-right: 10px;
}
#logo {
	text-align: center;
	margin-bottom: 10px;
	width: 240px;
}
#textArea p , #photoArea p{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
#textArea a:link, #textArea a:visited, #footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#textArea a:hover, #footer a:hover {
	color: #BF0000;
}

#photoArea {
	float: left;
	width: 720px;
	vertical-align: top;
	margin-bottom: 10px;
	height: 500px;
}
.emphasiseText {
	font-weight: bold;
	text-decoration: underline;
}
.redText {
	font-style: italic;
	color: #F00;
	font-weight: bold;
}

div#extraText {
	display: none;
}
#wrap #footer {
	clear: both;
	font-size: 12px;
}

/* Footer navigation */

#footerNavigation {
	display:block;
	width:790px;
	height:34px;
	margin-bottom: 10px;
}

#footerNav li {
	height: 30px;
	float:left;
	margin-right:5px;
	margin-left: 0px;
}

#footerNav a {
	display: block;
	width: 100px;
	height: 0px;
	padding-top: 30px;
	overflow: hidden;
}
/* hack for older versions of IE with incorrect box model */
* html #footerNav a:link, * html #footerNav a:visited {height:30px; he\ight:0;}

#footerNav li {
	background-color: transparent;
	background-repeat: no-repeat;
}
#footerNav a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -130px -90px;
	border: 1px solid #999;
}
#footerNav a:hover {
	background-position:0 0;
	z-index:50;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#footerNav li.lialbum {
	background-image: url(../images/buttons/btn_album.gif);
}
#footerNav a#album {
	background-image: url(../images/buttons/btn_album_over.gif);
}

#footerNav li.licommercial {
	background-image: url(../images/buttons/btn_commercialsite.gif);
}
#footerNav a#commercial {
	background-image: url(../images/buttons/btn_commercialsite_over.gif);
}

#footerNav li.lilogin {
	background-image: url(../images/buttons/btn_login.gif);
}
#footerNav a#login {
	background-image: url(../images/buttons/btn_login_over.gif);
}
.rightImageFloat {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 50px;
	border: 1px solid #FFF;
}
table#request {
	width: 650px;
	margin-bottom: 10px;
}
#request td {
	vertical-align: top;
	font-size: 12px;
	padding: 2px;
}
.emphasistwo {
	text-decoration: underline;
}
div.centredContent {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
