@charset "UTF-8";
/* CSS Document */

body {
	background: #999999 url(../images/bg.gif) ;	
	margin: 0px 0px 0px 0px; 
	text-align: center;
	height:100%;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color:#FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	

}
	
#container {
	background: url(../images/bg-tesxt.gif) no-repeat;
	vertical-align: middle;
	width: 975px;
	height: auto;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

#FBcontainer {
	background: url(../images/bg-tesxt.gif) no-repeat;
	vertical-align: middle;
	width: 520px;
	height: auto;
	margin: auto;
	text-align: left;
}

#top {
	width:975px;
	height: 31px;
	background: url(../images/bg-top.gif) no-repeat;
}
#FBtop {
	width:520px;
	height: 31px;
	background: url(../images/bg-top.gif) no-repeat;

}
#body {
	position:relative;
	width:975px;
	height: auto;
	background: url(../images/bg-body.gif) repeat-y;
	z-index: 2;
}
#FBbody {
	width:500px;
	height: auto;
	background: url(../images/bg-body.gif) repeat-y;
}
#bot {	
	width:975px;
	height: 32px; 
	background: url(../images/bot-1.gif) no-repeat;
}
#FBbot {
	width: 520px;
	height: 32px;
	background: url(../images/bot-1.gif) no-repeat;
}

#copyright {	
	width:975px;
	height: 32px; 
	padding: 10px 10px 0px 0px;
	text-align: right;
	color: #666666;
	
}
#content {	
	position: relative;
	width:975px;
	height: auto; 
	background: url(../images/lights-1.jpg) no-repeat bottom;
}

#logo {	
	position: absolute;
	top:0px;
	left:35px;
}
#tagline {	
	position: absolute;
	top:0px;
	left:200px;
}
#nav {
	position: absolute;
	width: 700px;
	height: 25px;
	top:45px;
	left:200px;
	padding:5px 0px 5px 0px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight:700;
	font-size:16px
}

#lsidebar {
	position: absolute;
	width: 190px;
	height: auto;
	top:270px;
	left:25px;
	padding:5px 0px 5px 0px;
}
p  {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:14px;
	padding-left:15px;
	padding-right:15px;
}
h1
{
	color: #996633;
	text-transform: uppercase;
	font-weight: 700;
}
h2
{
	font-weight:700;
	font-size: 16px;
}
h3{
	font-weight:700;
	font-size:14px;
	font-variant:small-caps
}
.aligncenter
{
	margin-left:auto;
	margin-right:auto;
}
a:link {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	font-weight:600;
	color: #9d7549;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	font-weight:600;
	color: #999999;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
a:active {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #9d7549
	font-style: normal;
	text-decoration: none;
}

a.menu:link {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #999999;
	font-style: normal;
	text-decoration: none;
}
a.menu:visited {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #999999;
	font-style: normal;
	text-decoration: none;
}
a.menu:hover {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
a.menu:active {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #999999;
	font-style: normal;
	text-decoration: none;
}

a.menucurrent:link {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #9d7549;
	font-style: normal;
	text-decoration: underline;
}
a.menucurrent:visited {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #9d7549;
	font-style: normal;
	text-decoration: underline;
}
a.menucurrent:hover {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #9d7549;
	font-style: normal;
	text-decoration: underline;
}
a.menucurrent:active {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #9d7549;
	font-style: normal;
	text-decoration: underline;
}



a.copy:link {
	color: #666666;
}
a.copy:visited {
	color: #666666;
}
a.copy:hover {
	color: #666666;
	text-decoration: underline; 
}
a.copy:active {
	color: #666666;
}

/* style the about page */

#about{
	position: absolute;
	top:200px;
	width:600px;
	height:auto;
	left:200px;
	padding:5px 0px 5px 0px;
}

textarea {
 background-color: #666666;
 color: #999999;
 border: solid 1px #000000;
 padding:5px;
 font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
 font-size: 14px; 
 scrollbar-base-color:#999999;
}
input {
 background-color: #666666;
 color: #999999;
 border: solid 1px #000000; 
 padding:5px;
 font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
 font-size: 14px;
}

