/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

/*div { border: 1px solid #00F;}*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #E0E7FF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #E0E7FF;
}

body {
	
	background: #62993B url(back_all.jpg) no-repeat top center;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
}


#main
{
width: 900px;
background: url(table_back.gif) repeat-y;
margin-top: 20px;
margin: 0 auto;
}

#top
{
background: url(top.gif) no-repeat top
}

#bottom
{
background: url(bottom.jpg) no-repeat bottom;
/*padding-bottom: 94px;*/
}

#bottom-plain
{
background: url(bottom.gif) no-repeat bottom;
height: 750px;
/*padding-bottom: 94px;*/
}

#header {
	height: 100px;
	width: 900px;
	margin: 0 auto;
}

#menu
{
width: auto;
height: 36px;
padding-left: 470px;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 128px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 16px;
	margin-left: 3px;
	padding-top: 10px;
	background: url(button.gif) no-repeat;


}

#menu a:hover {
	width: 128px;
    height: 26px;
	color: #037931;
	margin-left: 3px;
	text-decoration: underline;
	background: url(button.gif) no-repeat center -36px;
}


#logo {

width: 300px;
height: 64px;
}




#logo a {
	text-decoration: none;
	font-size: 30px;
	color: #FFFFFF;
}
#logo H2 a
{
	font-style: italic;
	font-size: 18px;
}

#right
{
	float: right;
	padding: 10px;
	width: 190px;
	padding-right: 15px;
	padding-top: 30px;
}

#right H3
{
width: auto;
height: 20px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
}



#right ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}



#right H4
{
font-size: 10px;
}

#right a {
	color: #B2C01D;
	font-size: 11px;
}
#right a:visited {
	color: #B2C01D;
	font-size: 11px;
}

#right p
{
padding: 10px;
}

#right hr
{
	border: none;
	border-bottom: 1px solid #FFFFFF;
	width: 50%;
	margin: auto;
}

#left
{
width: 650px;
padding-left: 7px;
padding-top: 7px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #037931;
}

#left a
{
color: #037931;
text-decoration: none;
}

#left p {
	margin: 10px 0 0 10px;
	padding: 0;
	padding-bottom: 10px;
	text-align: justify;
}

#left h2 {
	margin: 15px 0 0 20px;
	padding: 0;
	color: #037931;
}

#footer {
	clear: both;
	height: 47px;
	width: 500px;
	clear: left;
	padding-top: 20px;
	background: url(footer.gif) repeat-x;
	padding: 90px 0 25px 0;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: left;
	color: #037931;
	padding-left: 50px;
}

#footer a {
	color: #037931;
}

#board-wrapper
{
	position: relative;
	margin: 0px 0;
	height: 650px;
	width: 667px;
	background-color: #FFFFFF;
	border-left: 3px solid #605A43;
	border-right: 3px solid #605A43;
}

#board
{
	position: relative;
	margin: 0px auto;
	height: 650px;
	width: 667px;
	background-color: #E7D7A2;
	border: 0px solid #887F5F;
	background-image: url(zabor.jpg);
	overflow: hidden;
}

#writer
{
	position: absolute;
	top: 40px;
	left: 40px;
	padding: 40px 30px 20px 20px;
	width: 450px;
	height: 200px;
	display: none;
	z-index: 1000;
	background-image: url(carton.gif);
	overflow: visible;
}

#writer *
{
	color: #FFF;
}

#writer-point
{
	height: 43px;
	width: 50px;
	position: absolute;
	background-image: url(pointer.png);
	display: none;
}

.transparent
{
	border: none;
	background-color: transparent;
	color: #FFF;
	overflow: none;
}

textarea.transparent
{
	border: 1px dashed #FFF;
	overflow: auto;
	width: 100%;
	height: 100px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
}

input.transparent
{
	border-bottom: 1px solid #FFF;
}

select.transparent
{
	border: 1px solid #FFF;
	border-right: none;
}

select.transparent option
{
	background-color: #664323;
}

button.transparent
{
	background-color: transparent;
	border: 3px double #FFF;
	padding: 1px 5px;
}

.message
{
	padding: 10px;
	position: absolute;
}

.preview
{
	border: 2px dashed #FF4747;
}

.clear
{
	clear: both;
}
