body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Tahoma, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 80%;
	background: url(images/background.png);
}

a { text-decoration:none; color:#510c39; }
a:link { text-decoration:none; }
a:visited {}
a:focus, a:hover { text-decoration:underline; }
a:active {}


#mainbg {
	background: transparent;
	position: relative;
	height: 0px;
}

#main-topborder {
	margin: 0 auto;
	width: 970px;
	height: 48px;
	background: transparent url(images/border-top.png) top left no-repeat;	
	margin-top: 12px;
}

#main-container {
	margin: 0 auto;
	padding: 25px 0 0 0;
	width: 970px;
	background: transparent url(images/border-mid.png) top left repeat-y;
}

#main-content {
	width: 970px;
	padding-left: 40px;
	padding-right: 40px;
}

#main-footer {
	margin: 0 auto;
	width: 970px;
	background-image: url(images/border-mid.png);
	background-repeat: repeat-y;

}

#main-botborder {
	margin: 0 auto;
	margin-top: -10px;
        margin-bottom: 12px;
	width: 970px;
	height: 41px;
	background-image: url(images/border-bot.png);
	background-repeat: no-repeat;
	
}

img { border:none; padding: 0; margin: 0; }

.whiteblip {

	color: #ffffff;
}

.whiteblip a:link {
	color: #ffffff;
	text-decoration: none;
}

.whiteblip a:visited {
	color: #ffffff;
	text-decoration: none;
}

.whiteblip a:hover {
	color: #ff9000;
	text-decoration: bold;
}

.darkblip {
	color: #2f2f2f;
}

.darkblip a:link {
	color: #2f2f2f;
	text-decoration: none;
}

.darkblip a:visited {
	color: #2f2f2f;
	text-decoration: none;
}

.darkblip a:hover {
	color: #ff9000;
	text-decoration: bold;
}

.midblip {
	color: #2f2f2f;
}

.midblip a:link {
	color: #2f2f2f;
	text-decoration: none;
}

.midblip a:visited {
	color: #2f2f2f;
	text-decoration: none;
}

.midblip a:hover {
	color: #ffffff;
	text-decoration: bold;
}

.slideshow { height: 150px; width: 200px; margin: none; }
.slideshow img { padding: 0px; border: none; background: transparent; }

#wholestuff {
	padding-left: 10px;
	float: left;
	background-image:url(images/watermark.png); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftstuff {
	float: left;
	width: 600px;
}

#rightstuff {
	float: right;
	width: 300px;
	padding-right: 40px;
	margin-left: 10px;
}

#footnav {
	height: 0px;
}

#company {
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 890px;
	height: 80px;
	margin: 6px 0px 10px 0px;
	line-height: 1.0;
}

#inbrief {
	float: left;
	width: 650px;
	color: #fff;
	padding-left: 12px;
	margin-top: 40px;
}

.faqbutton {
	height: 28px;
}

div.fadehover {
	position: relative;
	height: 200px;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
        z-index: 10;
	}
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}

