/* CSS Document */
body {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
color:#5CCAE3;
text-decoration:none;
}
a:visited {
	color: #5CCAE3;
}
a:hover {
	color: #993300;
}


table
{
border-collapse:collapse!important;
border-collapse:separate;
}
table, td, th
{

}


#wraper {
width:100%;
height:auto;
}

#fixed {
width:1063px;
height:640px;
}

#header {
width:1063px;
height:73px;
background:url(images/header.jpg) no-repeat;
}
#menutop {
	float: right;
	margin-top: 50px;
	margin-right: 15px;
		}
	
	#menutop ul {
		margin: 0px;
		padding: 0px;
		}
	#menutop ul li {
		list-style-type: none;
		float: left;
		padding: 0 15px 0 12px;
		background: transparent url('images/limenutop.gif') 0px 5px no-repeat;
		}
	#menutop ul li a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#000000;
		text-decoration: none;
		}
	#menutop ul li a:hover {
	color:#2e9cb5;
		text-decoration: none;
		}



#bg-left{
width:37px;
height:486px;
float:left;
}

#content-left{
width:600px;
height:486px;
float:left;
}

#content {
background:url(images/bg-content.jpg) top left no-repeat;
width:580px;
height:456px;
padding:10px 10px 20px 10px;
overflow:auto;
}
#content.text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
color:#000000;
}
#content h1{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#aeac11;
font-weight:bold;
text-align:center;
}
#content h2{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#aeac11;
font-weight:bold;
}
#content img{
border:solid 1px #5CCAE3;
}

#center-line {
width:5px;
height:486px;
float:left;
}

#content-right{
width:385px;
height:486px;
float:left;
}

#bg-right{
width:36px;
height:486px;
float:right;
}

#credits {
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
}
#credits a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
}
#credits a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF0000;
text-decoration:underline;
}


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -50px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left: auto; /*position where enlarged image should offset horizontally */
	top: auto;

}

</style>