html, body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#000000;
	text-align: center;
}

a {
	color:#000000;
}
a:hover {
	text-decoration:none;
	font-weight: bold;
}

h1 {
	font-size:45px;
	height:45px;
	line-height:45px;
	margin:0px;
}

h2 {
	font-size:20px;
	height:20px;
	line-height:20px;
	margin:0px 0px 10px 10px;
}
.h3 {
	margin-top:10px;
	font-size:19px;
}

h4 {
	font-size:30px;
	height:30px;
	line-height:30px;
	margin:0px;
}

img {
	border:0;
}

.container {
	position:absolute;
	width:995px;
	left:50%;
	margin-left:-497.5px;
}
	.header {
		height:170px;
	}
	.nav {
		height:35px;
		background:#E20C17;
		color:#FFFFFF;
	}
		.nav ul {
			margin:0;
			padding:0;
			list-style:none;
		}
		.nav ul li {
			height:35px;
			width:165px;
			float:left;
			text-align:center;
		}
		.nav ul li:hover {
			background:#9E0810;
		}
	.main {
		width:100%;
		height:650px;
	}
		.frame_left {
			background:#FCE6E7;
			width:210px;
			height:630px;
			padding:10px;
			float:left;
		}
			.kader {
				background:url(/images/post-it.jpg) no-repeat;
				width:170px;
				height:173px;
				padding:20px 17px 5px 23px;
				margin-bottom:10px;
			}		
		.frame {
			width:725px;
			height:620px;
			padding:15px 20px 15px 20px;
			float:left;
			overflow-x:hidden;
			overflow-y:auto;
		}	
	.footer {
		height:24px;
		padding:12px 10px 0px 10px;
		background:#E20C17;
		float:none;
		clear:both;
		font-size:10px;
	}
		.left {
			position:relative; 
			float:left;
		}
		.right {
			position:relative; 
			float:right;
		}

