html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-color: black;
	background-image: url(img/bg4.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: verdana, arial, sans;
	font-size: 11px;
	color: #727272;
}

a img {
	border: 0;
}

#maincontainer {
	width: 980px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	background-color: black;
	background-image: url(img/contentbg1.jpg);
	border-left: 1px dotted #211d27;
	border-right: 1px dotted #211d27;
}

.breaker {
	clear: both;
}

.boxheadline {
	display: block;
	width: 100%;
	margin-bottom: 2px;
	font-family: tahoma;
	font-size: 14px;
	color: #605a67;
}

#header {
	height: 170px;
	background-image: url(img/headerbg1.jpg);
}

#sitelogo {
	margin: 55px 0 0 30px;
}

#mainmenu {
	width: 100%;
	height: 27px;
	background-image: url(img/mainmenubg1.jpg);
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu ul li {
	float: left;
	padding: 2px 0 0 20px;
}

#mainmenu ul li a {
	background-image: url(img/mainmenulinkbg.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
	font-family: tahoma, arial, sans;
	font-size: 18px;
	letter-spacing: -1px;
	text-decoration: none;
	color: #514b58;
}

#mainmenu ul li .current {
	color: #7e7884;
}

#mainmenu ul li a:hover {
	color: #736e79;
}

#col1 {
	width: 20%;
	float: left;
}

#submenu {
	width: 100%;
	margin: 10px 0 0 10px;
	padding: 0 4px 4px 0;
	border-right: 1px dotted #342f3a;
	border-bottom: 1px dotted #342f3a;
	color: #3d3645;
}

#submenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#submenu ul li {
	
}

#submenu ul li a {
	display: block;
	width: 100%;
	font-family: tahoma, arial, sans;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: -1px;
	text-decoration: none;
	color: #514b58;
}

#submenu ul li a:hover {
	color: #6b6672;
}

#whoison {
	width: 100%;
	margin: 20px 0 0 10px;
	padding: 0 4px 4px 0;
	border-right: 1px dotted #342f3a;
	border-bottom: 1px dotted #342f3a;
}

#teamspeak {
	width: 100%;
	margin: 20px 0 0 10px;
	padding: 0 4px 4px 0;
	border-right: 1px dotted #342f3a;
	border-bottom: 1px dotted #342f3a;
}

#chatinfo {
	width: 100%;
	margin: 20px 0 0 10px;
	padding: 0 4px 4px 0;
	border-right: 1px dotted #342f3a;
	border-bottom: 1px dotted #342f3a;
}

#chatinfo h2 {
	margin: 0;
	margin-bottom: 2px;
	font-family: tahoma;
	font-size: 14px;
	color: #605a67;
}

#chatinfo a {
	border-bottom: 1px dotted #514b58;
	text-decoration: none;
	color: #514b58;
}

#col2 {
	width: 75%;
	float: right;
}

#content {
	margin: 10px 10px 0 0;
	padding: 0 10px 4px 10px;
	border-left: 1px dotted #342f3a;
	border-bottom: 1px dotted #342f3a;
}

h1, h2 {
	margin: 0;
	margin-bottom: 4px;
	font-family: tahoma, arial, sans;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #736e79;
}

#content1col {
	width: 100%;
	margin: 10px 10px 0 0;
	padding: 0 4px 4px 4px;
	/* border-left: 1px dotted #342f3a;
	border-bottom: 1px dotted #342f3a; */
}

#pagetext a {
	/* text-decoration: none;
	border-bottom: 1px dotted #bebebe; */
	color: #6b6b6b;
}

#footer {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-family: verdana, sans;
	font-size: 10px;
	color: #423f45;
}

#footer a {
	color: #423f45;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
}

#footer ul li ul {
	margin: 0;
	padding: 0;
}

#footer ul li ul li {
	float: left;
}

