@CHARSET "UTF-8";

/*******************************************************************************
 * structure.css
 *
 * This file contains rules for displaying the basic structure of the site.
 *
 * Author: William Madden
 *
 * Copyright (c) JB Interactive, 2008
 ******************************************************************************/

/* -- Body -- */
body {
	background: url(/img/layout/bg-body.gif) repeat-x #978f8e;
	margin: 40px 0 0;
}

/* -- Top Section -- */

#top {
	position: absolute;
	top: 0;
	width: 960px;
	height: 30px;
	margin-left: 50%;
	left: -480px;
	margin-top: 4px;	
	line-height: 25px;
}

/* -- Top Navigation -- */

#links {
	float: left;
	overflow: hidden;
}

#links li {
	padding-top: 5px;
	margin-right: 1em;
	float: left;
}

#links li.selected {
	background: url(/img/layout/bg-body-selected.gif) no-repeat center top;
}

#links a {
	display: block;
	float: left;
	padding: 0 0.5em;
	text-transform: lowercase;
}

/* -- Top Search Form -- */

#search {
	padding-top: 5px;
	float: right;
}

#search form {
	display: inline;
	margin-left: 5px;
}

/* -- Body and Header Structure -- */

#body {
	clear: left;
	width: 960px;
	border: 1px solid #4b4b4b;
	margin: 0 auto;
	background: url(/img/layout/bg-wrap.gif) repeat-x bottom #fff;
	padding-bottom: 17px;
}

#head h1 a {
	display: block;
	padding-top: 139px;
	overflow: hidden;
	background-image: url(/img/layout/bg-header.jpg);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:139;
}