@charset "utf-8";
/* CSS Document */


/* Basic */

* {
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #a1a1a1;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #000000; !important
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

hr {
	color: #5F3837;
	background-color: #5F3837;
	height: 1px;
 	border: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
}

/* Main Container */

.tm {
	height: 12px;
	background-image: url(../images/tm.png);
	background-repeat: repeat-x;
}

.bm {
	height: 12px;
	background-image: url(../images/bm.png);
	background-repeat: repeat-x;
}

.lm {
	width: 12px;
	background-image: url(../images/lm.png);
	background-repeat: repeat-y;
}

.rm {
	width: 12px;
	background-image: url(../images/rm.png);
	background-repeat: repeat-y;
}

.mm {
	background-image: url(../images/mm.png);
	background-repeat: repeat;
}

.clear {
	clear: both;	
}

/* Text */

.txt_grey_dark {
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #434343;
}

/* Containers */

.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 1110px;
	height: 860px; !important
}

.left {
	height: 80px;
	width: 190px;
	padding-top: 720px;
	padding-left: 70px;
	padding-bottom: 20px;
	float: left;
}

.right {
	width: 770px;
	padding-right: 80px;
	float: right;
}

.logo {
	padding-right: 10px;
	padding-top: 49px;
}

.menu {
	height: 20px;
}

.container {
	height: 280px;
	overflow: auto;
	margin: 5px;
	padding: 5px;
}

.footer {
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	position: relative;
}

/* Links */

a {
	text-decoration: none;
	color: #a1a1a1;
}

a:hover {
	color: #990000;
}

.active {
	text-decoration: none;
	color: #990000;
}

