@charset "utf-8";
/* CSS Document */

a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2A0E0E;
}

a:hover {
	color:#720404;
	text-decoration:underline;
}

/* Keep image links from having a border */
a img { border: none; }

body {
	background-color: #ffffff;
	margin: 0 0 0 0;
	font-size:.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #2A0E0E;
	left: auto;
	right: auto;
	text-align: center;
	}
#bodytable {
	width: 775px;
	min-height: 900px;
	border: 0px solid #666666;
	margin-left: auto;
	margin-right: auto;
	padding-top:7px;
}
.mainbody_home {
	height: 900px;
	padding:10px 50px 0px 50px;
	background:#000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.mainbody {
	height: 800px;
	padding:10px;
	background-color: #D1D1D1;
	background-image: url(images/backgroundlt.jpg);
	background-repeat: no-repeat;
}


.toplogo {
	height:125px;
	padding: 0px;
	margin-bottom:25px;
}

.homeimage {
	margin-left:115px;
	text-align: left;
	float:left;
	width:130px;
}

.hometext {
	margin-left:5px;
	font-size:1em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: .03em;
	text-align: left;
	float:left;
	width:350px;
}

.text {
	width:580px;
	margin-left:65px;
	font-size:.9em;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: .03em;
}

#leftlower {
	float:left;
	position:relative;
	height: 250px;
	width: 250px;
	top: 180px;
	left:-20px;
	text-align:left;
	color:#CCCCCC;
	font-size:14px;
}

#rightlower {
margin-top:180px;
margin-right:25px;
	float:right;
	height: 250px;
	width: 160px;
	text-align:left;
	color:#CCCCCC;
	font-size:14px;
}
#rightlower .list a {
	padding-left:5px;
	color:#F4F4F4;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
}

#rightlower .list a:hover {
	color:#F4F4F4;
	text-decoration: underline;
}

#toolbartop {
height:25px;
margin-bottom:18px;
text-align:center;
}

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}

