body {
	background: #fff url(/images/layout/background.png) repeat-x;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #473f2f;
	font-size: 11px;
}

a {
	color: #FD6500;
}

#container {
	width: 100%;
}

#header {
	width: 100%;
	height: 262px;
	background: url(/images/layout/header.jpg) no-repeat center;
}

#header .content {
	position: relative;
	width: 950px;
	margin: auto;
}

#header .content .menu {
	position: absolute;
	top: 225px;
	list-style: none;
}

#header .content .menu li { float: left; padding-right: 25px; }
#header .content .menu a {
	font: bold 15px Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	color: #fff;
}

#header .content .topLinks {
	position: absolute;
	top: 25px;
	right: 40px;
}

#header .content .topLinks a {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#flash_top {
	position: absolute;
	top: 0;
	left: 279px;
}

#content {
	width: 100%;
}

#content .subcontent {
	position: relative;
	width: 950px;
	margin: auto;
	background: #fff url(/images/layout/right.png) repeat-y right;
}

#content .content-left-top {
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 61px;
	background: url(/images/layout/content-top-left.png) no-repeat;
}

#content .content-right-top {
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 61px;
	background: url(/images/layout/content-top-right.png) no-repeat;
}

#left-content {
	position: relative;
	float: left;
	width: 243px;
	min-height: 450px;
	background: url(/images/layout/left.png) repeat-y;
}

#left-content .left-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 243px;
	height: 450px;
	background: url(/images/layout/left-top.png) no-repeat;
	z-index: 1;
}

#left-content .left-intersection-top {
	position: relative;
	width: 258px;
	height: 51px;
	background: url(/images/layout/left-intersection-top.png) no-repeat;
	z-index: 2;
}

#newsletter {
	position: relative;
	width: 243px;
	background: #fff url(/images/layout/left-intersection-bottom.png) no-repeat top left;
	z-index: 2;
}

#newsletter h2 {
	padding: 40px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #f14c00;
	text-transform: uppercase;
	text-align: center;
}

#newsletter form {
	display: block;
	width: 100%;
	background: url(/images/layout/left-newsletter.png) repeat-y;
}

#newsletter form ul {
	width: 160px;
	margin: auto;
	list-style: none;
}

#newsletter form ul li {
	padding-bottom: 2px;
}

#newsletter form label {
	display: block;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 10px;
}

#newsletter form input, #newsletter form select {
	width: 150px;
	padding: 2px;
	border: 1px solid #d5c2a2;
	font-size: 11px;
}

#newsletter form select {
	width: 156px;
}

#newsletter form input.submit {
	display: block;
	width: 80px;
	margin: 5px auto 0 auto;
	padding: 1px;
	background: #e7dec1;
	border: 1px solid #a4946e;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	color: #b3a47d;
	font-weight: bold;
	font-size: 11px;
	overflow: visible;
	outline: none;
	cursor: pointer;
	text-align: center;
}

#newsletter .bottom {
	width: 100%;
	height: 40px;
	background: #fff url(/images/layout/newsletter-bottom.png) no-repeat;
}

#contest-list {
	position: relative;
	width: 223px;
	padding-top: 20px;
	font-size: 11px;
	z-index: 2;
}

#contest-list h2 {
	padding: 10px 10px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #f14c00;
	text-transform: uppercase;
}

#contest-list ul {
	width: 100%;
	background: url(/images/layout/menu-background.png) repeat-y;
	list-style: none;
	font-size: 12px;
}

#contest-list ul li {
	background: url(/images/layout/menu-border.png) no-repeat top;
	font-weight: bold;
	color: #795f40;
}

#contest-list ul li a {
	display: block;
	width: 196px;
	padding: 7px 1px 7px 20px;
	text-decoration: none;
	color: #795f40;
}

#contest-list ul li li {
	font-weight: normal;
	color: #a78e62;
}

#contest-list ul li li a {
	padding-left: 35px;
	color: #a78e62;
}

#contest-list ul li li li a {
	padding-left: 50px;
}

#contest-list ul li.children ul {
}

