body {
	margin: 0px;
        background: #000000 url(images/bg_texture.jpg) no-repeat;
}

* html #header {
    border-bottom-style: solid;
}
#nav {
	opacity: 0.60;
	filter: Alpha(Opacity=60);
	position: absolute;
	left: 10px;
	top: 5px;
	text-align: center;
}

#nav ul {
	list-style-type: none;
	margin: 5px;
	text-align: right;
	opacity: 1;
	filter: Alpha(Opacity=100);
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	opacity: 1;
	filter: Alpha(Opacity=100);
}

#title .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 15px;
	border-top: 1px none #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px none #999999;
	border-left: 1px dotted #999999;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 2px;
}

#content_body {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact {
    font-size: 14px;
    font-family: verdana, helvetica;
}
#contact a {
    text-decoration: none;
    color: #DDD;
}
#contact a:hover {
    background: #999;
}
