BODY 
{
	font-family:sans-serif;
	margin: 0px;
	background: #111 url(/files/images/bg.gif) repeat;
	font-size: 14px;
	color: #666;
}

IMG
{
	border: 0;
}

H1, H2, H3 {
	color: #fff;
	font-weight: bold;
}

H1 {
	font-size: 19px;
	border-bottom: solid 1px #666;
	padding-bottom: 0;
	text-align: center;
}

H1 span {
	position: relative;
    top: 4px;
}

H2 {font-size: 16px;}
H3 {
	font-size: 14px;
	margin: 0;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #f3b020;
}

strong {
	color: #fff;
	font-weight: normal;
}

ul {
	list-style-type: square;
	color: #fff;
	padding-left: 1em;
	margin-left: 1em;
	margin-top: 4px;
}

li {
	margin-bottom: 4px;
}

li span {
	color: #666;
}

dt {
	margin-bottom: 4px;
}

dd {
	margin-left: 0;
	border-left: 1px none #fff;
}
div#header, div#title, div#menu, div#footer, div#footer_left, div#footer_right {
	position: fixed;
}

div#header {
	left: 0;
	top: 0;
	height: 70px;
	width: 100%;
	background: url(/files/images/header.png) repeat-x;
	z-index: 1;
}

div#title {
	top: 0;
	left: 0;
	text-align: left;
	font-size: 30px;
	color: #fff;
	padding-left: 5px;
	padding-top: 5px;
	z-index: 2;
}

div#menu {
	top: 0;
	right: 20px;
	text-align: right;
	font-size: 10px;
	color: #666;
	padding-right: 0px;
	padding-top: 7px;
	z-index: 2;
}

div#w3c {
    position: absolute;
	bottom: 0;
	left: 20px;
	text-align: left;
	font-size: 10px;
	color: #666;
	padding-left: 0px;
	padding-bottom: 7px;
	z-index: 2;
}

div#content {
	margin-left: 75px;
	margin-right: 75px;
	padding-bottom: 50px;
	position: absolute;
	top: 55px;
}

div#footer {
	left: 0;
	bottom: 0;	
	height: 70px;
	width: 100%;
	background: url(/files/images/footer.png) repeat-x;
	z-index: 1;
}

div#footer_left {
	height: 30px;
	left: 7px;
	bottom: 3px;
	z-index: 2;
}

div#footer_right {
	height: 30px;
	right: 7px;
	bottom: 3px;
	z-index: 2;
}
