@charset "utf-8";
#body {
	margin: 0px;
}
h1 {
	font-weight: normal;
}

.index {
	background-image: url(../images/grey_background.jpg);
	background-repeat: repeat;
}
.div1 {
	text-align: left;
	width: 590px;
}

.menu {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-align: right;
	text-transform: lowercase;
	font-size: 18px;
	padding-top: 10px;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #DD2E95;
	text-decoration: none;
}
.menuwhite {
	font-family: "Trebuchet MS";
	color: #666666;
	text-align: right;
	font-size: 18px;
	text-transform: lowercase;
	padding-top: 10px;
}
.menuwhite a:link {
	color: #666666;
	text-decoration: none;
}
.menuwhite a:visited {
	color: #666666;
	text-decoration: none;
}
.menuwhite a:hover {
	color: #DC2D94;
	text-decoration: none;
}


.logo {
	text-align: right;
	vertical-align: top;
	overflow: visible;
	width: auto;
}
.footer {
	font-family: "Trebuchet MS";
	color: #999999;
	text-align: right;
	padding-right: 30px;
	font-size: 20px;
}
.slide_div {
	vertical-align: bottom;
}
.tablestretch {
	width: auto;
}


.main {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mainwhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.main_heading {
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #999999;
}

.style1 {color: #FFFFFF}
.style2 {
	color: #333333;
}
.thumbnail_div {
	width: 475px;
	text-align: center;
}
