body{
	background: #c4c4c4 url(../images/bg.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper{
	margin: 0 auto;
	width: 992px;
	text-align: left;
}
#header{
	width: 100%;
	height: 183px;
	background: transparent url(../images/logo.png) no-repeat top left;
}
#menu{
	background-color: #fff;
	height: 50px;
}
#content{
	background: #fff url(../images/content-bg.gif) repeat-y top left;
	width: 100%;
	height: 100%;
}
#middle-column{
	float: left;
	width: 600px;
	padding: 0px  20px 0px 50px;
}
#middle-column h1{
	background: transparent url(../images/h1-bg.gif) no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	font-size: 1.6em;
}
#middle-content{
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	height: 400px;
	overflow: auto;
}
#right-column{
	float: right;
	width: 290px;
	background: transparent url(../images/impellor.jpg) no-repeat top right;
}
#right-column-content{
	background: transparent url(../images/boris.png) no-repeat bottom right;
	padding-left: 60px;
	height: 350px;
	color: #fff;
	padding-right: 30px;
	padding-bottom: 129px;
	
}
#bottom{
	width: 100%;
	height: 69px;
	clear: both;
}
img {
	border: none;
}
.blocks{
	width: 167px;
	font-size: 10px;
	text-align: left;
	color: black;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blocks .blocks-content{
	background-color: #fff;
	padding: 5px;
}
.blocks ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
.blocks a{
	color: #000;
	text-decoration: none;
}
.blocks a:hover{
	text-decoration: underline;
}
.clear{
	clear: both;
	visibility: hidden;
}
#submenu{
	width: 55px;
	height: 25px;
	margin-top: 20px;
	margin-left: -65px;
	background: transparent url(../images/submenu.gif) no-repeat center right;
	overflow: hidden;
}
#submenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 500px;
}
#submenu ul li{
	display: inline;
	float: left;
	padding: 0 8px;
	line-height: 25px;
}
#submenu ul a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#submenu ul a:hover{
	color: #212C66;
}

