body
	{
	background-color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	}
	
#container
	{
	margin: 0px auto;
	width: 775px;
	text-align: left;
	border: black solid 5px;
	background-color: #330000;
	background-image: url(images/factory.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	}

#header
	{
	background-color: black;
	background-image: url(images/title.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	clear: both;
	padding:0.5em;
	position: relative;
	}
	
#header h1
	{
	font: small-caps 900 36px/10px times, serif;
	padding-top: 40px;
	position: relative;
	}

#header h1 span
	{
	font-size: 18px;
	font-variant: normal;
	}
	
#header h2
	{
	font: oblique small-caps 900 18px/5px arial, sans-serif;
	color: #CCCCCC;
	position: relative;
	}

#header img
	{
	float: left;
	padding: 5px;
	margin-left: 20px;
	border-style: none;
	}
	
#nav
	{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 145px;
	}
	
#nav ul
	{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}
	
#nav ul li
	{
	display: block;
	background-color: #999999;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	border: black solid 1px;
	margin: 2px;
	font-weight: bold;
	}
	
#nav li a
	{
	padding: 5px 5px 5px 0.5em;
	display: block;
	color: black;
	text-decoration: none;
	}
	
#nav ul li a:hover
	{
	background-color: #CB000E;
	border-right: #999999 solid 5px;
	border-left: #999999 solid 5px;
	color: white;
	}
	
#content
	{
	padding: 1.4em;
	margin-left: 185px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	border-left: black solid 1px;
	font: 14px times, serif;
	}
	
#content a
	{
	color: black;
	}
	
#content a:hover
	{
	text-decoration: none;
	}

#footer
	{
	color: white;
	clear: both;
	padding:0.5em;
	text-align: center;
	}

#footer a
	{
	color: white;
	}
	
.sbox
	{
	background-color: #CCCCCC;
	border-left: #CB000E solid 2px;
	border-top: red solid 2px;
	border-right: black solid 2px;
	border-bottom: black solid 2px;
	padding: 10px;
	margin-bottom: 1.4em;
	}

.sbox .cat
	{
	background-image: url(images/header.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: red;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
	padding: 0.5em;
	color: white;
	font: small-caps bold large arial;
	}
	
.sbox p span
	{
	float:left;
	width:0.7em;
	font-size:400%;
	font-family:algerian,courier;
	line-height:80%;
	}

.left
	{
	float: left;
	margin: 0.5em;
	}
	
.center
	{
	display: block;
	margin: 0px auto;
	}
	
.right
	{
	float:right;
	margin:0.5em;
	}
	
#contact
	{
	margin: 15px auto;
	width: 500px;
	border-collapse: separate;
	border-spacing: 4px;
	}

#contact td
	{
	padding: 0.5em;
	background-color: white;
	}

#links dt
	{
	padding-top: 0.5em;
	}
	
.address
	{
	text-align: center;
	font-size: 16px;
	}
	
.letter
	{
	background-color: white;
	padding: 0.5em;
	}