body
{
	margin				: 0px;
	padding				: 0px;
	background			: #fff url('../Images/background/body.png') repeat-x top left;
	font-size			: 13px;
	font-family			: 'arial narrow';
	color				: #666;
}

#container 
{ 
	margin				: 0 auto;
	width				: 844px;
	background-color	: #fff;
} 

/* HEADER */
#header
{
	/*background			: url('../Images/background/header.jpg') no-repeat 184px bottom;*/
	height				: 214px;
}
#header h1
{
	margin				: 0px;
	display				: block;
	background			: #fff url('../Images/background/logo.gif') no-repeat;
	height				: 214px;
	width				: 184px;
}
#header h1 a
{
	display				: block;
	border				: none;
	text-decoration		: none;
	height				: 120px;
	width				: 144px;
	margin				: 0 20px;
}
#header h1 a span
{
	visibility			: hidden;
	font-size			: 1px;
}
p#shadow
{
	position			: absolute;
	margin				: 0 0 0 184px;
	padding				: 0px;
	background			: url('../Images/background/shadow.png') repeat-x; 
	display				: block;
	height				: 64px;
	width				: 660px;
}
#shadow
{
	behavior: url(iepngfix.htc); 
}
p#balk
{
	position			: absolute;
	opacity				: .5;
	filter				: alpha(opacity=50);
	display				: block;
	width				: 660px;
	height				: 25px;
	margin				: 0 0 0 184px;
	top					: 189px;
	background-color	: #fff;
}
p#lang
{
	display				: block;
	margin				: 0px;
	position			: absolute;
	top					: 194px;
	margin-left			: 715px;
}
#lang a
{
	margin-right		: 14px;
}
#lang a img
{
	border				: 1px solid #fff;
}

/* TEXT */

#text, select, input, textarea 
{
	font-family			: Sylfaen, Garamond, verdana;
	font-size			: 14px;
    padding: 2px;
}

select, input, textarea 
{
    border: 1px solid #b4d2cc;
    }

textarea 
{
    width: 300px;
    height: 75px;
    }

#text
{
	text-align			: justify;
	margin-left			: 177px;
	width				: 602px;
	padding				: 25px 25px 150px 25px;
	background			: url('../Images/background/text.gif') no-repeat center bottom;
	line-height			: 17px;
}

* html #text
{
	display				: inline-block;
}
#text h2
{
	text-transform		: uppercase;
	font-family			: arial;
	margin				: 0 0 20px 0;
	padding-top			: 30px;
}
#text h3
{
	margin				: 0px;
}
#text h2, #text h3
{
	font-size			: 14px;
	color				: #5aa68c;
}
#text p
{
	margin-top			: 0px;
}

/* FOOTER */
#footer
{
	clear				: both;
	margin-top			: 25px;
	color				: #f76d94;
	text-transform		: uppercase;
	font-weight			: bold;
	font-size			: 11px;
	height				: 25px;
	background-color: #9c0029;
	background-image: url(../Images/background/copyright.png);
	background-repeat: no-repeat;
	background-position: 20px 9px;
}

.submit 
{
    background: #64aa94;
    color: White;
    border: none;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    }
    
#text ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
#text ul li 
{
   background: transparent url("../Images/li.html") 0 9px no-repeat;
   padding-left: 8px;
    }
    
a 
{
    color: #64aa94;
    text-decoration: none;
    }
    
a:hover 
{
    text-decoration: underline;
    }
    
.error
{
    margin-bottom: 20px;
    }
