html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	background: #000;
	background-image: url(images/solidBlue.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#inner {
	position: absolute;
	top: 50%;
	margin-top: -186px;
	height: 375px;
	width: 100%;
}

#logo {
	float: left;
	margin: 2px 0 0 -106px;
}

#content {
	float: left;
	width: 380px;
	height: 300px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


body.single #content {
	margin: 0 25px 0 0;
}

#bodyCopy {
	margin: 0;
	padding: 0 50px 0 50px;
	list-style: none;
}

#bodyCopy li {
	height: 300px;
}

.category {
	float: left;
	margin: 0;
	padding: 0;
}

#gallery {
	height: 350px;
	margin: 0 25px 0 0;
	overflow: hidden;
}

#galleryHolder {
	width: 50000px;
	height: 350px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#galleryHolder div {
	float: left;
	height: 350px;
	margin: 0 25px 0 0;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=.5);
}

#galleryHolder div.activeItem {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}

.gallereee {
	margin: 0;
	padding: 0;
}

#contentNav {
	height: 20px;
	margin: 0 10px 0 405px;
	padding: 0;
	list-style: none;
}

#contentNav div {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#contentNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentNav ul li {
	margin: 0;
	padding: 0;
	line-height: 10px;
	float: left;
}

#contentNav a{
	color: #666;
	text-decoration: none;
}

#contentNav .it a{
	color: #fff;
}

#contentNav a:hover{
	color: #00f;
}

#contentNav p {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
}

#prev {
	float: left;
	width: 25px;
	height: 350px;
	background: url(images/galleryArrows.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#next {
	float: right;
	width: 25px;
	height: 350px;
	margin: -350px 0 0 0;
	background: url(images/galleryArrows.gif);
	background-position: -50px 0px;
	background-repeat: no-repeat;
}

#prev:hover {
	background-position: -25px 0px;
}

#next:hover {
	background-position: -75px 0px;
}

#prev.buttonHide {
	background: none;
}

#prev.buttonHide:hover {
	background: none;
}

hr.light {
	color: #00f;
	background-color: #00f;
	border: none;
	height: 1px;
}

hr.thick {
	color: #00f;
	background-color: #00f;
	border: none;
	height: 5px;
}

a {
	color: #fff;
}

a:hover {
	color: #00f;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

p {
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	margin: 8px 0 8px 0;
	padding: 0;
}

p.jibby {
	font-size: 10px;
}

h1, h3 {
	font-family: helvetica,arial;
	font-size: 16px;
	line-height: 17px;
	color: #02f;
	padding: 0;
	margin: 0;
}

h2, h4 {
	font-family: helvetica,arial;
	font-size: 12px;
	line-height: 17px;
	color: #02f;
	padding: 0;
	margin: 0;
}