body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	background: black;
	color: white;
}

#error {
	font-size: 16px;
	font-weight: 900;
	background: black;
	border: solid black 1px;
	margin: 0px auto;
	text-align: center;
	color: red;
}


#footer { color: inherit;
	  margin: 40px auto;
	  font-size: 10px;
	  text-align: center;
	  width: 800px;
	  clear: both;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}

#continfo {
	width: 200px;
	height: 100px;
	float: left;
	text-align: left;
}

.dispnone {
	display: none;
}

p {
	text-align: justify;
}

a  {
	color: #f3d775;
	text-decoration: none;
}

h1 {
	color: #f3d775;
	font-size: 18px;
}

a > img {
	border: none;
}


fieldset {
	display: block;
	clear: left;
	border: solid white 1px;
}

fieldset legend {
	color: #f3d775;
	font-size: 14px;
}

fieldset label {
	color: #f3d775;
	display: block;
	clear: left;
	float: left;
	width: 150px;
	margin-right: 10px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 4px;
}

fieldset input, fieldset select, fieldset textarea{
	display: block;
	clear: right;
	width: 200px;
	height: 20px;
	font-size: 16px;
	border: solid black 1px;
	margin-bottom: 4px;
}

input[type=checkbox] {
	border: none;
}

fieldset textarea {
	width: 300px;
	height: 200px;
}
fieldset > div {
	margin-left: 160px;
	padding-left: 30px;
	display: block;
	float: left;
	clear: left;
	width: 100%;
	height: 20px;
	padding-top: 4px;
	font-size: 10px;
	background-image: url('/img/down.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-bottom: 4px;
	margin-top: 10px;
	vertical-align: middle;
}

#recaptcha_widget_div {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 318px;
	height: 150px;
	clear: none;
}


fieldset a {
	margin-left: 160px;
	padding-left: 30px;
	display: block;
	float: left;
	clear: left;
	height: 16px;
	padding-top: 4px;
	font-size: 10px;
	background-image: url('/img/right.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-bottom: 4px;
	vertical-align: middle;
}

fieldset input[type=hidden]{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

fieldset button{
	display: block;
	clear: left;
	float: left;
	width: 200px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-left: 160px;
}

.search {
	display: block;
	clear: both;
	float: left;
	width: 100%;
}
.paging {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin: 10px;
}

.paging a {
	display: block;
	float: left;
	width: 150px;
	height: 18px;
	font-size: 16px;
	border: solid black 1px;
	text-align: center;
	padding: 2px;
	background: white;
	color: black;
}

.paging a:hover {
	background: #666;
}

.listing {
	width: 100%;
	display: block;
	clear: both;
	float: left;
	margin: 20px;
}


.listing td {
	padding: 10px;
}


.mceEditor {
	clear: both;
	display: block;
}

.mceContentBody {
	background: red;
}

#tags {
	display: block;
	margin: 30px auto;
	margin-top: 10px;
	width: 776px;
	height: 115px;
	clear: both;
}

#template {
	display: block;
	width: 915px;
	min-height: 713px;
	margin: 0px auto;
	background: url('/img/back.png');
	background-repeat: no-repeat;
	padding: 10px 20px;
}

#nav {
	display: block;
	width: 663px;
	height: 25px;
	float: right;
	margin-bottom: 40px;
}

#nav a img{
	border: none;
}

#nav a {
	display: block;
	float: left;
}

#home {
	display: block;
	width: 240px;
	height: 200px;
	float: left;
}


#slideshow {
	float: right;
	display: block;
	width: 663px; height: 129px;
	margin-bottom: 8px;
}

/*preload classes*/
.svw {
	display: block;
}

.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
}

.stripViewer img {
	margin: 0px !important;
}

.stripViewer ul { /* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li {
	float:left;
}

.stripTransmitter {
	overflow: auto;
	display: none;
	width: 0px;
	height: 0px;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li{
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
}

.stripTransmitter a{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: black;
	color: white;
	text-decoration: none;
	display: block;
	border: solid white 1px;
}

.stripTransmitter a:hover, a.current{
	background: white;
	color: red;
	border: solid red 1px;
}

#sidebar {
	clear: left;
	float: left;
	display: block;
	width: 250px;
	height: 400px;
}

#sidebar a{
	display: block;
	width: 218px;
	height: 79px;
	margin-left: 14px;
	margin-top: 10px;
}

#content {
	display: block;
	float: right;
	clear: right;
	width: 658px;
	min-height: 480px;
}

#sound > img {
	vertical-align: middle;
}

#content > #slideshow2 {
	display: block;
	width: 658px; height: 129px;
	margin: 8px auto;
}

/*preload classes*/
#content .svw {
	display: block;
	padding: 200px;
}

#content .svw ul {position: relative; left: -999em;}

/*core classes*/
#content .stripViewer {
	position: relative;
	overflow: hidden;
}

#content .stripViewer img {
	margin: 0px !important;
}

#content .stripViewer ul { /* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
#content .stripViewer ul li {
	float:left;
}

#content .stripTransmitter {
	overflow: auto;
	display: hidden;
	height: 30px;
	margin: 0px auto;
}
#content .stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
#content .stripTransmitter ul li{
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
}

#content .stripTransmitter a{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: black;
	color: white;
	text-decoration: none;
	display: block;
	border: solid white 1px;
}

#content .stripTransmitter a:hover, a.current{
	background: white;
	color: red;
	border: solid red 1px;
}