#article-short-list {
	position: relative;
	width: 223px;
	padding: 10px 10px 0 10px;
	font-size: 11px;
	line-height: 16px;
	z-index: 2;
}

#article-short-list h2 {
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #f14c00;
	text-transform: uppercase;
}

#article-short-list .date {
	font-weight: bold;
	color: #85b600;
}

#article-short-list ul { list-style: none; }
#article-short-list li { padding-bottom: 10px; }
#article-short-list a { text-decoration: none; }

#gallery-short-list {
	position: relative;
	width: 223px;
	padding: 10px 10px 0 10px;
	font-size: 11px;
	line-height: 16px;
	z-index: 2;
}

#gallery-short-list h2 {
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #f14c00;
}

#gallery-short-list ul { list-style: none; }
#gallery-short-list li { 
	font-weight: bold;
	color: #f14c00;
}

#gallery-short-list a {
	text-decoration: none;
	color: #473f2f;
}

#middle-content {
	position: relative;
	float: left;
	width: 487px;
	padding: 0 0 10px 0;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	background: url(/images/layout/middle-bottom.png) no-repeat bottom;
}

#middle-left-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 61px;
	background: url(/images/layout/middle-top-left.png) no-repeat;
	z-index: 1;
}

#middle-content .content {
	position: relative;
	width: 417px;
	padding: 20px 35px 30px 35px;
	font-size: 11px;
	z-index: 2;
}

#right-content {
	position: relative;
	float: left;
	width: 213px;
	padding: 0 7px 0 0;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#organizer {
	width: 213px;
	padding-bottom: 25px;
	background: url(/images/layout/right-top.jpg) no-repeat;
}

#organizer h1 {
	padding: 5px 0 20px 12px;
	font: bold 13px Tahoma, sans-serif;
	text-transform: uppercase;
	color: #d2bfaa;
}

#organizer .photo1 {
	display: block;
	margin: auto;
	padding-left: 15px;
	padding-bottom: 65px;	
	width: 120px;
	height: 110px;
}

#organizer .photo2 {
	display: block;
	width: 150px;
	margin: auto;
}

#partner {
	width: 213px;
}

#partner h1 {
	padding: 20px 0 10px 12px;
	font: bold 13px Tahoma, sans-serif;
	text-transform: uppercase;
	color: #fd6500;
}

#partner h1 span { color: #9e8c67; }

#partner img {
	display: block;
	padding-bottom: 5px;
	margin: auto;
}

#sponsor {
	width: 213px;
}

#sponsor h1 {
	padding: 20px 0 10px 12px;
	font: bold 13px Tahoma, sans-serif;
	text-transform: uppercase;
	color: #fd6500;
}

#sponsor h1 span { color: #9e8c67; }

#sponsor img {
	display: block;
	padding-bottom: 5px;
	margin: auto;
}

#footer {
	width: 100%;
	height: 67px;
	background: url(/images/layout/background-footer.png) repeat-x;
}

#subfooter {
	width: 100%;
	height: 67px;
	margin: auto;
	background: url(/images/layout/footer.png) no-repeat center;
}

#subfooter .content {
	position: relative;
	width: 950px;
	margin: auto;
	font-size: 12px;
	text-align: center;
}

#subfooter .content ul {
	position: absolute;
	top: 28px;
	left: 65px;
	list-style: none;
}

#subfooter .content ul li { padding-right: 20px; }

#subfooter .content ul a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#subfooter .content .text {
	position: absolute;
	top: 28px;
	right: 65px;
	font-weight: bold;
	text-align: right;
	color: #714200;
}

h1.title {
	padding: 10px 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #f14c00;
	text-transform: uppercase;
}

#error404 p {
	padding: 0.7em 0 0.7em 0;
	line-height: 1.3em;
	color: 
}

.form_error {
	margin-bottom: 5px;
	padding: 10px 2px;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	color: #f00;
}

.form_notice {
	margin-bottom: 10px;
	padding: 10px 2px;
	border-top: 1px solid #44f;
	border-bottom: 1px solid #44f;
	color: #44f;
}

input.box {
	width: auto !important;
	vertical-align: middle;
}