@import url(html.css);



body {
	color: #80532c;
	background: white url(bg.jpg) repeat-y 50% 50%;
	_text-align: center;
	line-height: 1.5;
	_font-size: small;
}

address,
#footarea {
	font-size: 90%;
	font-style: normal;
	border-top: 1px solid #f0d3ac;
	margin: 4em -12px 2em;
	padding: 1em 12px 0;
	clear: both;
}
/* Paint Board */
#footarea address {
	font-size: 100%;
	border-top: 0 none;
	margin: 0 0 0.5em;
	padding: 0;
}

#content,
#container {
	background: url(top2.jpg) no-repeat top;
	_text-align: left;
	width: 500px;
	_width: 600px;
	padding: 95px 50px 0;
	margin-left: auto;
	margin-right: auto;
	border-top: 10px solid #fe8525;
	border-bottom: 10px solid #fe8525;
	font-size: 90%;
	position: relative;
}
#container {
	_width: 500px;
}
/* Paint Board */
#container #content {
	width: auto;
	padding: 0;
	margin: 0;
	border: none 0;
	font-size: 100%;
	background: none;
	position: static;
}

h1 {
	color: black;
	background: #fe8525;
	margin: 0 -50px 1em;
	padding: 0.3em 50px;
	border-right: 200px solid #ff3033;
	_position: relative;
	_z-index: 10;
}


h2, h3, h4 {
	border-bottom: 1px solid #f0d3ac;
	padding: 0.3em 12px 0.3em 40px;
	min-height: 32px;
	_height: 32px;
	margin: 3em -12px 2em;
	background: url(firefox.png) no-repeat 0 0;
	position: relative;
	z-index: 200;
}
h2 img {
	display: none;
}
h3 {
	background-image: url(thunderbird.png);
	margin-left: 0;
	margin-right: 0;
}
h4 {
	background-image: url(seamonkey.png);
	margin-left: 0;
	margin-right: 0;
}


p, ul, ol, dl, table {
	margin-bottom: 1em;
}

p {
	text-indent: 1em;
}

ul {
	padding-left: 1.5em;
}
ul li {
	list-style-type: square;
}



table, td, th {
	border: 1px solid #eeb585;
	text-align: left;
}
td, th {
	padding: 0.3em 0.5em;
}
th {
	background: #fff3dc;
}


em, dt {
	font-weight: bold;
	font-style: normal;
}
dd {
	margin-left: 2em;
}


a:link {
	color: #ae2505;
}
a:visited {
	color: #3e1505;
}
a:hover,
a:focus,
a:active {
	color: #ee5505;
}




#menu,
#global_navigation {
	border-left: 50px solid #fe8525;
	height: 1.6em;
	margin: 0 -50px 1em;
	line-height: 1;
}
#menu h2,
#global_navigation h2 {
	display: none;
}
#menu ul,
#global_navigation ul {
	margin: 0;
	padding: 0;
}
#menu ul li,
#global_navigation ul li {
	color: white;
	background: #ff3033;
	margin: 0 -1px 0 0;
	padding: 0.3em 1em;
	list-style-type: none;
	float: left;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#menu ul li a,
#global_navigation ul li a {
	display: block;
	background: #fe8525;
	margin: -0.3em -1em;
	padding: 0.3em 1em;
}


#menu ul li a.sub {
	display: inline;
	background: transparent;
	margin: 0;
	padding: 0;
}
#menu ul li a.sub:link,
#menu ul li a.sub:visited {
	color: white;
}
#menu ul li a.sub:hover,
#menu ul li a.sub:focus,
#menu ul li a.sub:active {
	color: #FFCCCC;
}







#cover #content {
	background-image: url(top.jpg);
/*	background-image: url(top20080401.jpg);*/
	padding-top: 0;
}


#cover h1 {
	height: 330px;
	position: relative;
	font-size: 100%;
	font-weight: normal;
	color: #80532c;
	background: none;
	margin: 0;
	padding: 0;
	border-right: 0 none;
}
#cover h1 img {
	display: none;
}
#cover h1 .circle-name {
	font-size: small;
	position: absolute;
	bottom: 193px;
	left: 62px;
}

#cover #news h2 {
	background-image: url(thunderbird.png);
}
#cover #schedule h2 {
	background-image: url(nvu.png);
}
#cover #products h2 {
	background-image: url(seamonkey.png);
}






.photo {
	float: left;
	clear: both;
	margin: 0 0.5em 0.5em 0;
}
.photo-container {
	clear: both;
}
