/* CSS Document */
/* ------------------------------------- */

html {
	min-height: 100%
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
}

p {
	font-size: 1em;
	color: #222;
	line-height: 1.4em;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 2em;
	font-style: italic;
}

h2 {}

h3 {}

strong {
	color: #000;
	font-weight: bold;
}

hr {
	background: url(../images/bg-hr.jpg) repeat-y;
	border: none;
}

img {
	border: 0;
}

ul {
	list-style: square;
}


/* HYPERLINKS */
/* ------------------------------------- */

a {
	color: #362f2d;
	text-decoration: underline;
	outline: 0;
	border: 0;
} 

a:hover {
	color: #777;
	text-decoration: none;	
}


/* IDS */
/* ------------------------------------- */

#bg-top {
	position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
	height: 860px;
	background: url(../images/bg.jpg) repeat-x;
}


#container {
	position: relative;
	left: 50%;
	margin: 0 0 0 -411px;
	padding: 80px 61px 0 61px;
	width: 700px;
	height: 700px;
	background: url(../images/content-bg.jpg) no-repeat;
}

#header {
	margin: 0;
}

#navigation {
	margin: 10px 0 0 0;
}

#content {
	margin: 20px 0 20px 0;
}

#left {
	width: 188px;
	float: left;
}

#right {
	padding: 22px;
	width: 442px;
	height: 476px;
	float: right;
	border: 1px solid #9ac5da;
	background: url(../images/text-bg.jpg) repeat-x #9ac5da;
	overflow: auto;
}

#footer {
	margin: 10px 20px 0 20px;
	padding: 5px;
	clear: both;
	border-top: 2px solid #c5a687;
}

#badges {
	margin: 10px 0 0 0;
	text-align: center;
}


/* CLASSES */
/* ------------------------------------- */

.clear {
	clear: both;
}

.left {
	margin: 0 15px 0 0;
	float: left;
}

.right {
	margin: 0 0 0 15px;
	float: right;
}


/* NAVIGATION */
/* ------------------------------------- */

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a {
	margin: 0 1em 0 1em;
	font-size: 1.2em;
	color: #3b3a3a;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation a:hover {
	color: #6b8fa1;
}

#navigation .current a {
	font-weight: bold;
}

/* MISC STYLES */
/* ------------------------------------- */

#title {
}

#title a {
	color: #3b3a3a;
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#title a:hover {
	color: #6b8fa1;
}

.top-hr {
	height: 17px;
}

.bottom-hr {
	height: 8px;
}

#badges img {
	margin: 0 10px 0 10px;
}


/* ATTRIBUTION */
/* ------------------------------------- */

#jlb {
	position: relative;
	left: 50%;
	margin-left: 340px;
	width: 65px;
	height: 22px;
	background: url(../images/jlb-over.gif);
}

#jlb a, #jlb img {
	border: 0;
}

#jlb a {
	display: block;
	width: 65px;
	height: 22px;
	background: url(../images/jlb.gif);
}

#jlb a:hover {
	background: none;
}