@charset "utf-8";

body{
	background-color:#000;
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

h2{
	color:#008eb0;
	font-size:24px;
	margin: 10px 0px;
}

a{
	text-decoration:none;
}

a img{
	border: none;
}

#top{
	background-color:#FFF;
	height:308px;
	width:100%;
	padding-top:75px;
}

#top_out{
	height:308px;
	width:1000px;
	margin:auto;
	background-image:url(images/background_top_out.jpg);
	background-repeat:repeat-y;
}

#up_left_corner,#up_right_corner{
	width:23px;
	height:15px;
	margin-bottom:14px;
}

#up_left_corner{
	background-image:url(images/up_left.png);
	float:left;
}

#up_right_corner{
	background-image:url(images/up_right.png);
	float:right;
}

#down_right_corner{
	width:23px;
	height:15px;
	background-image:url(images/bot_right.png);
	float:right;
	margin-top:2px;
}

#header{
	clear:both;
	width:955px;
	height:279px;
	margin:auto;
	margin-top:10px;
	background-image:url(images/header.png);
}

#logo{
	width:285px;
	height:47px;
	position:absolute;
	margin: 25px 0px 0px 17px;
}

#menu_top{
	margin-top:77px;
	width:550px;
	height:40px;
	float:right;
}

#slogan_left{
	float:left;
	margin-top:221px;
	margin-left:20px;
	font-size:16px;
	color:#75e3fe;
	font-style:italic;
}

#slogan_right{
	float:right;
	margin-top:47px;
	margin-right:18px;
	font-size:26px;
	line-height:1.0em;
	color:#1c4654;
	font-style:italic;
	font-weight:bold;
}

#separator{
	background-color:#000;
	width:955px;
	height:12px;
	margin:auto;
}

#bottom_out{
	height:auto;
	width:1000px;
	margin:auto;
	background-image:url("images/background_bot_out.jpg");
	background-repeat:repeat-y;
}

#content{
	background-color:#fff;
	width:955px;
	height:auto;
	margin:auto;
	margin-bottom:10px;
	color:#929293;
	font-size:14px;
	font-weight:bold;
}

#content_left{
	float:left;
	width:570px;
	margin-left:20px;
	margin-bottom:5px;
	min-height:147px;
}

#content_right{
	margin-left:663px;
	margin-top:-39px;
	background-image:url(images/note.png);
	width:264px;
	height:231px;
	position:absolute;
}

#content_left_corner, #content_right_corner{
	width:23px;
	height:15px;
	margin-top:2px;
}

#content_left_corner{
	float:left;
	background-image:url(images/cont_left_corner.png);
}
#content_right_corner{
	float:right;
	background-image:url(images/cont_right_corner.png);
}

#footer{
	width:1000px;
	height:18px;
	margin:auto;
	color:#fff;
}

#menu_bottom{
	padding-left:30px;
	float:left;
	height:38px;
	width:542px;
	background-image:url(images/menu_bot.png);
	margin-top:-10px;
}

#design{
	float:right;
	font-size:10px;
	margin-top:3px;
	margin-right:24px;
}

#design a{
	color:#008eb0;
}

.menu_top, .menu_bot{
	height:40px;
	width:auto;
	margin:10px 16px;
	color:#FFF;
	float:left;
	font-size:13px;
}

.menu_bot{
	margin:13px 10px 15px 15px;
	height:11px;
	font-size:10px;
	font-weight:normal;
}

.menu_top a, .menu_bot a{
	color:#fff;
}
.menu_top a:hover, .menu_bot a:hover{
	color:#9eecff;
}

img.note{
	margin-top:-38px;
}
img.dalej{
	margin-left:185px;
	margin-top:190px;
}
.clearer{clear:both;}