﻿body 
{
	margin:0 auto; 
	padding:0;
	background-color:white;
	background-image:url('../img/bg-span.png');
	background-repeat:repeat-x;
}

#outerwrap
{
	width:100%;
	background-image:url('../img/bg.png');
	background-position:center top;
	background-repeat:no-repeat;
	min-height:600px;
}

#wrap 
{
	margin: 0 auto;
	width: 945px;
	height:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#33460E;
}

html,body,#outermost {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#menu
{
	height:125px;
}

#menu a
{
	text-decoration:none;
	color:#33460E;
}

.mailLink
{
	text-decoration:none;
	color:#33460E;
}

.mailLink:hover
{
	text-decoration:underline;
}