/* CSS Document */
body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-family:Tahoma;
	font-size:15px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #DEDEDE;
}


a:visited{
	color:#fff;
	font-family:Tahoma;
	font-size:15px;
	text-decoration:none;
}

a:hover{
	color:#fff;
	font-family:Tahoma;
	font-size:15px;
	text-decoration:none;
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid #9A9A9A;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 894px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 848px;
   background-color: #fff;;
}

.menutext{
	font-family:Tahoma;
	font-size:11px;
	color:fff;
	font-weight: bold;
}
a.menutext{
	color:#fff;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
a.menutext:visited{
	color:#fff;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
a.menutext:hover{
	color:#fff;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
.contacttext{
	font-family:century gothic;
	font-size:16px;
	color:fff;
	
	}
a.contacttext{
	color:#fff;
	font-family:century gothic;
	font-size:16px;
	text-decoration:none;
}
a.contacttext:visited{
	color:#fff;
	font-family:century gothic;
	font-size:16px;
	text-decoration:none;
}

a.contacttext:hover{
	color:#fff;
	font-family:century gothic;
	font-size:16px;
	text-decoration:none;
}
.black{
	color:#000;
}
a.black{
	color:#000;
	text-decoration:none;
}
a.black:visited{
	color:#000;
	text-decoration:none;
}

a.black:hover{
	color:#000;
	text-decoration:underline;
}