/* Eric Meyer's CSS Reset (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* Site CSS below */

body {
	font:						11px/20px arial,sans-serif;
	}

a.splashLink {
	float:						left;
	margin-top:			350px;
	margin-left:			40px;
	}

.splash {
	display:					none;
	}

.logo {
	float:						left;
	margin:					38px 0 0 38px;
	}

.logo h1 {
	display:					none;
	}

.main {
	clear:					left;
	min-height:			500px;
	}

.menu {
	float:						left;
	margin-top:			53px;
	margin-left:			40px;
	width:					196px;
	}

.menu a {
	color:					#000;
	text-decoration:		none;
	}

.menu a:hover, .menu a.on {
	color:					#6c9449;
	}

.content {
	position:				relative;
	float:						left;
	width:					630px;
	margin-top:			53px;
	}

.gallery {
	float:						left;
	width:					630px;
	}

.gallery p.nav {
	float:						left;
	width:					630px;
	height:					25px;
	}

.gallery p.nav a {
	color:					#000;
	font-size:				11px;
	text-decoration:		none;
	}

.gallery p.nav a:hover {
	color:					#6c9449;
	}

.gallery p.images {
	margin-bottom:		8px;
	}

 .gallery p.title {
	color:					#555;
	margin-bottom:		18px;
	}

.gallery.sybella_r_perry {
	height:					533px;
	}

.statement p {
	margin-bottom:		18px;
	}

.statement a, .gallery a {
	color:					#6c9449;
	}

.footer p.centreeleven {
	float:							left;
	width:						80px;
	height:						38px;
	margin-left:				800px;
	margin-top:				100px;
	}

.footer p.centreeleven b {
	float:							left;
	margin-right:				6px;
	font-size:					9px;
	color:						#999;
	margin-top:				3px;
	}

.footer p.centreeleven a.cemark {
	float:							left;
	display:						block;
	width:						28px;
	height:						18px;
	background:				url("../images/cemark.gif") no-repeat;
	}

.footer p.centreeleven a.cemark:hover {
	background:				url("../images/cemark.gif") -28px 0 no-repeat;
	}

a.cemark b {
	display:						none;
	}

