/* CSS Document */

body {
background-color:#007740;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0px;
}

p {
padding: 0px;
margin: 0px;
display:inline-block;
}

a:link, a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #37b336;
}
DIV#wrap {
width: 100%;
margin-top: 10px;
margin-bottom: 40px;
margin-right: auto;
margin-left: auto;
position: relative;
height:480px;
}
DIV#sidebar {
	width: 191px;
	position: absolute;
	top: 0px;
	left: 0px;
}
DIV#viewer {
background-position:center;
background-repeat:no-repeat;
overflow: hidden;
width: 400px;
height: 200px;
border: solid 1px #CCCCCC;
text-align: center;
}

DIV#description {
width: 904px;
margin-right: auto;
margin-left: auto;
position: relative;
height:100%;
font-size:12px;
color:#FFF;	
}

DIV#picker {
margin-top: 10px;
margin-bottom: 10px;
height: 105px;
width: 400px;
overflow: auto;
}
DIV#picker_thumbs {
height: 82px;
width: 400px;
}

DIV#menu {
font-size: 30px;
text-align: right;
display:block;
color:#030;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
width: 904px;
margin-right: auto;
margin-left: auto;
padding:0px;
margin-bottom:-7px;
}
DIV#title {
font-size: 30px;
font-weight:bold;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
height: 68px;
width: 904px;
margin-right: auto;
margin-left: auto;
overflow: hidden;
color:#FFF;
}
DIV#titletext {
	margin-top: 5px;
}
DIV#footer {
margin: 0px;
padding: 0px;
background-color:#FFF;
height:100px;
vertical-align:bottom;

}
IMG.thumbnail {
float: left;
margin-right: 10px;
cursor: pointer;
border: solid 1px #CCCCCC;
}

DIV#notice {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
	height:21px;
	
}
h1 {
	color:#37b336;
	margin:0px;
	font-size:20px;}

	
h3 {
	color:#FFF;
	font-size:14px;
	font-style:italic;
	margin:0px;}
	
h4 {
	color:#FFF;
	font-size:13px;
	font-weight:lighter;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;}
	
h5 {
	color:#FFF;
	font-size:14px;
	font-weight:lighter;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;}
	

	