@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
font: 0.7em Verdana, Geneva, Arial, helvetica, sans-serif;
background:#4a0000 url(../images/bg.gif) repeat-x top;
}

h1 {
text-indent: -9000px;
font-size:0px;
}

h2 {
color:#4a0000;
font-size:1.5em;
}

h3 {
color:#333;
font-size:1.1em;
}

p {
color:#333;
padding-bottom:10px;
}

input {
margin: 3px;
}

textarea {
margin: 3px;
}

fieldset
{
	border: 1px solid #9e0b0f;
	background: #ccc;
}

legend
{
background:#9e0b0f;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
}

label
{
	margin: 3px;
	font-size: 0.8em;
	font-weight: normal;
	display: block;
}
#wrapper {
width:950px;
margin:auto;
}

#banner {
background-color: #9e0b0f;
margin-top:10px;
}

#banner td {
color:#fff;
font-size:0.9em;
}

#mainarea {
background:url(../images/mainareatop.gif) top no-repeat;
}

#sidemenu {
float:left;
width:200px;
}

#sidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidemenu li a {
	margin-left: 10px;
	display: block;
	width: 180px;
	height: 25px;
	line-height: 25px;
	color: #333;
	text-decoration: none;
	background: #ececec url(../images/navigationbutton.gif);
	text-indent: 5px;
}

#sidemenu li a:visited {
	background-position: center;
	color: #333;
}

#sidemenu li a:hover {
	background-position: right top;
	color: #333;
}

#sidemenu object {
	margin-left: 5px;
}

#content {
float:left;
width:750px;
}

#footer {
background: url(../images/mainareabottom.gif) top no-repeat;
}

#footer p {
color:#aaa;
}

#footer a {
color:#ccc;
}

.vidbtn {
	cursor:n-resize;
}

.boxwide {
float:left;
margin:10px;
background:url(../images/contentbox.gif) top no-repeat;
width:530px;
}

.boxnarrow {
float:left;
margin:10px;
background:url(../images/contentboxnarrow.gif) top no-repeat;
width:180px;
}

.textarea {
padding:20px 25px 10px 15px;
}

.editbutton {
width:50px;
height:18px;
font-size:0.8em;
}

.edittextareawide {
width:480px;
height:auto;
font: 1em Verdana, Geneva, Arial, helvetica, sans-serif;
}

.edittextareanarrow {
width:120px;
height:150px;
font: 1em Verdana, Geneva, Arial, helvetica, sans-serif;
}

.shortfield {
width:20px;
}

.mediumfield {
width:90px;
}

.longfield {
width:200;
}

.galleryicon {
	float:left;
	padding:10px;
}
