body {
	background: #cdcd9b;
	margin: 0;
	padding: 0;
	font: 12px/14px Verdana, Arial, Tahoma, sans-serif;
	color: #666666;
}

h1 {
	font: normal 20px 'Trebuchet MS', Verdana, sans-serif;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	color: #990000;
}

h3 {
	font: normal 14px 'Trebuchet MS', Verdana, sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	color: #990000;
}

#wrap {
	margin: 20px auto 0 auto;
	width: 780px;
}
#wrap_inner {
	float: left;
	width: 760px;
	background: white;
	border: 10px solid white;
}
#header {
	float: left;
	width: 760px;
	height: 45px;
	background: url('../img/bg_header.gif') repeat-y;
}
#logo {
	display: none;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}
#logo img {
	display: none;
}

#langbar {

	display: none;
}




#content_main {
	float: left;
	background: url('../img/bg_content_main.gif') repeat-y;
}
#content_main_ava {
	background: url('../img/bg_content_main_ava.gif') repeat-y;
}

#content_ala {
	float: left;
	border-top: 10px solid white;
	background: url('../img/bg_content.gif') no-repeat;
	min-height: 470px;
}
* html #content {
	height: 470px;
}
* html #content_ala {
	height: 470px;
}

#content_ala {
	background: url('../img/bg_content_ala.gif') no-repeat;
}
#menubar {
	display: none;
}

#content_inner {
	float: left;
	width: 590px;
	margin-left: 10px;
}

.content_inner2 {
	float: left;
	width: 590px;
	margin-right: -3px;
}

.content_ava_inner {
	float: left;
	width: 550px;
	border-top: 10px solid white;
	padding: 5px 20px 5px 20px;
}

.content_ala_inner {
	float: left;
}

object {
	display: none;
}

#left_side {
	float: left;
	width: 410px;
}
#right_side {
	display: none;
}


#top {
	display: none;
}



#footer {
	display: none;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
img {
    display: block;
}

p {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
	margin-left: 25px;
	padding-left: 0;
}

