body, ul, p, img, h1, h2, h3, h4, strong, td, tr, th {
	padding:0px;
	margin:0px;
}

body {
	font:12px Arial, Helvetica, sans-serif; 
	color:#222; 
	line-height:19px;
	width:100%;
	position:relative;
	background-color:#ffef9a;
	z-index:-1;
}

ul {
	list-style-position:inside;
}

.clear {
	clear:both;
}

.cleft {
	clear:left;
}

img {
	border:none;
}

#gallery ul {
	list-style-type:none;
}

#gallery ul li {
	float:left;
	margin:0 10px 10px 0;
}

#logo {
	margin-top:170px;
	font-size:0px;
}

#logo img {
	margin:0 0 0 28px;
}

.page {
	width:1072px;
	position:relative;
	margin:0px auto 0px auto;
	z-index:10;
}

.right {
	margin:0 0 0 280px;
	padding:0 0 15px 15px;
	background-color:#ffef9a;
}

.left {
	width:270px;
	float:left;
}

#topbg {
	width:30%;
	height:309px;
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#ffef9a;
}

#middlebg {
	width:25%;
	height:1px;
	z-index:1;
	position:absolute;
	top:325px;
	left:0px;
	background-color:#fad107;
}

#lefttop {
	z-index:3;
	width:309px;
	float:left;
	height:309px;
	position:relative;
	background-color:#ffef9a;
}

#slideshow_out {
	background-color:#fad107;
	height:309px;
	width:100%;
	font-size:0;
}

/*
	background-color:#fad107;
	width:750px;
	margin-left:300px;
}*/

#slideshow {
	position:relative;
	width:733px;
	height:309px;
	float:right;
	padding:0 30px 0 0;
}

#slideshow img {
	width:733px;
	height:309px;
}

.loader {
	position:absolute;
	top:0px;
	left:0px;
}

.presenter {
	position:absolute;
	top:0px;
	left:0px;
}

#slideshow ul {
	display:none;
}

#langs {
	position:absolute;
	bottom:20px;
	right:120px;
	color:#000;
	font-size:14px;
}

#langs ul {
	list-style-type:none;
	margin:4px 2px 0 0;
}

#langs ul li {
	float:left;
	margin:0 10px 0 0;
}

#langs ul li a {
	color:#000;
	padding:0 0 0 14px;
	background-image:url(../images/point.png);
	background-repeat:no-repeat;
	text-decoration:none;
	text-transform:uppercase;
}

#langs ul li:first-child a {
	background-image:none;
}

#langs ul li a:hover {
	text-decoration:underline;
	color:#f98202;
}

#main {
	background-color:#fad107;
}

#menu_outer {
	
}

#yellow {
	background-color:#fad107;
}

#menu {
	padding:20px 10px;
	z-index:999;
}

#menu > ul {
	list-style-type:none;
	width:200px;
	margin:0px 0 0 50px;
}

#menu > ul li > ul {
	padding:5px 0 0 0;
}

#menu ul li {
	width:200px;
	text-align:center;
	margin:0 0 5px 0;
}

#menu ul li a {
	color:#000;
	text-decoration:none;
	font-size:12px;
}

#menu ul li strong {
	color:#000;
	font-weight:none;
	text-decoration:none;
	font-size:12px;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu ul ul {
	list-style-type:disc;
	list-style-position:inside;
}

#content {
	color:#444;
	padding:0 32px 0 20px;
}

#redline {
	width:100%;
	height:16px;
	z-index:3;
	background:url(../images/redline.png) repeat-x;
}

#content h2 {
	padding:20px 0 0 0;
	margin:0 0 20px 0;
	color:#a0211a;
}

#footer {
	padding:10px 0;
	font-size:12px;
	color: rgb(128, 0, 0);
}