/* BoJo Brownz 3.01.08 */

* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #FEFFA4;
	background: #000 url(images/bodyBackground.jpg) no-repeat;
	}

h1 span {
	display: none;
	font-size: 13px;
	}

h2 span {
	display: none;
	font-size: 11px;
	}

h3,h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 89px 10px 125px;
	}

p {
	font-size: 11px;
	line-height: 1.3em;
	text-align: justify;
	padding: 0 89px 10px 125px;
	}

img {
	border: 0;
	}

#content ul {
	font-size: 11px;
	list-style: none;
	padding: 0 89px 10px 135px;
	}

#content li {
	padding: 0 0 4px 0;
	}

#content a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted white;
	}
	
#content a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
	}
	
/* PAGE CONSTRUCTION */

#container {
	margin: 0 auto 0 auto;
	width: 500px;
	background-color: #000;
	}

#header {
	height: 257px;
	background: url(images/headerBackground.jpg) no-repeat;
	}

#content {
	background: url(images/contentBackground.jpg) no-repeat top;
	}

#homeGallery {
	margin: 0 43px 0 125px;
	}

*+html #homeGallery {
	margin: 0 89px 0 125px;
	}

html>/**/body #homeGallery {
	margin: 0 89px 0 125px;
	}

#homeGallery p {
	padding: 0 0 10px 0;
	text-align: center;
	}

#homeGallery img {
	background-color: #fff;
	padding: 1px;
	margin: 0 0 2px 0;
	border: 1px solid #FEFFA4;
	}

#homeGallery a {
	border: 0;
	}

/* MENU */

#mainnavigation {
	position: relative;
	right: auto;
	width: 500px;
	height: 41px;
	background: url(images/menuWorking.jpg) no-repeat;
	top: 0;
	left: 0;
	}

#mainnavigation li {
	position: absolute;
	list-style: none;
	}

#mainnavigation li, #mainnavigation a	{
	height: 41px;
	display: block;
	}

#mainnavigation span {
	display: none;
	}

#menuOne {
	top: 0px;
	left: 122px;
	width: 37px;
	}

#menuTwo {
	top: 0px;
	left: 178px;
	width: 64px;
	}

#menuThree {
	top: 0px;
	left: 262px;
	width: 53px;
	}

#menuFour {
	top: 0px;
	left: 334px;
	width: 78px;
	}

#menuOne a:hover	{background: transparent url(images/menuWorking.jpg) -122px -41px no-repeat;}

#menuTwo a:hover	{background: transparent url(images/menuWorking.jpg) -178px -41px no-repeat;}

#menuThree a:hover	{background: transparent url(images/menuWorking.jpg) -262px -41px no-repeat;}

#menuFour a:hover	{background: transparent url(images/menuWorking.jpg) -334px -41px no-repeat;}

/* GALLERY */

#photoBox a {		
	border: none;
	}

#photoBox a img {		
	border: 1px solid #000;
	margin: 8px 0 7px 13px;
	padding: 1px;
	background-color: #fff;
	}

#photoBox {
	margin: 0 89px 10px 120px;
	}

/* FOOTER */

#footer {
	height: 107px;
	background: url(images/footerBackground.jpg) no-repeat;
	clear: both;
	}

#left {
	float: left;
	font-size: 9px;
	margin: 90px 0 0 125px;
	}

