*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #c1c1c1 url('../images/metal.gif') repeat;
	color: #000000;
	font-size: 12px;
	font-family: "verdana";
}

img
{
	border: 0;
}

#spacer
{
	margin: 0 auto;
	height: 40px;
}

#container
{
	margin: 0 auto;
	width: 720px;
	border: 1px #000000 solid;
}

#logo
{
	width: 720px;
	height: 120px;
	background: #64635C;
}

#menu
{
	margin: 0 auto;
	width: 720px;
	height: 40px;
	line-height: 40px;
	background: #64635C;
	border-top: 1px #c1c1c1 solid;
	border-bottom: 1px #c1c1c1 solid;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	color: #c1c1c1;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	margin-left: 5px;
	background: #515048;
}

#menu ul li a:hover
{
	color: #ffffff;
	background: #3E3D37;
}

#body
{
	margin: 0 auto;
	width: 700px;
	line-height: 26px;
	padding: 10px;
	color: #ffffff;
	background: #76756D;
}

#body h1
{
	font-size: 26px;
	padding-left: 34px;
	margin-bottom: 10px;
	background: url('../images/bullet.jpg') left no-repeat;
}

#body h2
{
	font-size: 26px;
	padding-left: 34px;
	margin-bottom: 10px;
}

#body p
{
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
}

#contact_off
{
	border-top: 1px #c1c1c1 solid;
	background: #64635C;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
}

#contact_off a
{
	color: #c1c1c1;
}

#contact_on
{
	border-top: 1px #c1c1c1 solid;
	background: #64635C;
	height: 50px;
	line-height: 50px;
	color: #0000FF;
	text-align: center;
}

#contact_on a
{
	color: #0000FF;
}

#contact_off a:hover, #contact_on a:hover
{
	color: #ffffff;
}

#copyright
{
	line-height: 20px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 720px;
	height: 41px;
	background: #64635C;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px #c1c1c1 solid;
}

#copyright a
{
	color: #ffffff;
	text-decoration: none;
}
