#menu {
	margin:0 auto;
	padding:0;
	width: 225px;
}

#wrapper {
	text-align:left;
	position:relative;
	margin:0 auto;
	padding:0;
	width: 775px;
}
#contactText{
	text-align:left;
	position:absolute;
  	padding: 10px;
   	left:25px;
   	top: 85px;
   	height: 100px;
   	width: 160px;
   	z-index: 2;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	background-image:url(images/bg_repeat.jpg);
	background-repeat:repeat-x;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3e3e3e;
	text-align: left;    
}

a.bodytextLinker:link, a.bodytextLinker:visited { 
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #3e3e3e; 
	text-decoration: none; 
	line-height: 16px;
}
a.bodytextLinker:hover { 
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #3e3e3e; 
	text-decoration: underline; 
	line-height: 16px;
}

a.foot:link, a.foot:visited { 
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #878787; 
	text-decoration: none; 
	line-height: 16px;
}
a.foot:hover { 
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #1e3e60; 
	text-decoration: underline; 
	line-height: 16px;
}
.foottext { 
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #878787; 
	text-decoration: none; 
}
