@charset "utf-8";
/* CSS Document */
/* Reset css styles*/
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
}
body {
	background: #CCC;
	background-color: #CCC;
}

/* Major div blocks definitions*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 600px;
	background: #635340;
}
#header {
	width: 100%;
}
#menu {
	padding: 1px;
	background: #EDEDED;
	border-bottom: #999 1px solid;
}
#submenu {
	padding: 1px;
	background: #EDEDED;
	height: 22px;
	border-left: #C09F77 5px solid;
}
#buttons{
	float: left;
	display: inline;
	border-top: #C09F77 5px solid;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 25px;
	height: 400px;
	width: 30px;
	background:url(../images/bg_buttons.gif) no-repeat;
}
#content {
	float: left;
	width: 680px;
	height: 455px;
	border: #C0C0C0 5px solid;
	margin: 5px;
	background:#C0C0C0;
	text-align: center;
	overflow-y: auto;
	overflow-x: hidden;
}
#text {
	float: left;
	display: inline;
	width: 240px;
	height: 465px;
	background: #EDEDED;
	margin-top: 5px;
	margin-right: 5px;
}

/* Menu list */
.#menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.menu ul li {
	display: inline;
	margin-left: 10px;
}
.menu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menu li a.current {
	text-decoration: underline;
}

/* Header markup */

h1 {
	background:url(images/arrow.png) left center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	padding: 20px;
}
h2 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
}
h3, p {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
h3 {
	font-weight:bold;
	margin:0;
	padding:0;
}

/* Other markup */
img {
	border: none;
	padding:0;
	margin:0;
}
#content img {
	margin: 5px;
}
img.button_play, img.button_stop, img.button_next, img.button_previous, img.button_all, img.button_one {
	cursor: pointer;
	align: center;
	text-align: center;
	margin: 4px;
}
#description p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
	text-decoration: none;
}

.form td {
	text-align: left;
	padding: 5px;
}
.form ul li {
	list-style-type: none;
}
.photothumb {
	float: left;
	width: 95px;
	height: 95px;
	padding: 5px;
	border: 1px solid #999;
	vertical-align: middle;
}
.photothumb img{
	vertical-align: middle;
}