@charset "utf-8";
#container {
	position:relative;
	width:800px;
	z-index:1;
	height: auto;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	visibility: visible;
	color: #000;
	margin-right: 20px;
}

#footnote{
	position:relative;
	width:790px;
	z-index:1;
	height: 10px;
	visibility: visible;
	padding: 5px;
}

#logo {
	position:relative;
	width:300px;
	height:180px;
	z-index:1;
	background-image: url(../images/frame/glf.background.logo.jpg);
	background-repeat: repeat-x;
	float: left;
	left: 0px;
}

#menu {
	position:relative;
	width:498px;
	height:248px;
	z-index:1;
	float: left;
	left: 2px;
	top: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

#under_logo {
	position:absolute;
	width:299px;
	height:2px;
	z-index:1;
	background-color: #000000;
	float: left;
	left: 0px;
	top: 191px;
}

#under_menu {
	position:relative;
	width:800px;
	height:10px;
	z-index:1;
	float: left;
	left: 0px;
	top: 2px;
	background-color: #000000;
	text-align: left;
}

#left_bar {
	position:absolute;
	width:280px;
	height:540px;
	z-index:1;
	background-color: #FFFFFF;
	float: left;
	left: 0px;
	top: 190px;
	background-repeat: repeat-x;
	padding: 10px;
	text-align: left;
}

#content {
	position:absolute;
	width:299px;
	height:54px;
	z-index:1;
	background-color: #FFFFFF;
	float: left;
	left: 2px;
	top: 184px;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #690;
	font-weight: bold;
}

#titlebar h1 {
	font-family: "Lucida Sans", sans-serif, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
}
#content_middle {
	width: 10px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


body {
	background-image: url(../images/frame/glf.background.page.jpg);
	background-repeat: repeat-x;
	background-color: #0A0A0A;
}
p {
	font-family: "Lucida Sans", sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

#content_right_half {
	float: right;
	width: 350px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#content_below_logo {
	margin: 5px;
	width: 300px;
	text-align: left;
	float: left;
	height: 120px;
}


#content_left_half {
	float: left;
	text-align: left;
	width: 390px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#titlebar h2 {
	font-family: "Lucida Sans", sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin-top: 2px;
}

#content_right h2 {
	font-family: "Lucida Sans", sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AF4803;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

li {
	font-family: "Lucida Sans", sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}

