body {
background-color: #000a01;
background-image: url("https://www.transparenttextures.com/patterns/low-contrast-linen.png");
	color: #2c2c2c;
	font-family: verdana; 
	font-size: 11px; 
	text-align: justify;
	margin: 0px; 
	padding: 0px;
	}

#container {
	width: 1350px;
	border: 0px solid #888;
	margin: 0 auto;
	margin-top: 0px;
	}

/*/ HEADER /*/

#header {
	height: 25px;
	background-color: #363636;
	text-align: center;
	position: relative; 
	margin: 0 auto; 
	clear: both; 
	}

#headerbar
{
	width:936px;
	background-color:#68071a;
	height:30px;
	display: table-cell;
	vertical-align: middle;
	padding-right:25px;
	text-align:right;
	color:#fff;
	text-decoration:none;
}
	

#navigation {
	height: 30px; 
	width: 845px;
	position: relative; 
	margin: 0 auto;
	clear: both; 
}

/*/ TABLES /*/

#tableart {
	border: 1px dashed #47383b;
	border-collapse: collapse;
	margin-bottom:8px;
}

#tableart th {
	border: 1px solid #363636;
	background-color:#363636;
	text-align:center;
	color:#fff;
	font-family: verdana;
	font-size: 10px;
	vertical-align:middle;
	padding:5px;
}

#tableart td {
	text-align:center;
	border: 1px solid #363636;
	background-color:#fff;
	padding:10px;
	font-family: verdana;
	font-size: 10px;
}

#content {
	width: 931px;
	float: left;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 15px;
	background-color:#c4c4c4;
	}

#entry {
	background: #fff;
	border:1px solid #efefef;
	padding: 10px;
	line-height:140%;
	}
	
/*/ NAVBOX /*/
	
.boxtext
{
text-align: justify;
font-family: verdana;
font-size: 10px;
padding-left: 10px;
padding:10px;
padding-top:10px;
padding-bottom:10px;
color:#8b8b8b;
border: 0px;
}

.boxlinks {
   margin-left:20px;
   margin-bottom:-5px;
   margin-top:0px;
}
 
.boxlinks a {
    font-family: verdana;
    font-size:10px;
    background: none repeat scroll 0% 0% #363636;
    padding: 5px;
    display: block;
    width: 171px;
    text-align: left;
    color: #fff;
    margin-bottom:4px;
	text-decoration:none;
}
 
.boxlinks a:hover {
    font-weight:bold;
    color: #fff;
	background:#68071A;
}



/*/ FOOTER /*/

#footer {
	height: 30px;
	background-color: #68071a;
	text-align: center;
	padding: 5px;
	clear: both;
	}


/*/ LINKS /*/
	
a:link, a:active, a:visited {
	color: #fff; 
	text-decoration: none; 
	}

a:hover {
	color: #fff;
	}


	
/*/ HEADERS /*/

h1 {
	color: #883C4B;
	font-family: verdana;
	font-size: 20px;
	font-weight: none;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -2px;
	padding: 2px;
	padding-right: 2px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #363636;
	}
	
h2 {
	color: #363636;
	font-family: verdana;
	font-size: 14px;
	font-weight: none;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 2px;
	padding-right: 2px;
	margin-top: -13px;
	}
	
h3 {
	color: #363636;
	font-family: verdana;
	font-size: 14px;
	font-weight: none;
	letter-spacing: -1px;
	padding: 2px;
	padding-right: 2px;
	text-transform: lowercase;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 5px;
	text-align: right;
	float: right;
	border-bottom: 1px solid #68071A;
	width: 80%;
	}

b {color:#822e40;}
i {color:#919191; font-style: normal; font-weight:bold;}
u {color:#822e40; text-decoration:none; border-bottom:2px dotted #883C4B;}

blockquote {
	background-color: #fff; 
	color: #822E40;
	font-style: italic;
	border-top: 1px dashed #B14F66;
	border-bottom: 1px dashed #B14F66;
	padding: 6px;
	}

input, submit, textarea, select {
	background-color: #fff; 
	color:#822E40;
	font-family: "verdana"; 
	font-size: 11px; 
	border: 1px solid #822E40;
	margin:0px;
	padding:3px;
	}

ul, ol {
	padding-right: 25px;
}
.highlightCard {
	border: 2px solid #68071A;
	background: #68071A;
}
.dimmedCard {
	opacity:0.3;
	filter:alpha(opacity=30);
}


.centered {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#sidebar {
	width: 316px;
	float: left;
	margin: 4px;
	padding:0px;
	margin-right:35px;
	}


::selection {background: #eaf1fa; /* WebKit/Blink Browsers */}
::-moz-selection {background: #eaf1fa; /* Gecko Browsers */}