/* CSS Document */

body {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

p {
padding: 0px;
margin: 0px;
margin-bottom: 10px;
}

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

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

DIV#menu  { color: #cfcf99; font-size: 18px; text-align: right; padding-right: 15px; border-right: 1px dashed #cccccc }
DIV#title   { color: #cfcf99; font-size: 25px; margin-bottom: 10px; height: 68px; overflow: hidden }
DIV#titletext {
	margin-top: 20px;
}

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

DIV#notice {
	font-size: 10px;
	color: #999999;
	text-align: center;
}