/*
© 2007 Skablins. All rights reserved.
http://www.skablins.com/
*/


html {
	background: #e0e8e2 url(/images/bg) repeat-x top left;
}

body {
	background: transparent url(/images/bgr) repeat top left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #b5ffd6;
}

h1 {
	font-size: 200%;
	margin: 0.6em 0;
}

h2 {
	font-size: 150%;
	margin: 0.8em 0;
}

h3 {
	font-size: 113%;
	margin: 1.05em 0;
}

h4 {
	font-size: 100%;
	margin: 1.2em 0;
}

h5 {
	font-size: 82%;
	margin: 1.45em 0;
}

h6 {
	font-size: 63%;
	margin: 1.9em 0;
}

img {
	border: 0 none;
}

p {
	margin: 1.6em 0;
}

div, p, ul {
	font-size: 97%;
}

#head1 {
	text-align:center;
}

#head2 {
	text-align: left;
	background: transparent url(/images/header) no-repeat top left;
	margin: 0 auto;
	font-size: 0;
	width: 760px;
	height: 172px;
}

#logo {
	margin-left: 20px;
}

#menu1 {
	text-align:center;
}
#menux {
	margin: 0 auto;
	width: 760px;
	height: 95px;
}

#body0 {
	text-align: center;
}

#body1 {
	margin: 0 auto;
	width:760px;
	background: transparent url(/images/body) repeat-y top left;
}

#body2 {
	width:760px;
	background: transparent url(/images/bodytop) repeat-x top left;
	padding-top: 1px;
	text-align: left;
}

#body3 {
	padding: 1em 4em 2em 4em;
}

#footere {
	text-align: center;
}

#footer1 {
	margin: 0 auto;
	text-align: left;
	width:760px;
	height:180px;
	background: transparent url(/images/footer) repeat-x top left;
}

#footer {
	font-size: 80%;
	padding: 0 4em 0 4em;
}

#footer2 {
	font-size: 80%;
	padding: 1em 4em 0 4em;
}

#body {
	font-size: 100%;
	padding: 1px 1.5em 0 100px;
}



hr {
	height: 1px;
	background: #fff;
	border: 0;
	color: #fff;
	margin: 0;
	margin-bottom: 1em;
}

div.hr {
width: 100%;
height: 1px;
border: 0;
background-color: #fff;
margin-bottom: 1em;
}

.alert {
	color: #ff0000;
}