body {
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin:0px;
	position: relative; 
    background-attachment: fixed;	
}
.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	filter:alpha(opacity=80);
	-moz-opacity:.80;	
	opacity:.80;	
}
.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	filter:alpha(opacity=80);
	-moz-opacity:.80;	
	opacity:.80;	
}
.menubg {
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	filter:alpha(opacity=80);
	-moz-opacity:.80;	
	opacity:.80;		
}
.menubottom {
	background-image: url(../images/menubottom.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	filter:alpha(opacity=80);
	-moz-opacity:.80;	
	opacity:.80;		
}
.menurepeat {
	background-image: url(../images/menurepeat.gif);
	background-repeat: repeat-y;
	background-position: right top;	
	filter:alpha(opacity=80);
	-moz-opacity:.80;	
	opacity:.80;		
}
.contentbg {
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentbot {
	background-image: url(../images/contentbot.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	filter:alpha(opacity=80);
	-moz-opacity:.80;	
	opacity:.80;		
}
.contentlefttop {
	background-image: url(../images/contentlefttop2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	filter:alpha(opacity=80);
	-moz-opacity:.80;	
	opacity:.80;		
}
.contentleftbottom {
	background-image: url(../images/contentleftbottom.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	filter:alpha(opacity=80);
	-moz-opacity:.80;	
	opacity:.80;		
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #6699cc;
	display: block;
	border-bottom: 1px solid #6699CC;
}
.contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
}
.contenttext IMG {
	border: 3px solid #839875;
	margin: 1px;
}
.contenttext A {
	color: #FFF;
	text-decoration: underline;
}
.contenttext A:hover {
	color: #6699cc;
	text-decoration: underline;
}
.add {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	width: 232px;
	text-align: center;
}
.add A {
	color: #000000;
	text-decoration: underline;
}
.add A:hover {
	color: #990000;
	text-decoration: underline;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a.copy {
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a:hover.copy {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

