@charset "utf-8";
/* CSS Document */

body {
	background-color: #739141;
	color: #fff;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	clear:both;
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper h1 {
	font-size: 1em;
	padding: 0px 0 3px 2px;
	margin: 0;
	color:#06F;
}

#content {
	width: 910px;
	margin: 0;
	padding: 10px;
	background-color: #c3e691;
	clear:both;
}

#sidebar {
	width: 145px;
	margin:0;
	padding:0;
	float: left;
	height: 640px;
	border: #000 solid 5px;
	background-color: #2c2b2b;
	position: relative;
}

.sidebar-tl-corner {
	background: url(images/box-tl-corner.jpg); width: 19px; height: 19px; position:absolute; top: -5px; left: -5px;
}
.sidebar-tr-corner {
	background: url(images/box-tr-corner.jpg); width: 19px; height: 19px; position:absolute; top: -5px; right: -5px;
}
.sidebar-bl-corner {
	background: url(images/box-bl-corner.jpg); width: 19px; height: 19px; position:absolute; bottom: -5px; left: -5px;
}
.sidebar-br-corner {
	background: url(images/box-br-corner.jpg); width: 19px; height: 19px; position:absolute; bottom: -5px; right: -5px;
}

#thumb-preview {
	margin:0;
	padding:15px 0;
}

.thumb-inside {
	padding: 15px;
}


#swf-area {
	width: 730px;
	height: 640px;
	margin:0;
	padding: 0;
	float: right;
	border: #000 solid 5px;
	background-color: #2c2b2b;
	position: relative;
}

.swf-area-tl-corner {
	background: url(images/box-tl-corner.jpg); width: 19px; height: 19px; position:absolute; top: -5px; left: -5px;
}
.swf-area-tr-corner {
	background: url(images/box-tr-corner.jpg); width: 19px; height: 19px; position:absolute; top: -5px; right: -5px;
}
.swf-area-bl-corner {
	background: url(images/box-bl-corner.jpg); width: 19px; height: 19px; position:absolute; bottom: -5px; left: -5px;
}
.swf-area-br-corner {
	background: url(images/box-br-corner.jpg); width: 19px; height: 19px; position:absolute; bottom: -5px; right: -5px;
}


#swf-inside {
	padding: 15px;
	text-align:center;
}

#swf {
	background-color: #2c2b2b;
	margin: 10px 0;
	padding: 0;
	border: 0;
	text-align:center;
}


.clearfix {
	clear:both;
	height: 1%;
	line-height:0px;
}

img { border: 0;}
	
/*** Scrollbar CSS ***/
#scrollbar_container {
	WIDTH: 130px; POSITION: relative;
}
#scrollbar_track {
	RIGHT: 0px; WIDTH: 10px; CURSOR: move; POSITION: absolute; TOP: 0px; HEIGHT: 100%; BACKGROUND-COLOR: transparent
}
#scrollbar_handle {
	WIDTH: 10px; height: 100px; CURSOR: move; BACKGROUND-COLOR: #dfdddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; opacity: 0.9; -moz-opacity: 0.9;
	cursor:pointer;
}
#scrollbar_content {
	OVERFLOW: hidden; WIDTH: 115px; HEIGHT: 600px; padding-left: 10px;
}
 
#scrollbar_content h3 {
	font-size: .75em;
}

#scrollbar_content h2 {
	font-size: .85em;
}