body {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
#header  {
	height: 321px;
	min-width: 998px;
	width: 100%;
	position: absolute;
	z-index: 100;
}
ul.lang {
	padding-left: 100px;
	padding-top: 70px;
	float: left;
}
ul.lang li {
	background-color: #b8fffe;
	display: block;
	text-align: center;
	padding: 2px 5px;
}
ul.lang li a {
	color: #6e2b1d;
	text-decoration: none;
}
div.logo {
	float: left;
	padding: 15px 0px 0px 10px;
}
ul.menu {
	padding: 40px 0px 0px 10px;
	float: left;
}
ul.menu li {
	display: block;
}
ul.menu li a {
	color: white;
	font-size: 21px;
	text-decoration: none;
	background-color: #6e2b1d;
	padding: 0px 5px;
}

div.community {
	position: absolute;
	top: 70px;
	right: 100px;
}
div.community a {
	display: block;
	margin-bottom: 10px;
}

#footer {
	height: 123px;
	min-width: 998px;
	margin-top: -123px;
}
div.footer_line_1 {
	height: 19px;
	background-color: #fac884;
}
div.footer_line_2 {
	height: 9px;
	background-color: #6e2b1d;
}
div.copyright {
	float: left;
	padding-top: 25px;
	padding-left: 100px;
	color: #8b8b8b;
	font-size: 11px;
}
div.made_by {
	float: right;
	padding-top: 25px;
	padding-right: 150px;
}
div.made_by a {
	position: absolute;
	z-index: 1000;
}


#content {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 998px;
}
div.content {
	padding-bottom: 321px;
	min-width: 998px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	z-index: 3;
}
div.content div.content_sub {
	width: 100000px;
	position: relative;
	height: 400px;
}
div.content div.content_sub div.content_sub_sub {
	position: absolute;
	z-index: 1;
	left: -0px;
	background-image: url(/img/camp_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
div.content div.content_sub div.page_container {
	width: 1254px;
	float:left;
	padding-top: 321px;
}


div.page_centerer {
	padding: 0px 100px 0px 100px;
	margin-bottom: 133px;
}



#page_index div.page_centerer {
	background-image: url(/img/bg/index.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 512px;
}
#page_program div.page_centerer {
	background-image: url(/img/bg/program.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 512px;
}
#page_teachers div.page_centerer {
	background-image: url(/img/bg/teachers.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 512px;
}
#page_place div.page_centerer {
	background-image: url(/img/bg/place.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 512px;
}
#page_registration div.page_centerer {
	background-image: url(/img/bg/registration.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 512px;
}
#page_support div.page_centerer {
	background-image: url(/img/bg/support.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 512px;
}
#page_after_support div.page_centerer {
	background-image: url(/img/bg/after_support.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 512px;
}



ul.teachers_menu {
	float: left;
}
ul.teachers_menu li {
	padding: 2px 0px;
}
ul.teachers_menu li a {
	text-decoration: none;
	position: relative;
	top: -2px;
	color: black;
	padding: 0px 4px;
}
ul.teachers_menu li a span {
	border-bottom: dashed 1px black;
}
ul.teachers_menu li a.sel, ul.teachers_menu li a:hover {
	background-color: #6e2b1d;
	color: white;
}
ul.teachers_menu li a.sel span, ul.teachers_menu li a:hover span {
	border-bottom: none;
}
div.teachers_text {
	width: 400px;
	margin-right: 320px;
	float: right;
}
div.reg_field {
	margin-bottom: 6px;
}
div.reg_field_name {
	width: 230px;
}
div.reg_field input {
	width: 270px;
}
div.reg_form {
	margin: 0px 0px;
	width: 515px;
	float: right;
	background-image: url(/img/reg_bg.png);
}
div.reg_form h3 {
	margin-bottom: 15px;
}
div.reg_form div.center_text {
	margin-top: 15px;
	width: 270px;
}
div.reg_form div.center_text h3 {
	margin-top: 25px;
}
div.reg_submit {
	width: 270px;
	text-align: right;
}

div.logos {
	position: relative;
}
div.logos a {
	display: block;
	position: absolute;
}
#nikon {
	top: 131px;
	left: 188px;
}
#delfi {
	top: 164px;
	left: 314px;
}
#tv5 {
	top: 147px;
	left: 481px;
}
#mediju_nams {
	top: 182px;
	left: 586px;
}
#photoroom {
	top: 197px;
	left: 727px;
}



#register {
	text-decoration: none;
	border-bottom: dashed 1px #6e2b1d;
	color: #6e2b1d;
}
#register:hover {
	border-bottom: dashed 1px #ec8e72;
	color: #ec8e72;
}
