.oneColLiqCtrHdr #container {
	width: 1024px;  /* this will create a container 80% of the browser width */
	
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #686666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: url(images/bg-main.jpg);
	
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/transparant.png );
	color: #ffffcc;
	
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(menu/chrometheme/chromebg.gif);
	height: 30px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}

body {
/*background:url(images/background.jpg) no-repeat; */
  background: url(images/bg-main.jpg) no-repeat;
  background-color: #000000;
  color: ffffcc;
  margin: 0px;
  border: 0px;
  padding: 0px;
}
.framework {
  font: 10pt Verdana, Arial, Helvetica, sans-serif;
  color: ffffcc;
  text-align: left;
  vertical-align: top;
  margin: 0px;
  border: 0px;
  padding: 0px;
}
.nlsquadtitle {
  font: 12pt Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}
a.nlsquad,a.nlsquad:active,a.nlsquad:visited {
  color: #fddd7d;
  text-decoration: none;
}
a.nlsquad:hover {
  text-decoration: underline;
}
body, div, th, td, td, input {
  font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
img {
  border: 0px;
}
h1 {
  font: 13pt Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  text-align: center;
}
h2 {
  font: 11pt Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px;
  text-align: left;
}
legend {
  color: #fddd7d;
}
a {
  text-decoration: none;
  color: #fddd7d;
}
a:hover {
  text-decoration: underline;
}

legend {
  font: 7pt Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffcc;
}
fieldset {
  text-align: left;
  color: #ffffcc;
}
.tip {
  background: #ffffcc;
  color: #000000;
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
.tip td {
  padding-right: 2px;
  color: #000000;
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.tip span.name {
  font: 12pt Arial;
  font-weight: bold;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ffffcc;
padding: 4px;
border: 2px solid #333333;
z-index:100;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

/* teamspeak */
#tsbody{
    width: 300px; /* Plugin width */
    background-color:transparent; /* Background color */
    margin:0;
    padding:0;
}

#tsbanner{
    width: 300px; /* Banner width */
}

#tsbody h2{
    font-size:18px; /* Font size server name */
    color: #ffffcc; /* Font color server name */
    margin-top:5px; /* Server name distance to the top */
    margin-bottom:5px; /* Server name to the bottom */
}

#tsbody h3{
    margin-top:5px; /* IP distance to the top */
    margin-bottom:5px; /* IP distance to the bottom */
}

#tsbody h3 a{
    text-decoration:none;
    color:black; /* Font color IP */
    font-size:16px; /* Font size IP*/
    padding:0;
}


.useron{
    font-size:12px; /* Font size User online */
    color:#ffffff; /* Font color headline: User online */
    margin-top:10px; /* User online distance to the top */
    margin-bottom:10px; /* User online distance to the bottom */
}


.tsca{
    color:#ffffcc; /* Font color channel name */
    font-size:14px; /* Font size channel name */
    float:left;
    min-width:20px;
}

.tsna{
    color:#ffffcc; /* Font color user name */
    font-size:14px; /* Font size user name */
    float:left;
    min-width:20px;
}

#legend h3{
    font-size:14px; /* Font size headline: Legend */
    color:black; /* Font color headline: Legend */
    margin-top:15px; /* Legend headline distance to the top */
    margin-bottom:5px; /* Legend headline distance to the bottom */
}


.tsle{
    color:#ffffcc; /* Font color Legend text */
    font-size:14px; /* Font size Legend text */
    min-width:20px;
    float:left;
}

#ts3stats h3{
    font-size:14px; /* Font size headline: Statistic */
    color:#ffffcc; /* Font color headline: Statistic */
    margin-top:15px; /* Statistic headline distance to the top */
    margin-bottom:5px; /* Statistic headline distance to the bottom */
}

#ts3stats table td{
    font-size:12px; /* Font size text Statistic */
    color:#ffffcc; /* Font color text: Statistic */
    text-align:left;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;

}


.tsleer{
    width:20px;
    float:left;
}

#tscont{
    text-align:left;
}





