body {
	background: #191717;

}
#container
{
	width:60em;
	margin:0 auto;
	background: #060404;	
}

#header {
	width:60em;
	margin:0 auto;
} 

#body {
	width:60em;
}

a:link { 
	color: #B4ACAC;
}

a:visited { 
	color: #B4ACAC;
}

a:active { 
	color: #B4ACAC;
}

a:hover { 
	color: #B4ACAC;
}


div#header div#logo {
	width:60em;
	height:395px;
}

div#header div#navbar {
	height: 45px;
	width: 60em;
	background: rgb(26, 19, 19);
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: .7;
	position:absolute;
	top: 360px;
}

div#header div#navigation {
	height: 45px;
	width: 60em;
	position:absolute;
	top: 360px;
}

div#logo img {
	border: none;
}

div#header div#navigation ul li :hover
{
	background: #241c1c;
	text-decoration: underline;
	text-shadow: #A49c9c 0 0 0.3em;
}

div#header div#navigation ul {
	list-style:none;
	border: 0 none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 60em;
}

div#header div#navigation ul li {
	display: inline;
}

div#header div#navigation ul li a {
	font-variant: small-caps;
	border:medium none;
	color:#DEE6EA;
	display:block;
	float:left;
	font-size:1em;
	line-height:25px;
	margin:0;
	padding:10px 15px;
	font-size: medium;
	text-decoration: none;
}


div#header div#navigation ul li .selected
{
	background: #241c1c;
	text-decoration: underline;
	text-shadow: #A49c9c 0 0 0.3em;
}

#main {
	width:45em;
	background-image:url('images/background-2.jpg');
	background-repeat: no-repeat;
	padding-top:1em;
	padding-bottom: 1em;
	padding-top: 2em;
}

table {
	background: #1A1313;
	width: 60em;
}

td {
	vertical-align: top;
}

#sidebar {
	margin: 0em;
        height: 100%;
	width: 15em;
	padding-top: 2em;
}

#sidebar ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	border:medium none;
	display:block;
	font-size:1em;
	line-height:1em;
	margin:0;
	padding:0.3em 1em 0.3em 1.5em;
} 

#sidebar ul li :hover
{
	text-decoration: underline;
	text-shadow: #A49c9c 0 0 0.3em;
}

#sidebar ul li a {
	text-decoration: none;
	color:#BCC4C8;	
}

li {
	text-decoration:none;
	font-family: Palatino Linotype;
}

#footer {
	width: 60em;
	height: 4em;
	margin:0 auto;
	clear:both;
	background:#1A1010;
	color: #4A4343;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer #footer-left {
	width: 30em; 
	float: left;
}

#footer #footer-right {
	width: 20em;
	text-align: right;
	float: right;
}

#footer a {
	color: #948C8C;
}


#footer div {
	padding: 0.3em 0.6em;
} 

.text {
	margin: 0;
	padding: 0em 2em 1em 2.5em;
	color: #888888;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 0.3em 0.6em;
	color: #444444;
}

h2 {
	font-style: oblique;
	color: #BBBBBB;
	font-family: Palatino Linotype;
	padding: 0em .5em 0em 1.6em;
	margin-left: .9em;
	margin-top: 0em;
	margin-bottom: 0;
	margin-right: 0;
}

div#sidebar h2 {
	padding: 0;
	font-family: Palatino Linotype;
}

div#content h2 {
	margin-left: 0;
}

.big-image {
	margin-left: 2.5em;	
}

.text ul
{
	list-style-image: url('/images/icons/tick2.png');
}
