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

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#060;
	background-image:url(/includes/filemanager/files/background.png);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat:repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#whole{
padding:13px;
width:786px;
border-left:2px solid #999999;
border-right:2px solid #999999;
margin:0px auto;
background-color: #FFF;
}

#banner{
width:786px;
display:block;
padding-bottom:5px;
margin-bottom:5px;
clear:both;
position:relative;
border-bottom:2px solid #339933;
}

#navBar{
color:#999999;
display:block;
width:786px;
position:relative;
clear:both;
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid #999999;
height:26px;
font-weight:bold;
margin-bottom:5px;
}

#navBar a:link, #navBar a:hover, #navBar a:visited{
text-decoration:none;
}

#wholeContent{
width:786px;
display:block;
clear:both;
padding-bottom:5px;
padding-top:0px;
position:relative;
border-bottom:2px solid #339933;
margin-bottom:5px;
}

#contentLeft{
float:left;
clear:left;
display:block;
position:relative;
width:195px;
padding-right:5px;
}

#contentRight{
float:right;
display:block;
position:relative;
clear:right;
width:581px;
padding-right:5px;
}

#footer{
color:#999999;
display:block;
width:786px;
position:relative;
clear:both;
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
}

#footer a:link, #footer a:hover, #footer a:visited{
text-decoration:none;
}

.emptyNeeded{
width:786px;
position:relative;
clear:both;
display:block;
height:1px;
}

a:link, a:hover, a:visited{
color:#999999;
}

h1{
font-size:18px;
color:#999999;
padding-bottom:10px;
}

h2{
font-size:14px;
color:#999999;
}

h3{
color:#999999;
}