/*
	SCHOOL DRIVE
	// DAMIAN SZEWCZYK
	// WWW.DAMIANSZEWCZYK.PL
	WSZELKIE PRAWA ZASTRZEŻONE
*/

a {
	color: #63605b;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #64615C;
	text-align: center;
	line-height: 20px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

img {
	border: none;
}

#header_logo {
	float: left;
	margin: 40px 20px 10px 20px;
}

#header_menu {
	float: left;
	height: 60px;
	width: 1000px;
	background: #37bb29;
	border-top: 4px solid #276AEC;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}

#header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#header_menu li {
	display: block;
	float: left;
	margin: 5px 10px 10px 10px;	
}

#header_menu a {
	margin: 10px 0px 15px 0px;
	padding: 5px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #000 0px 1px 3px;
}

#header_menu a:hover {
	background: #928D7E;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header_left_top_info {
	width: 390px;
	float: right;
	background: #EDEAE1 url(../images/bg_top_right_s.jpg) no-repeat top;
	padding: 10px 40px 10px 40px;
	margin-top: 20px;
}

#header_left_top_info a {
	font-weight: bold;
}

#header_main {
	width: 1000px;
	height: 464px;
	float: left;
}

#header_main_text {
	width: 390px;
	height: 464px;
	float: right;
	background: #EDEAE1;
	margin-top: 2px;
		font-size: 12px;
	padding: 10px 40px 10px 40px;
		border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

h2 {
	color: #276AEC;
	font-weight: normal;
}

p {
	color: #64615C;
	line-height: 20px;
}

#header_main_text a {
	color: #feae31;
	text-decoration: none;
	padding-left: 5px;
}

#header_main_text a:hover {
	text-decoration: underline;
}

#header_main_image {
	float: left;
	background: url(../images/logo_big.png);
	width: 525px;
	height: 464px;
}

#boxy {
	width: 920px;
	float: left;
	line-height: 18px;
	background: #EDEAE1;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	padding: 15px 40px 15px 40px;
}

#boxy a {
	padding: 5px;
}

#boxy a:hover {
	background: #2A3333;
	color: #ddd;
}

#boxy_text_1 {
	float: left;
	text-align:center;
	width: 320px;
}

#boxy_images {
	float: left;
		font-size: 13px;

	margin-left: 30px;
}

#boxy_images img {
	padding-left: 30px;
}

.margin_l10 {
	margin-left: 10px;
}

.margin_l40 {
	margin-left: 40px;
}

#boxy_content {
	width: 920px;
	float: left;
	padding: 5px 40px 5px 40px;
	margin-top: 30px;
}

#boxy_content_lx {
	width: 280px;
	float: left;
}

#footer {
	width: 920px;
	float: left;
	background: #37bb29;
	padding: 5px 40px 5px 40px;
	margin-top: 10px;
	color: #ddd;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}
	