/* Layout Stylesheet */ 


body{
	margin: 0px;
	padding:0;
	color: #333333;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(highlight2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100px;
 }
#color {
	background-color: #6A758C;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 700px;
	clear: all;
	background-color: #666666;
	background-image: url(header-bw.jpg);
	background-repeat: repeat-y;
}


	
#content {
	top: 0px;
	width: 700px;
	position: absolute;
	left: 300px;
	background-attachment: scroll;
	background-image: url(background-content.jpg);
	background-repeat: repeat-y;
	background-position: center 250px;
}
#backgrnd-top {
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 700px;
	background-image: url(background-top.png);
	background-repeat: no-repeat;
}


#content-text {
	width: 600px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	clear: both;
}
#menubar {
	position:absolute;
	width:180px;
	height:350px;
	z-index:1;
	left: 130px;
	top: 238px;
	margin: 0px;
	padding-top: 60px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(menubar-shadow.png);
	background-repeat: no-repeat;
	background-position: top;
}


#menubar li a:link, li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #993300;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 10px;
	font-weight: bold;
	
	}

#menubar li a:hover {
	color: #FF0000;

}
#logo {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 250px;
	position: relative;
	float: none;
	background-image: url(logo-web.png);
	background-repeat: no-repeat;
	background-position: center;
}


ul {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: NONE;
	line-height: 30px;
}
li {
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	width: 100%;
}

h1 {
	font-family: "Futura LT Medium", Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: large;
	font-weight: bold;
	letter-spacing: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}



h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
p {
	font-family: "Futura LT medium", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

#logo {
	position:absolute;
	width:190px;
	height:127px;
	z-index:2;
	background-image: url(logo-web.png);
	background-repeat: no-repeat;
	left: 127px;
	top: 160px;
}


.image_left {
	float: left;
}
#backgrnd-bottom {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 700px;
	bottom: auto;
	background-image: url(background-content-bottom.png);
}
#footer {
	height: 100px;
	background-color: #666666;
	clear: both;
	position: relative;
	background-image: url(background-footer.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#footer   a:link,a:visited    {
	color: #999999;
}

