﻿@charset "utf-8";
/* CSS Document */


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-image: none;
	background-color: #333333;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	padding-bottom: 5px;
}


#wrapper{
	width: 850px;
	height: 679px;/* 679px */
	background-color:#FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000000;
	position: relative;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
}


#logo{
	background-image: url(images/gfd_logo.gif);
	height: 104px;
	width: 225px;
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	margin-left: 45px;
	padding-top: 20px;
}

#logo a{
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 114px;
}

#logo a h1{
	display: none;
}

#navart {
	height: 121px;
	width: 524px;
	position: absolute;
	background-image: url(images/above_buttons.png);
	margin: 0;
	top: 5px;
	left: 320px;
}

#address_bar {
	background-color: #000000;
	height: 22px;
	width: 850px;
	color: #FFFFFF;
	position: absolute;
	top: 130px;
	padding-top: 5px;
	background-position: center;
	background-image: url(images/address_bar.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

#slideshow {
	height: 324px;
	width: 560px;
	position: absolute;
	left: 290px;
	top: 157px;
	margin: 0px;
	z-index: 0;
}

#smile_theme {
	background-image: url(images/smile_theme.gif);
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	height: 324px;
	width: 290px;
	top: 157px;
}

#menu {
	width: 100%;
	float: left;
	background-color: #eee;
	z-index: 1000;
}

.welcome_text {
	background-color: #000000;
	padding: 15px;
	position: absolute;
	top: 480px;
	color: #FFFFFF;
	width: 820px;
	margin: 0px;
	height: 168px;
}

#footer {
	position: absolute;
	height: 32px;
	width: 850px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
	margin-top: 1px;
	top: 679px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #000000;
	padding-top: 6px;
}

.menu_color{
	color: #000000;
	text-decoration: none;
}


