@charset "utf-8";


body    {
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c4f2d;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5c4f2d;
	border-top-color: #CCC;
}

/* wrapper to align center of page */
#wrapper {
	/*we need to tell the browser the size of the warpper div*/
width:980px;
	height:650px;
	/*aligns the page to the center horizontal (x)*/
margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
margin-top:-250px;
	margin-left:-490px;
	/*allows us to see wrapper*/
background-color:#FFFFFF;
}
.info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5c4f2d;
	font-weight: bold;
}
.address {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5c4f2d;
	font-weight: bold;
}
.address2 {
	color: #c1651c;
	font-weight: bold;
}

h1 {
	font-size: 13px;
	color: #c1651c;
}

h2 {
	font-size: 13px;
	color: #c1651c;
}
h3 {
	font-size: 11px;
	color: #5c4f2d;
}
h4 {
	font-size: 13px;
	color: #c1651c;
	font-weight: bold;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #030;
}
a:link {
	text-decoration: none;
	color: #5c4f2d;
}
a:visited {
	text-decoration: none;
	color: #960;
}
a:hover {
	text-decoration: underline;
	color: #960;
}
a:active {
	text-decoration: none;
	color: #5c4f2d;
}
a {
/* Mozilla */
outline:none;

/* IE */
-moz-outline-style: none;
}
*{outline:none}

