/* global */
a{
	color:#ffbc45;
}

a:hover {
	color:#e65c00;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #704905;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
/* end global */

#flashcontent {
	height: 400;
}

#gallery {
	width:auto;
	height:400;
	background-color: transparent;
	filter:alpha(opacity=0);
}
/* container */
#container {
	width: 760px;
	margin: 0 auto;
	background: #801717 url(../_images/container_bg.gif) repeat-y;
	border-right: 3px solid #680707;
	border-bottom: 3px solid #680707;
	border-left: 3px solid #680707;
}
/* end container */

/* top bar */
#topbar {
	height: 23px;
	background: #D88B04 url(../_images/topbar/bg.gif) repeat-x;
	border-bottom: 1px solid #680707;
	text-align: right;
	font-size: 0;
}

#topbar_inner {
	margin-right: 23px;
}
/* end top bar */

/* banner */
#banner {
	height: 174px;
	background: #801717 url(../_images/banner.jpg) no-repeat;
	font-size: 0;
}
/* end banner */

/* page */
#page {
	background: url(../_images/contents_bg.jpg) right 37px no-repeat;
}
/* end page */

/* nav bar */
#navbar {
	height: 37px;
	background-color: #FFE600;
	font-size: 0;
}
/* end nav bar */

/* left pane */
#leftpane {
	width: 187px;
	float: left;
	background: url(../_images/leftpane_bg.jpg) no-repeat;
	color: #9B2324;
}

#leftnav {
	margin: 10px 23px 10px 23px;
	height: 182px;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
}

#leftnav a:link {
	text-decoration: none;
	color: #9B2324;
}

#leftnav a:visited {
	text-decoration: none;
	color: #9B2324;
}

#leftnav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#leftnav a:active {
	text-decoration: none;
	color: #9B2324;
}

#searchbar {
	height: 36px;
	background: #C77D00 url(../_images/searchbar_bg.jpg) no-repeat;
	text-align: center;
	font-size: 0;
}

#searchbar_inner {
	padding: 8px 0;
}

#searchbar_inner form {
	margin: 0;
	padding: 0;
}

#searchbox {
	border: 1px solid #FFFFFF;
	font-size: 13px;
}

#searchbtn {
	cursor: pointer;
	background-color: transparent;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#sponsors {
	margin: 10px 23px 23px 23px;
	text-align: center;
}

#sponsors_title {
	font-weight: bold;
}

#sponsors img {
	margin-top: 10px;
}
/* end left pane */

/* contents */
#contents {
	width: 573px;
	float: left;
}

#contents_inner {
	margin: 23px;
	text-align: justify;
	line-height: 1.7em;
	font-size: 1em;
	font-weight: bold;
	color: #E4B2B3;
}

#open07_title {
	margin-bottom: 10px;
	border-bottom: 1px solid #FFE04B;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFE04B;
}

#open07_poster {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#open07_body {
	margin: 0 0 23px 100px;
	font-size:11px;
}

.leftcol {
	float: left;
	width: 47%;
}

.rightcol {
	float: right;
	width: 47%;
}

.section_title {
	border-bottom: 1px solid #FFE04B;
	font-size: 12px;
	font-weight: bold;
	color: #FFE04B;
}

.section_body {
	margin-bottom: 23px;
	font-size:11px;
}

.section_body a:link {
	text-decoration: none;
	color: #ffbc45;
}

.section_body a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.section_body a:hover {
	text-decoration: underline;
	color: #e65c00;
}

.section_body a:active {
	text-decoration: none;
	color: #ffbc45;
}

.article_title {
	border-bottom: 1px solid #FFE04B;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFE04B;
}

.article_title a:link {
	text-decoration: none;
	color: #ffbc45;
}

.article_title a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.article_title a:hover {
	text-decoration: none;
	color: #e65c00;
}

.article_title a:active {
	text-decoration: none;
	color: #ffbc45;
}

.article_subtitle {
	text-align: right;
	font-size: 0.95em;
	color: #FFE04B;
}

.article_body {
	margin: 10px 0 23px 0;
	font-size:11px;
	font-style:normal;
}

.article_body a:link {
	color: #ffbc45;
}

.article_body a:visited {
	color: #FFFFFF;
}

.article_body a:hover {
	color: #00FFFF;
}

.article_body a:active {
	color: #ffbc45;
}
/* end contents */

/* summaries */
#summaries {
	height: 1.95em;
	clear: both;
	background: #FFA200 url(../_images/summaries_bg.gif) repeat-x;
	border-top: 1px solid #680707;
}

#summaries_inner {
	margin: 0.5em 0;
	text-align: center;
	font-size: 0.95em;
	font-weight: bold;
	color: #680707;
}

#summaries_inner a:link {
	text-decoration: none;
	color: #680707;
}

#summaries_inner a:visited {
	text-decoration: none;
	color: #680707;
}

#summaries_inner a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#summaries_inner a:active {
	text-decoration: none;
	color: #680707;
}
/* end summaries */

/* footer */
#footer {
	background-color: #801717;
}

#footer_inner {
	padding: 0.5em 0;
	line-height: 1.7em;
	text-align: center;
	font-size: 0.95em;
	color: #E4B2B3;
}

#footer_inner a:link {
	text-decoration: none;
	color: #E4B2B3;
}

#footer_inner a:visited {
	text-decoration: none;
	color: #E4B2B3;
}

#footer_inner a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer_inner a:active {
	text-decoration: none;
	color: #E4B2B3;
}
/* end footer */