
body{ 
	background: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #000;

	font-size:15px;
	font-family:Tahoma;
	margin:15px;
	margin-top:0px;
	font-weight:normal;
	color:#d3d3d3;
	margin-left:auto;
	margin-right:auto;
	width:905px;
}

#content_left { 
	background: url(img/content.png);
	width:170px;
	margin-bottom:5px;
	padding:5px;
	padding-left:20px;
	text-align:center;
	float:left;


	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content_right { 
	background: url(img/content.png);
	width:170px;
	margin-bottom:5px;
	padding:5px;
	padding-left:20px;
	text-align:center;
	float:right;
	margin-left: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content { 
	background: url(img/content.png);
	width:480px;
	margin-bottom:5px;
	min-height:100px;
	padding:5px;
	padding-left:20px;
	text-align:left;
	float:center;
	margin-left:auto;
	margin-right:auto;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#bar_top { 
	background: url(img/content.png);
	height:35px;
	width:910px;
	padding-top:15px;
	margin-top:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	color:#d3d3d3;
	float:center;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#bar_top a:link, #bar_bottom a:link { 
	margin:0px;
	font-weight:normal;
	text-decoration:none;
	color:#d3d3d3;
}

#bar_top a:hover, #bar_bottom a:hover { 
	margin:0px;
	font-weight:normal;
	text-decoration:none;
	color:#d3d3d3;
}

#bar_top a:visited, #bar_bottom a:visited { 
	margin:0px;
	font-weight:normal;
	text-decoration:none;
	color:#d3d3d3;
}

#logo { 
	background: url(img/content.png);
	height:70px;
	padding-top:25px;
	width:910px;
	margin-top:0px;
	margin-bottom: 10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#d3d3d3;
	font-size:23pt;
	font-weight:normal;
	font-family:Tahoma;

	text-shadow: 5px 4px 2px #394064;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

a { 
	text-decoration:underline;
	color:#d3d3d3;
}

a:hover { 
	text-decoration:none;
	color:#d3d3d3;
}

h1 { 
	font-size: 26px;
	font-family: Tahoma;
	margin: 2px;
	margin-bottom: 4px;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
}
h2 { 
	font-size:22px;
	font-family:Tahoma;
	margin: 2px;
	margin-bottom: 4px;
	padding: 0px;
	font-weight:bold;
	text-decoration: underline;
}


/* naf */

.x {
	position:absolute;
	left:3px;
	top:3px;
	z-index:1;
}
li {
	border-bottom: 1px solid grey;
}
#codetr {
	overflow: auto;
}
#code {
	width: 465px;
	overflow: auto;
	font-family: monospace;
	white-space: nowrap;
}

h1,h2,h3,h4,h5,h6 { margin-top: 0px;padding-top:0px; }
abbr,acronym { cursor: help; border-bottom: 1px dotted #fff; }
::-moz-selection{background:white;color:black;}
::selection {background:white;color:black;}
code::-moz-selection {background:white;color:black;}
code::selection {background:white;color:black;}

span.chat { background-color: black; color: black; }
span.chat:hover { background-color: black; color: white }
