html, body { margin: 0; padding: 0; height: 100%; }
html {
	font-size: 75%;
}
body {
	background: #fff url(../img/bg_top.png) repeat-x top;
	font: 100.1% Tahoma, Arial, Helvetica, sans-serif;
	min-width: 800px;
}
* html body { width: expression(document.documentElement.clientWidth < 800 ? "800px" : "100%"); }

a img { border: none; }
ul { position: relative; }

a {
	color: #008000;
}

.container {
	min-height: 100%;
	background: url(../img/bg_bottom.png) no-repeat right bottom;
}
* html .container { height: 100%; }

/* {{{ header */
.header {
	height: 255px;
	background: url(../img/waves.png) no-repeat 200px 0px;
	position: relative;
}
.logo {
	position: absolute;
	top: 35px;
	left: 70px;
}
.header h1 {
	margin: 0;
	padding: 0;
	font: normal 22px "Times New Roman", Times, serif;
	color: #2D3D47;
	position: absolute;
	top: 20px;
	left: 308px;
	white-space: nowrap;
}
.header h1 span {
	font-size: 29px;
}
.photo1, .photo2, .photo3 {
	position: absolute;
	background-repeat: no-repeat;
	width: 227px;
	height: 134px;
}
.photo1 {
	left: 308px;
	top: 60px;
	background-image: url(../img/photo1.jpg);
}
.photo2 {
	left: 515px;
	top: 78px;
	background-image: url(../img/photo2.jpg);
}
.photo3 {
	left: 715px;
	top: 98px;
	background-image: url(../img/photo3.jpg);
}
/* }}} header */

/* {{{ sidebar */
.sidebar {
	width: 320px;
	float: left;
}
.main-menu, .main-menu ul {
	margin: 5px 0 0 40px;
	padding: 0;
	list-style: none;
}
.main-menu ul {
	margin-left: 15px;
	margin-top: 0;
}
.main-menu li {
	font: normal 20px "Times New Roman", Times, serif;
	padding-left: 37px;
	background: url(../img/bul1.gif) no-repeat 0 8px;
	margin-bottom: 12px;
	line-height: 100%;
}
.main-menu li a {
	text-decoration: none;
	color: #1D719C;
}
.main-menu li a:hover {
	color: #0E4663;
}
.main-menu li li{
	font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	background: url(../img/bul2.gif) no-repeat 0 8px;
	margin-bottom: 0px;
}
.main-menu li li a {
	color: #0E4663;
}
/* }}} sidebar */

/* {{{ content */
.content-container {
    float: right;
    width: 100%;
    margin-left: -320px;
}
.content {
	padding: 0 60px 100px 60px;
	margin-left: 320px;
	color: #334550;
	font-size: 1em;
	line-height: 150%;
}
.content h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font: normal 26px/100% "Times New Roman", Times, serif;
	color: #EE510B;
}
.content p strong {
	font-size: 1.2em;
}
/* }}} content */

.cl { clear: both; display: block; }
