body {
	font-size: 100%;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
}
form {
	margin: 0;
	padding: 0;
}
table {
    border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0;
	width: 100%;
}
img {
    border: 0;
	padding: 0;
	margin: 0;
}
#bodyTable {
    width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
#stageTable {
	width: 960px;
    height: 590px;
	margin: 0 auto;
}
#stageSize {
	width: 960px;
    height: 570px;
	margin: 0 auto;
	background-image: url(../images/stuff/www_bg.gif);
	background-repeat: no-repeat;
}
#stageBg {
    width: 960px;
    height: 570px;
	background-image: url(../images/stuff/www_bg.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 1px solid #999999;
}

#header {
	width: 720px;
	height: 1px;
	visibility: hidden;
	z-index: auto;
	overflow: hidden;
}
#header h1 {
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    font-size: 8px;
	padding: 0px;
	margin: 0px;
}


#navSection {
	width: 112px;
	height: 570px;
	vertical-align: top;
	padding: 0px;
	padding-top: 240px;
	margin: 0px;
}
#stageSection {
	width: 848px;
	height: 570px;
	padding-top: 150px;
	text-align: center;
	vertical-align: top;
}
#stageSection td {
	padding: 20px;
	padding-left: 60px;
	vertical-align: top;
}
#stageSectionNormal {
    padding: 20px;
	text-align: left;
	vertical-align: top;
}



/* ------------- navigation --------------- */

#navSection ul {
	width: 122px;
    padding: 0px;
	margin: 0 0 0 20px;
	text-align: left;
}
#navSection ul li {
    display: block;
	width: 122px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-align: left;
	line-height: 30px;
}
#navSection ul li a {
    display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#navSection ul li a:link, #navSection ul li a:visited {
	color: #999999;
}
#navSection ul li a:hover {
    color: #FF6600;
}



/* --------- content ------------ */







#stageSection h1, #stageSectionNormal h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	vertical-align: top;
}
#stageSection h2, #stageSectionNormal h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	vertical-align: top;
}
#stageSection h3, #stageSectionNormal h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	vertical-align: top;
}
#stageSection p, #stageSection td p, #stageSectionNormal p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 14px;
	vertical-align: top;
}
#stageSection p a, #stageSection td p a, #stageSectionNormal p a {
	text-decoration: none;
}
#stageSection p a:link, #stageSection p a:visited, #stageSection td p a:link, #stageSection td p a:visited, #stageSectionNormal p a:link, #stageSectionNormal p a:visited {
	color: #FF6600;
}
#stageSection p a:hover, #stageSection td p a:hover, #stageSectionNormal p a:hover {
	color: #999999;
}




#caption { 
    height: 20px;
	text-align: left;
}
#caption p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
#caption p a {
	text-decoration: none;
}
#caption p a:link, #caption p a:visited {
    color: #999999;
}
#caption p a:hover {
    color: #666666;
}



/* ------------------------------- */
input#button {
    width: 152px;
	height: 24px;
	border: none;
	background-color: #666666;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
input#inputText {
    width: 340px;
	height: 22px;
	border: none;
	background-color: #EAEAEA; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5 4 5 4px;
}
textarea {
    width: 360px;
	height: 72px;
	border: none;
	background-color: #EAEAEA;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5 4 4 4px;
}
