/* Layout Body Stylesheet */ 

body {
	margin-top:15px;
	background-color: #999999;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
  
 /* Footer text */ 

.heads {
	font: Verdana, Geneva, sans-serif;
	color: #666;
	font-weight:bold;
	font-size: 10px;
}
/* Links */ 
 
a:link {
	color: #2f428f;
}
a:visited {
	color: #2f428f;
}
a:hover {
	color: #993331;
}
a:active {
	color: #2f428f;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

/* Links Small*/

.small a:link {
	color: #2f428f;
}
.small a:visited {
	color: #2f428f;
}
.small a:hover {
	color: #993331;
}
.small a:active {
	color: #2f428f;
}
.small a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.small {
	font-size:9px;
}

/* DIV ID's */ 

#outer {
	margin: 0 auto;
	width: 800px;
	height:auto;
	text-align: left;
}

#top {
	background: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 800px;
}
 
#logo {
	background: url(images/logo.jpg);
	background-repeat: no-repeat;
	float:right;
	height: 71px;
	width: 381px;
}

#but {
	height: 71px;
}

#cont {
	float:left;
	width:685px;
	height:auto;
	background: url(images/content_bg.jpg);
	padding-top:25px;
	padding-left:65px;
	padding-right:50px;
	background-repeat: repeat-y;
	text-align: left;
}

#ftr {
	height: 58px;
	padding-top:37px;
	width: 800px;
	background: url(images/bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

/* Images Rollover */

#thumbs_outer {
	border:dotted;
	border-width:1px;
	border-color:#999;
	float:left;
	padding:10px;
	height:175px;
	width:190px;
	margin-top:15px;
	margin-right:15px;
}

#thumbs_container {
	overflow:hidden;
	height: 175px;
	width:190px;
}

#thumbs {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:175px;
	width:inherit;
	border:none;
}

a.thumbnails img {
	filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1;
}

a.thumbnails:hover img {
	filter: alpha(opacity=70); -moz-opacity: .7; opacity: .7;
}
