/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-align: center;
margin: 0px;
padding: 20px 0px 20px 0px;
}
#wrapper {
width: 750px;
padding: 10px;
margin: 0px auto 0px auto;
height: auto;
text-align: left;
border: 4px solid #ddd;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 750px;
	background-color: #f1f1f1;
	background-image: url(pictures/head.jpg);
	border: 4px solid #ddd;
}
#container {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 1%;
	width: auto;
	border: 4px solid #ddd;
	background-color: #CCCCCC;
}
#left {
	width: ;
	padding: ;
	float: left;
	height: 200px;
	margin-top: 30px;
}
#nav {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav li {
margin: 0px;
padding: 0px;
display: block;
background-attachment: scroll;
background-image: url(bullet.gif);
background-repeat: no-repeat;
background-position: 0px 50%;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
color: #666;
text-decoration: none;
display: block;
margin: 0px;
padding: 10px 15px 10px 15px;
width: 130px;
}
#nav li a:hover {
color: #999;
text-decoration: underline;
}
#center {
	height: auto;
	width: 320px;
	padding: 30px 20px 10px 20px;
	float: left;
	margin: 0px 0px 0px 6px;
	line-height: 1.8em;


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
	padding-right: 20px;
	padding-left: 20px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>


}
h1 {
font-size: 14px;
margin: 0px;
padding: 0px;
}
#right {
	height: auto;
	width: 50px;
	float: left;
	margin-left: 60px;
	margin-top: 30px;



.tb tr td
{
	border:1px #383f4a double;		
	margin-top: 20px;
	margin-top: 20px;
	margin-left: 20px;
}


</style>


}
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}
#footer {
margin: 10px 0px 0px 0px;
text-align: center;
padding: 15px 0px 15px 0px;
background-color: #999999;
}
#footer p {
	color: #000000;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #999999;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #000000;
text-decoration: none;
}
#footer a:hover {
color: #000000;
text-decoration: none;
} 
