/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #9B8F57;
}

a:link  {
	text-decoration: underline
}

a:visited  {
	text-decoration: underline
}

a:hover  {
	text-decoration: none
}

a:active  {
text-decoration: underline
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #54531F;
}
.textLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #54531F;
}
.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #54531F;
}



.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #D7D5C4;
	text-align: right;
	letter-spacing: .15em;
}

a:link.nav  {
	text-decoration: none
}

a:visited.nav  {
	text-decoration: none
}

a:hover.nav  {
	text-decoration: none;
	color: #9B8F57;
}

a:active.nav  {
	text-decoration: none
}

.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #9B8F57;
	text-align: right;
}
a:link.credits  {
	text-decoration: none
}

a:visited.credits  {
	text-decoration: none
}

a:hover.credits  {
	text-decoration: underline;
}

a:active.credits  {
	text-decoration: none
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #9B8F57;
	background-color: #54531F;
}
#stage {
	background-color: #9B8F57;
	background-image: url(../images/stage.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 900px;
}
#sidebar {
	text-align: left;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}
#textarea {
	text-align: left;
	display: block;
	padding-left: 20px;
}

