/* CSS Document */

		#header{
		width: 300px;
		background: #F5F3F1;
		font-family: verdana, "trebuchet MS", helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		color: gray;
		border-left: solid black 1px;
		border-right: solid black 1px;
		border-bottom: solid black 1px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		}
	
		body {
		margin: 20px;
		padding: 0px;
		background: white;
		background: url(Images/page-bg.gif) top repeat-x #bcbcbc;
		font: 13px verdana, "trebuchet MS", helvetica, sans-serif;
		}

	pre {text-indent: 30px}
		
	#container{
		position:relative;
		top:0;
		width: 700px;
		width/* */:/**/700px;
		width: /**/700px;
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		margin:0 auto;
		padding: 0px;
		z-index:0;
	}
	
		#container2{
		position:relative;
		top:0;
		width: 500px;
		width/* */:/**/500px;
		width: /**/500px;
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		margin:0 auto;
		padding: 0px;
		z-index:0;
	}
	
	#right_contain{
		width: 326px;
		width/* */:/**/326px;
		width: /**/326px;
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		font-family: verdana, "trebuchet MS", helvetica, sans-serif;
		font-size: 11px;
		color: gray;
		border: solid #000000 1px;
		float: right;
		}
		
	#right_top{
		width: auto;
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		margin: 13px;		
		}	
		
	#right_middle{
		width: auto;
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		margin: 13px;		
		}	
		
	#right_bottom{
		width: auto;
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		margin: 15px;		
		}

	#tabmenu {
		color: #000;
		border-bottom: 1px solid gray;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
	color: white;
	background: #000000;
	font: 13px verdana, "trebuchet MS", helvetica, sans-serif;
	border: 1px solid gray;
	padding: 2px 5px 0px 5px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

	#tabmenu a.active, right_middle {
		background: #FF0000;
		border-bottom: 2px solid #FF0000; }

	#tabmenu a:hover {
		color: #fff;
		background: #FF0000; }

	#tabmenu a:visited {
		color: #E8E9BE; }

	#tabmenu a.active:hover {
		background: #FF0000;
		color: #DEDECF; }

	#content {font: 0.9em/1.3em verdana, "trebuchet MS", helvetica, sans-serif;
		text-align: justify;
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		margin-left: 5px;
		margin-right: 5px;
		background: white;
		padding: 20px;
		border: 1px solid black;
		border-top: none;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		color: #000000; }

	#content a:hover { background: #ff0000; }

#content2 {font: 0.9em/1.3em verdana, "trebuchet MS", helvetica, sans-serif;
		text-align: center;
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		margin-left: auto;
		margin-right: auto;
		background: white;
		padding: 20px;
		border: 1px solid black;
		border-top: none;
		z-index: 2;	}

	#content2 a {
		text-decoration: none;
		color: #000000; }

	#content2 a:hover { background: #ff0000; }

#content3 {font: 0.9em/1.3em verdana, "trebuchet MS", helvetica, sans-serif;
		text-align: left;
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		margin-left: auto;
		margin-right: auto;
		background: white;
		padding: 20px;
		border: 1px solid black;
		border-top: none;
		z-index: 2;	}

	#content3 a {
		text-decoration: none;
		color: #000000; }

	#content3 a:hover { background: #ff0000; }


	#footer{
	width: 150px;
		background: #F5F3F1;
		font-family: verdana, "trebuchet MS", helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		color: gray;
		border-left: solid black 1px;
		border-right: solid black 1px;
		border-bottom: solid black 1px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		}
		
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.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*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

+