/*** General ***/
body {
	margin: 30px auto;
	background-color: #FFFFFF;
}
#wrap {
	width: 860px;
	border: solid 1px #454545;
	padding: 25px;
	box-shadow: 4px 4px #454545;
	margin-left: auto;
	margin-right: auto;
}	
a img {
	border: none;
}

/*** Tables ***/
table, td {
	color: #4B744B;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

/*** Header ***/
#header {
	width: 860px;
	height: 212px;
	border: solid 1px #669966;
}
#datetime {
	height: 30px;
	padding-right: 30px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: right;
}

/***Sidebar ***/
#sidebar {
	border-left: solid 1px #669966;
	border-right: solid 1px #669966;
	width: 253px;
}
#sidebar h3 {
	margin: 0;
	padding: 9px;
	color: #FF9900;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	border-top: solid 1px #669966;
	border-bottom: solid 1px #669966;
}
.sidebar-content {
	padding: 10px;
}
#sidebar table {
	width: 100%;
}
#sidebar-end {
	padding: 10px;
	text-align: center;
	border-top: solid 1px #669966;
}
.sidebar-content img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
/***Menu ***/
#menu {
	display: block;
	height: 504px;
	margin: 10px 0 10px 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li a {
	float: left;
	background-color: #FFFFFF;
}
#menu li a:hover {
	background-color: #669966;
}
#menu li a:active {
	background-color: #FF9900;
}
/***Main ***/
#main {
	width: 604px;
	padding: 10px;
	border-right: solid 1px #669966;
}
#main table {
	width: 584px;	
}
#main h2 {
	margin: 0;
	color: #659A65;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ADC9AD;
}	
#main h3 {
	margin: 0;
	color: #FF9900;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0 5px 40px;
	background-image: url('../img/main/catrow.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left {
	border-left: solid 1px #ADC9AD;
	border-bottom: solid 1px #ADC9AD;
}
.right {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ADC9AD;
}
.left img {
	border: solid 1px #ADC9AD;
	margin: 10px;
}
.gallery {
	width: 100%;
	padding: 0 10px 10px 10px;
	border-left: solid 1px #ADC9AD;
	border-bottom: solid 1px #ADC9AD;
}
#main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#main ul li {
	float: left;
	display: block;
	padding: 0;
	margin-right: 18px;
	margin-top: 10px;
}

#main ul li img {
	border: solid 1px #ADC9AD;
}
#main li img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
iframe {
	width: 100%;
	height: 166px;
	border: 0;
	color: #FF5500;
}
/***Footer ***/
#footer {
	width: 860px;
	border: solid 1px #669966;
}
#foot-links {
	border-bottom: solid 1px #669966;
	height: 30px;
	font-weight: bold;
	text-align: center;	
	vertical-align: middle;
}
#credits {
	width: 764px;
	text-align: center;
	vertical-align: middle;
}
#spacer {
	width: 48px;
	height: 48px;
}

/*** Splash Screen ***/
#splash {
	width: 858px;
	height: 210px;
}
.copyright {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.enter {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-top: 1px dotted #669966;
	padding: 20px;
}
.view {
	text-align: center;
	text-transform: lowercase;
	padding-bottom: 10px;
	line-height: 150%;
}
/*** Links ***/
a:link,a:visited {
	color: #4B744B
}
a:hover {
	color: #000000;
	text-decoration: none
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
a:link.top {
	display: block;
	background-color: #FFFFFF;
}
a:hover.top {
	background-color: #669966;
}
.pagelinks {
	margin: 10px 0 0 0;
	float: right;
	font-weight: bold;	
}
a:link.pages, a:visited.pages {
	display: inline-block;
	margin-left: 4px;
	border: 1px solid #669966;
	padding: 1px 4px 1px 4px;
	border-radius: 4px;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover.pages {
	color: #FFFFFF;
	background-color: #FF9900;
	border: 1px solid #FF9900;
}
a:active.pages {
	background-color: #669966;
	border: solid 1px #669966;
}
