@charset "utf-8";
/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	background-color:#999999;
	color: #333;
}
#wrapper {
	width: 900px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header {
	height: 194px;
	background-color:#333333;
	color:#FFFFFF;
	background-image:url(images/banner.jpg)
}
#menu {
	height: 40px;
	background-image:url(images/menubar_bg.jpg);
	color:#FFFFFF;
	font-weight: bold;
	line-height: 40px;
	font-size: 16px;
}
#menu a {
	color:#FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #ffff00;
}
#content {
	background-color:#FFFFFF;
	color:#000000;
	text-align: left;
	padding: 45px 30px 45px 30px;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
#test {
	background-color:#CCCCCC;
	color:#000000;
	background-image: url(images/testimonials_bg.jpg);
	font-size: 20px;
	padding: 25px 10px 10px 10px;
	text-align: center;
	width: 880px;
}
#footer {
	background-color: #000000;
	color:#FFFFFF;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 35px;
	font-size:11px;
}
#footer a{
	color:#FFFFFF;
}
#ribbon {
	float:right;
	z-index:10000;
	height:100px;
	width: 100px;
	margin-top: -45px;
	position: relative;
}
#rightColumn {
	z-index: 99;
	position: relative;
	text-align: right;
}
#fadeshow1 {
	width: 167px;
	margin-right: 10px;
	overflow: hidden;
}
#fadeshow2 {
	width: 168px;
	margin-right: 10px;
	overflow: hidden;
}
#fadeshow3 {
	width: 167px;
	margin-right: 11px;
	overflow: hidden;
}
#fadeshow1, #fadeshow2, #fadeshow3 {
	float: right;
	position:relative;
	margin-top: 46px;
	height: 136px;
}
.imgBorder {
	border: 1px solid #000;
}
