/* base css file */
html {
	font-size: 62.5%;
	height: 100%;
	}
body {
	background: #000 url(../img/top_grad_back.jpg) top center repeat-x;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, Sans Serif;
	}
* {
	/* set all padding and margins to 0 */
	padding: 0px;
	margin: 0px;
	}
h1 {
	font-size: 3em;
	font-family: Tahoma, Arial, Helvetica, Sans Serif;
	font-weight: bold;
	color: #fff;
	line-height: 1.8em;
	}
h2 {
	font-size: 2em;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 1.5em;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	}
h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #938058;
	font-family: arial, Helvetica, Sans Serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
p {
	font-weight: normal;
	padding: .3em 0px .6em 0px;
	line-height: 1.4em;
	}
.quote {
	font-style: italic;
	color: #938058;
	}
hr {
	height: 1px;
	font-size: 1px;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	border-top: 1px dashed #dcdcdc;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	}
ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	font-size: 12px;
	font-family: arial, helvetica, sans serif;
	}
ol li {
	list-style-type: upper-roman;
	list-style-image: none;
	list-style-position : outside;
	color: #000;
	margin: 15px 3px 30px 40px;
	font-weight: bold;
	}
ol ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	font-size: 12px;
	font-family: arial, helvetica, sans serif;
	font-weight: normal;
	}
ol ol li {
	list-style-type: upper-alpha;
	list-style-image: none;
	list-style-position : outside;
	color: #000;
	margin: 2px 3px 10px 23px;
	font-weight: normal;
	line-height: 1.6em;
	}
ul {
	padding: 0px;
	margin: 10px 10px 10px 0px;
	font-size: 12px;
	font-family: arial, helvetica, sans serif;
	}
ul li, ol ul li {
	list-style-type: none;
	list-style-image: url(../img/bullet.gif);
	list-style-position: outside;
	line-height: 13px;
	color: #000;
	margin: 6px 3px 6px 20px;
	font-weight: normal;
	}
td ul {
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 0px;
	font-size: 12px;
	line-height: 13px;
	font-family: arial, helvetica, sans serif;
	}
td ul li {
	list-style-image: url(../img/bullet.gif);
	list-style-position : outside;
	color: #000;
	margin: 0px 3px 5px 20px;
	}
/* use this class in a div tag rather than <hr /> */
.hrule {
	position: relative;
	display: block;
	top: -1px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px dashed #4E9A10;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}
a, a:link, a:visited {
	text-decoration: none;
	color: #ffff00;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #ff00ff;
	}

/* ID zones */
#outer-wrapper {
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/pc_back_mid.jpg) repeat-y;
	}
#wrapper {
	width: auto;
	padding-top: 40px;
	min-height: 547px;
	background: url(../img/pc_back_top.jpg) no-repeat;
	}
.index #wrapper {
	padding-top: 40px;
	width: auto;
	background: url(../img/pc_back_top_index.jpg) no-repeat;
	}
#content-top {
	margin: 0px 40px 20px 40px;
	text-align: left;
	height: 210px;
	}
.index #content-top {
	height: 440px;
	}
#content-body {
	margin: 0px 100px 20px 100px;
	text-align: left;
	font-size: 1.3em;
	}
#bottom {
	width: auto;
	height: 13px;
	background: url(../img/pc_back_bottom.jpg) no-repeat;
	}

/* Main Links */
#links-main {
	text-align: center;
	height: 44px;
	width: 604px;
	margin: 20px auto 20px auto;
	}
#links-main ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
#links-main li {
	list-style-image: none;
	list-style-position : none;
	overflow: hidden;
	margin: 0px 4px 0px 4px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	text-indent: -2000px;
	}
#links-main a, #links-main a:link{
	display: block;
	width: 142px;
	height: 44px;
	margin: 0px;
	vertical-align: text-bottom;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
#links-main a.home, #links-main a:link.home{
	background: URL(../img/link_home.gif) no-repeat top left;
	}
#links-main a:hover.home {
	color: #fff;
	background: URL(../img/link_home.gif) no-repeat bottom left;
	}
#links-main a.about, #links-main a:link.about{
	background: URL(../img/link_about.gif) no-repeat top left;
	}
#links-main a:hover.about {
	color: #fff;
	background: URL(../img/link_about.gif) no-repeat bottom left;
	}
#links-main a.cast, #links-main a:link.cast{
	background: URL(../img/link_cast.gif) no-repeat top left;
	}
#links-main a:hover.cast {
	color: #fff;
	background: URL(../img/link_cast.gif) no-repeat bottom left;
	}
#links-main a.music, #links-main a:link.music{
	background: URL(../img/link_music.gif) no-repeat top left;
	}
#links-main a:hover.music {
	color: #fff;
	background: URL(../img/link_music.gif) no-repeat bottom left;
	}
#links-main a.contact, #links-main a:link.contact{
	background: URL(../img/link_contact.gif) no-repeat top left;
	}
#links-main a:hover.contact {
	color: #fff;
	background: URL(../img/link_contact.gif) no-repeat bottom left;
	}
#links-main a:active {
	color: #fff;
	}

/* Music Box */
.songs {
	float:left;
	height: 36px;
	padding-left: 40px;
	margin: 0px 30px 20px 0px;
	background: URL(../img/music_note.gif) no-repeat top left;
	}

/* Form Field */

fieldset {
	width: 100%;
	padding: 20px;
	text-align: left;
	font-size: 1em;
	border: 1px solid #938058;
	width: auto;
	margin: 0px 0px 10px 0px;
	}
fieldset p {
	margin: 10px 0px 10px 0px;
	}
fieldset ul, fieldset li {
	list-style-image: url(../img/star_bullet.gif);
	list-style-position : outside;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	}
fieldset ul {
	margin-bottom: 10px;
	}
fieldset li {
	margin-bottom: 5px;
	}
legend {
	text-align: left;
	font-weight: normal;
	font-size: 1.3em;
	padding: 0px 4px 0px 4px;
	line-height: 1.4em;
	color: #fff; 
	background: none;
	}
label {
	font-size: .917em;
	}
.floatleft {
	float:left;
	width: auto;
	margin-right: 10px;
	}
.floatdetail {
	float:left;
	width: auto;
	padding: 10px;
	margin-right: 10px;
	background: #efefef;
	border: 1px solid #808080;
	}
.floatend {
	clear:both;
	height: 8px;
	}
.textfield {
	font: bold 14px  Arial, Helvetica, sans-serif, "Tahoma";
	color: #007e3a;
	}
.tinypwd {
	font-size: 10px;
	}
	
/* Error Handling CSS */
.errorhead {
	display:block;
	background:#ff0000 url(../img/error.gif) no-repeat 2px 2px;
	padding: 2px 2px 2px 20px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	}
.errorbox {
	color: #000;
	padding: 6px;
	font-size: 12px;
	}
.errorbox ol, .errorbox ul, .errorbox li {
	list-style-position : outside;
	color: #000;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 12px;
	}