body {
	font-family:Calibri;
	color:#000;
}

div#nav {
	position:absolute;
	z-index:300;
	margin-left:25px;
	margin-right:auto;
	top:159px;
	color:#FF0;
	font-size:14pt;
}

div#main {
	width:580px;
	margin-left:auto;
	margin-right:auto;
}

div#content {
	position:absolute;
	margin-left:5px;
	margin-right:auto;
	z-index:200;
	top:270px;
	width:568px;
	text-align:justify;
}

div#news {
	position:absolute;
	top:200px;
	z-index:300;
	margin-left:3px;
	margin-right:auto;
	color:#CCC;
}

div#footer {
	text-align:center;
	font-size:10px;
	top:685px;
	position:absolute;
	margin-left:120px;
	margin-right:auto;
	z-index:200;
}

img#background {
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px
}

img#cbg_top {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:16px
}

img#cbg_middle {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:261px
}

img#cbg_bottom {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
}

a:link {
	COLOR: #FF0;
}
a:visited {
	COLOR: #FF0;
}
a:hover {
	COLOR: #990;
}
a:active {
	COLOR: #550;
}
	a {
	text-decoration:none
}

* {padding:0; margin:0}

.dropdown {
	float:left;
	padding-right:0px;
}
.dropdown dt {
	width:83px;
	border:0px;
	padding:2px;
	font-weight:bold;
	cursor:pointer;
	background:url(http://www.gfpprojects.com/images/header.gif)
}
.dropdown dt:hover {
	background:url(http://www.gfpprojects.com/images/header_over.gif)
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:87px;
	display:none;
	background:#FF0;
	z-index:200;
	opacity:0
}
.dropdown ul {
	width:87px;
	border:0px;
	list-style:none;
	border-top:none;
}
.dropdown li {
	display:inline;
	text-align:center;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:0px;
	color:#333;
	text-decoration:none;
	background:#FFFFFF;
	width:98px
}
.dropdown a:hover {
	background:#D6D6D6;
	color:#000
}
.dropdown .underline {
	border-bottom:0px
}
