body
{
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
	background-color: #262626;
	background-image: url(img/background-lines.png);
}

a
{
	color: #BC0A0C;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
}

table td
{
	padding: 0;
	margin: 0;
}

th
{
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

p
{
	margin: 4px 0;
}

ul
{
	list-style-type: square;
}

h1
{
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
}

h2
{
	margin: 10px 0 10px 0;
	font-size: 15px;
	font-weight: normal;
	font-style: italic; 
	text-transform: uppercase;
}

img
{
	border: 2px #262626 solid;
}

div.item
{
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

div.item .description
{
	float: left;
	width: 500px;
	text-align: left;
}

div.item .image
{
	float: right;
	width: 150px;
	text-align: center;
	font-weight: bold;
}

div.item .image img
{
	max-width: 150px;
}

.description
{
	clear: both;
	text-align: right;
}

.highlight
{
	color: #BC0A0C;
	font-weight: bold;
	text-transform: uppercase;
}

.line
{
	border-left: 2px #262626 solid;
	padding-left: 10px;
	margin-left: 15px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#navigation
{
	width: 960px;
	margin: 20px auto 0 auto;
	padding: 0 20px;
	clear: both;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

#navigation li
{
	float: left;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	background-image: url(img/background-dark.png);
	background-repeat: repeat;
}

#navigation li a
{
	text-decoration: none;
}

#navigation li a:hover
{
	color: #FFF;
}

#header
{
	clear: both;
	min-width: 1000px; /* 960px + 2*20px padding */
	height: 160px;
	background-image: url(img/background-dark.png);
	background-repeat: repeat;
}

#header #logo
{
	width: 960px;
	height: 160px;
	margin: 0 auto;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: 30px 10px;
}

#content
{
	width: 960px;
	margin: 20px auto 20px auto;
	padding: 0 20px;
	overflow: hidden;
}

#content #main
{
	float: left;
	width: 700px;
	padding: 10px 20px;
	background-image: url(img/background-light.png);
	background-repeat: repeat;
}

#content #sidebar
{
	float: right;
	width: 200px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

#content #sidebar a
{
	padding: 2px;
	display: block;
}

#content #sidebar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content #sidebar ul a
{
	color: #FFF;
}

#content #sidebar ul a.sub
{
	font-weight: normal;
	color: #999;
}

#content #sidebar ul a:hover
{
	color: #AAA;
}

#content #sidebar ul a.sub:hover
{
	color: #666;
}

#content #motto
{
	padding: inherit;
	margin: inherit;
	border: none;
	list-style-type: none;
}

#content #motto li:first-letter
{
	color: #BC0A0C;
	font-size: 120%;
	font-weight: bold;
}

#footer
{
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #BC0A0C;
	font-weight: bold;
	background-image: url(img/background-dark.png);
	background-repeat: repeat;
	text-decoration: none;
	text-transform: uppercase;
}
