@CHARSET "ISO-8859-1";

body {
	background-color: gray;
	font-family: 'Lucida Grande',  'LucidaGrande', 'Arial', sans-serif;
	color: #bbb; 
}

h1, h2, h3 {
	color:#bbb;
}

#container {
	background: black url("../images/tiderian_logo.gif") no-repeat top right;
	width: 950px;
	margin: auto;
	min-height: 580px;
	border: 1px solid white;
	}

#header {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 100%;
	float: left;
	margin-top: 150px;
}

#menu {
	padding-top: 14px;
	list-style: none;
	}

#menu li {
	display: inline;
	padding-right: 10px;
	}
	
#menu li a {
	color: #bbb;
	text-decoration: none;
	}

#menu li a:hover {
	border-bottom: 1px dashed white;
	color: white;
	}

#menu li.current {
	color: white;
	border-bottom: 1px dashed white;
	}

#content {
	clear: both;
	float: left;
	background-color: black;
	margin: 0px 0px 0px 40px;
	min-height: 300px;
	width: 500px;
}

#content p {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

#content a {
	font-weight: normal;
	border-bottom: 1px dashed #bbb;
	color: #bbb;
	text-decoration: none;
}

#content a:hover {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
	
#footer {
	clear:both;
	left : 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #black;
}

#footer p {
	font-size: 60%;
	background-color: #black;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 40px;
}