@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}


body {
	background: #999 url(images/bg.jpg) repeat;
	color: #FFF;
	font: normal 16px Georgia, "Times New Roman", times;
}

#wrap {
	background: url(images/bg_top.jpg) repeat-x;
	height: 94px;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

/*--------- TOP AREA -----------*/

#toparea{
	position: relative;
}

h1#logo {
 	background: url(images/logo.png) no-repeat; */
	display: block;
	height: 270px;
	left: 0;
	margin: 0 auto;
	*margin: 0 0 0 345px;
	position: absolute;
	right: 0;
	width: 300px;	
}
h1#logo a {
	display: block;
	height: 135px;
	margin: 20px auto;
	text-indent: -9999px;
	width: 180px;
}
#mainnav {
	font: bold 1.1em Georgia, "Times New Roman", times;
}
#mainnav li {
	float: left;
	height: 45px;
	margin: 0 60px 0 10px;
	padding: 35px 0 0 0;
	list-style:none;
}

#mainnav li.right {
	float: right;
	margin: 0 10px 0 60px;
}
#mainnav li a:link, #mainnav li a:visited {
	color: #efebe0;
	text-decoration: none;
}
#mainnav li a:hover {
	color: #fff;
}

/*--------- END TOP AREA -----------*/

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height:0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}

#info {
	font: normal 0.75em Tahoma;
	margin: 20px 10px;
}
#info li {
	float: left;
	list-style:none;
}
#info li.lang {
	color: #FFF;
	font: normal 1em Tahoma;
	float: right;
	margin: 0 0 0 10px;
}
#info li.lang span {
	color: #FC0;
	text-transform: uppercase;
}

#info li.lang span a:link, li.lang span a:active, li.lang span a:visited {
	color: #FC0;
	text-transform: uppercase;
	text-decoration:none;
}

#info li.lang span a:hover {
	color: #FF0;
	text-transform: uppercase;
	text-decoration:underline;
}

#main_picture {
	background: #fff;
	height: 400px;
	margin: 0 0 10px 10px;
	width: 980px;
}

#content {
	font-size:12px;
	margin: 0 0 10px 10px;
	text-align:justify;
	width: 980px;
}

#content a{
	text-decoration: none;
	color: #FFF;
}

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

#footer {
	border-top: 1px solid #FC0;
	position: relative;
	font-size:12px;
	margin: 0 0 10px 10px;
	padding: 10px 0 0 0;
	text-align:center;
	width: 980px;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#FFF;
}

#footer a:hover {
	text-decoration:underline;
	color:#FF0;
}

