@charset "utf-8";
/* CSS Document */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

body {
	font-size:62.5%;
	margin:0px;
	padding:0px;
	background:#FFFFFF url(../images/gradient.gif) top repeat-x;
}

#wrapper {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

/***** Header ******/
#header {
	width:920px;
}

/***** Navigation ******/
#navigation {
	width:920px;
}

/***** Content ******/
#content {
	width:920px;
	background:url(../images/content-background.gif);
	clear:both;
	overflow:hidden;
}

/***** Left ******/
#left {
	width:20px;
	float:left;
}

/***** Mid ******/
#mid {
	width:880px;
	float:left;
}

/***** Right ******/
#right {
	width:20px;
	float:right;
}

/***** Main******/
#main {
	width:600px;
	float:left;
	background-color:#ffffff;
}

#main h1 {
	padding:10px 20px 10px 10px;
}

#main h2 {
	padding:10px 20px 3px 10px;
}

#main h3 {
	padding:10px 20px 3px 10px;
	font-size:1.2em;
	color:#666666;
	font-weight:bold;
}

#main p {
	padding:0px 20px 10px 10px;
	font-size:1.2em;
	color:#666666;
}

#main strong {
	font-weight:bold;
	color:#666666;
}

#main a, #main table tr td a {
	color:#333366;
	text-decoration:none;
}

#main a:hover, #main table tr td a:hover {
	text-decoration:underline;
}

#main table.setlist {
	margin:10px 20px 10px 10px;
}

#main table.setlist tr td {
	padding:0px 20px 5px 0px;
	font-size:1.2em;
	color:#666666;
}

#main table.setlist tr td strong {
	font-weight:bold;
	color:#666666;
}

#main .pic {
	clear:both;
}

#main .pic-right {
	float:right;
	max-width:300px;
}

#main .pic-left {
	float:left;
	max-width:300px;
}

#main .pic-left h2, #main .pic-right h2 {
	padding-top:30px;
}

#main table.fm td {
	padding-bottom:1px;
}

#main table.fm td.label {
	padding: 3px 10px 0px 20px;
	text-align:right;
	font-size:1.2em;
	color:#666666;
	vertical-align:top;
}

#main table.fm td input {
	width:300px;
	padding: 0px 0px 0px 0px;
	font-size:1.2em;
	color:#666666;
	border:1px #cccccc solid;
}

#main table.fm td select {
	width:300px;
	font-size:1.2em;
	color:#666666;
	border:1px #cccccc solid;
}

#main table.fm td option {
	width:300px;
	font-size:1.2em;
	color:#666666;
	border:1px #cccccc solid;
}

#main table.fm td textarea {
	width:300px;
	font-size:1.2em;
	color:#666666;
	border:1px #cccccc solid;
}

#main table.fm td .fm_button {
	width:100px;
	font-size:1.2em;
	color:#666666;
	border:1px #cccccc solid;
}



/***** Addtional ******/
#additional {
	width:280px;
	float:right;
	background-color:#ffffff;
}

/***** Panel ******/
.panel {
	margin:0px 0px 10px 0px;
}

.panel-title {
	background:url(../images/panel-title-background.gif);
	padding:0px 10px 0px 10px;
}

.panel-body {
	background:url(../images/panel-bottom.gif) bottom no-repeat #CCCCCC;
	padding:10px 10px 5px 10px;
}

.panel-body p, .panel-body-white p {
	color:#666666;
	font-size:1.1em;
	padding:0px 0px 5px 0px;
}

.panel-body h3, .panel-body-white h3 {
	color:#666666;
	font-size:1.1em;
	font-weight:bold;
}

.panel-body strong, .panel-body-white strong {
	color:#666666;
	font-weight:bold;
}

.panel-body a, .panel-body-white a {
	color:#333366;
	text-decoration:none;
}

.panel-body a:hover, .panel-body-white a:hover {
	color:#333366;
	text-decoration:underline;
}

/***** Nav ******/
#nav {
	clear:both;
	text-align:center;
	padding:5px 0px 0px 0px;
}

#nav ul {
	padding:0px 0px 0px 0px;
	display:inline;
}

#nav ul li {
	padding:0px 10px 0px 10px;
	display:inline;
	color:#999999;
	border-left:1px #999999 solid;
}

#nav ul li.first {
	border-left:0px;
}

#nav li a {
	color:#999999;
	text-decoration:none;
}

#nav li a:hover {
	text-decoration:underline;
}

/***** Footer ******/
#footer {
	width:880px;
	background:url(../images/content-bottom.gif) #ffffff no-repeat top;
	padding:20px 20px 20px 20px;
	color:#999999;
}

























