*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #fc3 url(/images/bg.gif) repeat-x;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
}

img
{
	border: 0;
}

a
{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

#wrapper
{
	position: relative;
	width: 980px;/*777px;*/
	margin: 0 auto;
}

#container
{
	position: relative;
	float: left;
	width: 980px;/*777px;*/
	margin: 20px 0 0;
	background: #fff;
}

#holder
{
	position: relative;
	float: left;
	width: 777px;
}

#h
{
	position: relative;
	float: left;
	width: 222px;
}
#header
{
	position: relative;
	float: left;
	width: 777px;
	height: 281px;
	background: url(/images/header.jpg) no-repeat;
}
#header ul
{
	position: relative;
	float: left;
	margin: 10px 0 0;
	list-style: none;
	background: url(/images/top_line.jpg) repeat-x;
}
#header li
{
	position: relative;
	float: left;
	width: 121px;
	height: 42px;
	padding-right: 5px;
}
#header li a
{
	position: relative;
	float: left;
	width: 121px;
	height: 42px;
	background: url(/images/top.jpg) no-repeat;
	line-height: 42px;
	font-weight: bold;
	color: #505050;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#buttons
{
	position: relative;
	float: right;
	padding: 25px 5px 0 0;
}
#buttons a
{
	position: relative;
	float: left;
	padding: 0 5px;
	border-left: 1px solid #666;
}
#buttons a.no
{
	border: 0;
	padding-left: 0;
}
#main
{
	position: relative;
	float: left;
	width: 777px;
	background: #fff url(/images/dotted.gif) 217px 0 repeat-y;
	padding-bottom: 15px;
}
#side
{
	position: relative;
	float: left;
	width: 203px;
	padding: 0 10px 0 7px;
}
#content
{
	position: relative;
	float: left;
	width: 527px;
	padding: 0 15px;
}
#lang
{
	position: relative;
	float: left;
	width: 127px;
	padding: 0 0 10px 75px;
}
#lang a
{
	position: relative;
	float: left;
	padding: 0 5px;
}
.box
{
	position: relative;
	float: left;
	width: 203px;
	margin-bottom: 15px;
	font-size: 11px;
}
#right .box
{
	width: 180px;
	padding-left: 12px;
}
.box h2
{
	position: relative;
	float: left;
	width: 180px;
	height: 25px;
	background: url(/images/left.gif) no-repeat;
	padding-left: 23px;
	margin-bottom: 10px;
	line-height: 25px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
#right .box h2
{
	width: 157px;
}
.box a
{
	font-size: 11px;
	color: #6B9F20;
	text-decoration: none;
}
.box a:hover
{
	color: #bbb;
}
h1
{
	position: relative;
	float: left;
	width: 527px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 20px;
	font-size: 12px;
}
#text
{
	position: relative;
	float: left;
	width: 527px;
}

.box ul#nav
{
	position: relative;
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
	list-style: none;
}
.box ul#nav li
{
	position: relative;
	float: left;
	width: 160px;
	padding: 5px 10px;
	border-bottom: 1px solid #999;
}
.box ul#nav li a
{
	position: relative;
	float: left;
	width: 160px;
	font-size: 12px;
	color: #000;
}
.box ul#nav li a:hover
{
	color: #FFA305;
}
.box ul#nav li ul
{
	position: absolute;
	width: 180px;
	top: 0;
	visibility: hidden;
	border: 1px solid #999;
	padding: 0 5px 5px;
	list-style: none;
	background: #fff;
	z-index: 1;
}
.box ul#nav a.subfolderstyle
{
	background: url(/images/arrow.gif) right 50% no-repeat;
}

#content ul#files
{
	position: relative;
	float: left;
	width: 527px;
	list-style-type: none;
	margin-top: 20px;
}
#content ul#files li
{
	position: relative;
	float: left;
	width: 527px;
	padding: 0 0 3px 0;
}

#content ul#images
{
	position: relative;
	float: left;
	width: 527px;
	list-style-type: none;
	margin-top: 20px;
}
#content ul#images li
{
	position: relative;
	float: left;
	padding: 0 10px 10px 0;
}
#content ul#images li a
{
	border: 2px solid #fff;
}

#content form
{
	position: relative;
	float: left;
	width: 527px;
	margin-top: 20px;
	padding: 0;
	border: 0;
}
#content form select, #content form input, #content form textarea
{
	width: 260px;
}
#content form fieldset
{
	position: relative;
	float: left;
	width: 527px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}
#content form fieldset#error
{
	display: none;
	margin-bottom: 10px;
	font-weight: bold;
	color: #f00;
}
#content form fieldset label
{
	position: relative;
	float: left;
	width: 527px;
	margin-bottom: 5px;
}
#content form fieldset label.error
{
	color: #f00;
}

#content #message
{
	position: relative;
	float: left;
	width: 527px;
	margin-top: 20px;
	padding: 0;
	border: 0;
	font-weight: bold;
}

#url1
{
	display: none;
}

#news
{
	position: relative;
	float: left;
	width: 527px;
	list-style: none;
}
#news li
{
	position: relative;
	float: left;
	width: 527px;
	margin-bottom: 10px;
}
#news h3
{
	margin: 0;
}
#news span.date
{
	position: relative;
	float: left;
	width: 527px;
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #999;
}
#news a.link
{
	position: relative;
	float: right;
}

.box form,
.box fieldset
{
	position: relative;
	float: left;
	width: 203px;
	margin: 0;
	padding: 0;
	border: 0;
}

table#events
{
	position: relative;
	float: left;
	width: 527px;
	border: 1px solid #000;
	border-collapse: collapse;
}
table#events th, table#events td
{
	border: 1px solid #000;
	padding: 3px;
}
table#events .link
{
	float: right;
}
table#events td.date
{
	width: 90px;
	padding: 10px 3px;
	text-align: center;
}
table#events td.date span
{
	font-size: 18px;
}
table#events td.person
{
	width: 110px;
	padding: 10px 3px;
	text-align: center;
}

#footer
{
	position: relative;
	float: left;
	width: 980px;/*777px;*/
	padding: 5px 0 20px 0;
	text-align: center;
}

#right
{
	position: relative;
	float: left;
	width: 203px;
}

#right .ad, #right .ad img
{
	position: relative;
	float: left;
	width: 180px;
	
}
#right .ad
{
	padding: 12px 0 12px 12px;
}

ul#answers, #answers li
{
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
}
ul#answers
{
	margin-bottom: 15px;
}
#answers li
{
	line-height: 150%;
	margin-bottom: 10px;
}
#answers div
{
	position: relative;
	float: left;
	height: 16px;
	line-height: 16px;
}
#answers div.bar
{
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#right form, #right fieldset
{
	width: 180px;
}
#right fieldset
{
	width: 170px;
	padding: 5px;
	line-height: 150%;
}
#right fieldset.ag
{
	background: #ededed;
}
#right label
{
	float: right;
	width: 150px;
}
