/* CSS Document */
/* General CSS items */

body {
	margin:0;
	background-color:#000000;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

UL {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
}

LI {
	list-style: none;
	border-bottom: solid 1px #333333;
}

LI a {
	height: 15px;
	text-decoration: none;
}

li a:link, li a:visited {
	color: #666666;
	display: block;
	background-color: #000000;
	padding: 5px 0 5px 1px;
}

LI a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #33CCCC;
	padding: 5px 0 5px 1px;
}

LI a:hover span {
	color: #000000;
}

.ref {
	padding-left: 15px;
	color: #CCCCCC;
}
	
#wrapper {
	width:100%;
	height:100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer {
	clear: both;
	height:27px;
	text-align: center;
	color: #333333;
	padding: 40px 0 0 0;
	font-size: 10px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #333333;
}

#footer a:hover {
	text-decoration: none;
	color: #33CCCC;
}

#top {
	height: 57px;
}

#logo {
	background-image: url(../img/bg_logo.jpg);
	background-repeat: repeat-x;
}

#content {
	padding: 20px 0 0 0;
	width: 214px;
	text-align: justify;
	line-height: 18px;
	color: #CCCCCC;
}

A {
	text-decoration: underline;
	color: #33CCCC;
}

A:hover {
	text-decoration: none;
	color: #33CCCC;
}

.green {
	color: #33CCCC;
}

/* CSS items for IE */

