@charset "UTF-8";
/* 

Author: OPEN ROAD STUDIOS
Author URL: design.openroadstudios.biz

*/

html, body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background: #1A4570;
	background-repeat:no-repeat;
	background-image:url(images/layout/back2.jpg);
	background-attachment:scroll;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #85C8FF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	font-weight: bold;
}

/* JSD Style Sheet */

#top {
	background:url(images/layout/top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:925px;
	height:120px;
	margin-top:20px;
	}
	
#logo {
	background:url(images/layout/logo.png);
	width:410px;
	height:115px;
	margin-left:25px;
	float:left;
	}

#links {
	margin-top:43px;
	margin-right:25px;
	float:right;
	font-size:16px;
	text-align:right;
	}

#body {
	padding-top:10px;
	background:url(images/layout/bod_back.png);
	width:925px;
	height:100%;
	}
	
#footer {
	background:url(images/layout/bottom.png);
	background-repeat:no-repeat;
	padding-top:32px;
	width:925px;
	height:25px;
	font-size:12px;
	}

#gallery {
	width:820px;
	}

#gallery a img {
	border:1px solid #8F8F8F;
	padding:2px;
	}

#gallery a:hover img {
	border:1px solid #6CB0E5;
	filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60; -khtml-opacity:0.60;
	}