@charset "utf-8";
/* CSS Document */

*{
margin: 0;
padding: 0;
}

html{
   height:100%;
}


body {
	background-color:#414142;
	font-family: Arial;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	height: 100%;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#container{
width: 1000px;
min-height: 100%;
position: relative;
left: 50%;
margin-left: -500px;
}

#floatleft {
	float: left;
}

#address {
	padding-top: 25px;
	text-align: center;
	float: left;
	display: block;
	font-size: 14px;
}

#header{
width:1000px;
}

#menucontainer {
	width: 100%;
	height: 116px;
	display: block;
}

#menu {
	width: 100%;
	height: 26px;
	padding-top: 44px;
	padding-bottom: 46px;
	display: block;
	background-image: url(menubar.png);
	font-size: 20px;
	background-position: center;
	text-align: center;
	z-index: 1;
	position: relative;
}

#lyw{
	float:right;
	margin-top: -117px;
	padding-right: 20px;
	z-index: 3;
	position: relative;
}

#menuspacer{
	float:left;
	margin-top: -42px;
	padding-right: 20px;
	z-index: 3;
	position: relative;
}

#flash {
	width: 648px;
	height: 480px;
	padding-right: 30px;
	padding-bottom: 30px;
	background-image: url(flash-dropshadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#footer{
	border-top: solid black 10px;
	border-bottom: solid black 10px;
	text-align: center;
	width: 100%;
	display: block;
	background-color: #000000;
	opacity:0.4;filter:alpha(opacity=40);
	position: relative;
	bottom: 0px;
	margin-bottom: -30px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 20px;

}

#topbar {
	width: 100%;
	display: block;
	font-size: 20px;
	margin-bottom: -29px;
}

#submenu {
width: 100%;
text-align: center;
background-color: #000000;
opacity:0.4;filter:alpha(opacity=40);
margin-top: -26px;
z-index: 1;
position: relative;
padding: 2px;
}