html {height: 100%; margin-bottom: 1px;}
*,div {margin: 0; padding: 0; border: 0;}
body {
	background: #efefef url(files/boat.gif) 280px 100% no-repeat;
	font: 62.5%/1.6em Georgia, Times, serif;
	font-size: 12px;
	color: #555;
}
h1,h2,h3,h4,h5,h6 {font: 2em/1em Georgia, Times, serif;}
h1 {font-size: 30px; line-height: 1.6em;}
h2 {
	font: 14px/1em Georgia, Times, serif;
	font-weight: bold;
	color: #21428d;
}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
a {text-decoration: none; color: #21428d;}
a:hover {text-decoration: underline; color: #21428d;}
/* ****************** */
#wraper {
	margin: 0 auto;
	width: 800px;
}
#container {
	float: left;
	background: #fff;
	width: 800px;
	margin: 20px 0;
	border: 1px solid #ddd;
}
#logo {
	padding: 30px 0;
	text-align: center;
}
#left {
	float: left; display: inline;
	width: 180px;
	padding: 5px 0px 10px 20px;
}
	#left ul {
		background: url(files/menu.jpg) 0 0 no-repeat;
		width: 171px; height: 280px;
	}
	#left ul li {
		list-style: none;
		margin: 0 24px;
		border-bottom: 1px solid #31529e;
	}
	#left ul li a {
	color: #fff;
	height: 20px;
	width: 122px;
	display: block;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding: 1px;
	}
	#left ul li a:hover {
		background: #31529e;
		text-decoration: none;
	}
	#left ul li.cat {
		border: none;
		margin: 0 0 25px 8px;
	}
	#left ul li.cat a {
		border: none;
		height: 26px; width: 100px; display: block;
		text-indent: -9999px;
	}
	#left ul li.cat a:hover {
		background: transparent;
	}
#right {
	float: left; display: inline;
	width: 580px;
	padding: 10px;
}
#footer {
	float: left;
	background: #f5f5f5;
	width: 758px;
	padding: 20px;
	margin: 1px;
	border-top: 1px solid #efefef;
	text-align: center;
}
/* text objects */
#left dl {
	background: url(files/links.jpg) 0 0 no-repeat;
	width: 171px; height: 128px;
}
#left dt {
	height: 26px; width: 100px;
	margin: 0 0 15px 35px;
	text-indent: -9999px;
}
#left dd {
	float: left;
	width: 60px; height: 61px;
}
	#left dd.first {
		padding: 0 10px 0 20px;
	}
#article {
	float: left;
	width: 580px;
	border-left: 1px solid #efefef;
}
#article p, #article h2 {
	text-align: justify;
	line-height: 1.8em;
	padding: 0 20px 10px;
}
p.invitation, p.registration {
	float: left;
}
p.invitation a {
	background: url(files/invitation.jpg) 0 0 no-repeat;
	width: 269px; height: 106px;
	display: block;
	margin: 20px 25px 0 0;
	text-indent: -9999px;
}
p.invitation a:hover {
	background-position: 0 -106px;
}
p.registration a {
	background: url(files/registration.jpg) 0 0 no-repeat;
	width: 262px; height: 79px;
	display: block;
	margin: 45px 0 0 10px;
	text-indent: -9999px;
}
p.registration a:hover {
	background-position: 0 -79px;
}
/* lists */
#article ul {
	float: left;
	background: url(files/border.gif) 0 11px no-repeat;
	width: 245px;
	padding: 5px 0 10px 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#article ol {
	padding: 5px 0 10px 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#article ul li {
	list-style: none;
	display: block;
	padding: 5px 0;
	margin: 5px 0;
}
#article ol li {
	padding: 5px 0;
	margin: 5px 0;
}
#article ul li.cat {
	margin-bottom: 10px;	margin-top: 0; padding-top: 0;
	font: 14px/1em Georgia, Times, serif;
	font-weight: bold;
	color: #21428d;
}
/* form */
form.regForm {
	margin: 10px 20px;
}
label {
	display: block;
	float: left;
	clear: left;
	width: 150px; height: 20px;
	padding: 5px 20px 0 0;
	margin: 5px 0;
	text-align: right;
}
input, select {
	float: left;
	width: 250px; height: 20px;
	padding: 2px;
	margin: 5px 0;
	border: 1px solid #ddd;
	font: 12px/1em Georgia, Times, serif;
	color: #555;
}
select {
	height: 24px; width: 254px;
}
button {
	float: left;
	clear: both;
	background: url(files/button.gif) 0 0 no-repeat;
	height: 28px; width: 68px;
	margin: 10px 0 10px 170px;
	cursor: pointer;
	color: #555;
}
/* eof */
