html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background: #f3f3f0;
	color : #000000;
}

#main {
	z-index :auto;
	width: 947px;
	position: relative;
	background: url(img/bg.jpg);
}

.clearer {
	clear: both;
}

.logo1 {
	float: left;
	width : 255px;
	background: url(img/logo1.jpg) no-repeat;
	height : 216px;
}

.logo2 {
	float: left;
	width : 692px;
	background: url(img/logo2.jpg) no-repeat;
	height : 216px;
}

.left_column {
	float: left;
	width: 255px;
	background-color: #000000;
	color: #ffffff;
	padding-top: 10px;
	font-size: 28px;
	height: 550px;
}

.menu {
	text-align: left;
	width: 200px;
	margin-left: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.menu A:link {
	color: #ffffff;
	text-decoration: none;
}

.menu A:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu A:hover {
	color: #FF0000;
	text-decoration: none;
}

.picmenu {
	background:url(img/picmenu.jpg) repeat-x;
	width: 200px;
	height: 3px;
	margin-left: 3px;
}

.right_column {
	background: #f3f3f0;
	
	padding-top: 10px;
	float: right;
	width: 692px;
}

.right_column A:link {
	color: #000000;
}

.right_column A:visited {
	color: #000000;
}

.right_column A:hover {
	color: #FF0000;
}


.content {
	width : 670px;	
	text-align: left;
	margin-right: 10px;
	margin-left: 22px;
}

.h2 {
	font-size: 24px;
}

.h1 {
	font-size: 26px;
}

.ind {
	font-size: 18px;
}

.ind2 {
	font-size: 20px;
}

.bottom1 {
	height: 138px;
	width: 255px;
	background-color: #000000;
	float:left;
}

.bottom2 {
	width: 672px;
	height: 100px;
	background:url(img/footer1.jpg) no-repeat;	
	float: right;
	font-size: 11px;
	color: #626262;
	padding: 34px 20px 0px 0px;
}

.bottom2 A:link {
	color: #626262;
}

.bottom2 A:visited {
	color: #626262;
}

.bottom2 A:hover {
	color: #FF0000;
}

.copyright {
	float: right;
	width: 462px;
	text-align: right;
}

.copyright A:link {
	color: #626262;
}

.copyright A:visited {
	color: #626262;
}

.copyright A:hover {
	color: #FF0000;
}

.created {
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 10px;
}

.created A:link {
	color: #626262;
}

.created A:visited {
	color: #626262;
}

.created A:hover {
	color: #FF0000;
}

.left_cont {
	height: 300px;
}

#menu_cont {
	text-align : left;
	float : left;
	position: absolute;
	top: 765px;
	left: -58px;
	z-index : 5;
	background: url(img/contacts.png) no-repeat;
	width: 350px;
	height: 350px;
}

.cont {
	font-size: 14px;
	padding: 20px 30px 30px 40px;
}

.cont A:link {
	color: #000000;
}

.cont A:visited {
	color: #000000;
}

.cont A:hover {
	color: #FF0000;
}


A:link
A:visited
A:hover

