/*
 * global styles
 */

* {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#F8F8EF;
	letter-spacing:1px;
}

body {	background: black;
}

a {
	color:#CCCCCC !important;
}
a:hover {
	color:#B90000 !important;
	text-decoration:underline !important;
}

/*
 * boxes
 */

#container {	width: 790px;
	margin: 0 auto;
}

#header {	height: 150px;
	text-indent: -5000px;
	overflow: hidden;

	font-size: 18px;
	background: url('../images/heading_home.gif');
}

#menu,
#content,
#footer {
	padding-left: 20px;
}

#content {
	padding: 25px 20px 20px 20px;
}

#footer {
	color: #B90000;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	padding: 15px 20px;
}

#leftcol {	float: 		left;
	width: 		200px;
}
#leftcol img {	padding: 	4px;
	border: 	1px solid #B49B9B;
}
#rightcol {	float: 		right;
	width:		550px;
}
.image #leftcol {	width: 310px;
	text-align: center;
	padding-right: 40px;
}
.image #leftcol img {	margin-bottom: 5px;
}
.image #rightcol {
	width: 		400px;
}

.hr {	 background: url('../images/hr.gif');
	 clear: both;
	 height: 2px;
	 font-size: 0; /* IE */
}
.hr#last {	margin-bottom: 2em;
}

/*
 * menu-items
 */

#menu li {
	padding: 15px 5px 15px 0;
 	float: left;
 	list-style-type: none;
 	color: #B90000;
	font-weight: bold;
}

#menu li,
#menu li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#menu li a {
	color: #CCCCCC;
}
#menu li a:hover {
	color: #B90000;
	text-decoration: underline;
}

#menu li.selected,
#menu li {
	color: #B90000;
}

/*
 * content-items
 */

#content h1 {
	font-size: 16px;
	color:#B90000;
	margin-bottom: 1em;
}
#content h1 a img {	border: 0;
}
#content p,#content ul {
	line-height: 18px;
	margin-bottom: 1em;
	text-align: justify;}
#content ul {
  list-style: none;
  margin-top:5px;
  margin-left:8px;
}
#content #leftcol ul {	margin-top: 38px;	margin-left: 0;
	text-align: left;
}

#content li {
  padding-left: 14px;
  background: url(../images/bullet.gif) no-repeat 0 5px;
}

#smallfooter {
	width: 790px;
	margin: 0 auto;
	text-align: center;
	}
