body{
	background-image:url('images/layout/BG.jpg');
	text-align: center;
	}
 
 #container
{
	width: 780px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header
{
	background: black;
	padding: 20px;
}


#navigation
{
	float: right;
	width: 600px;
	background: black;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: right;
	padding: 5px 5px;
	color: red;
}

#navigation li a:hover { background: yellow; }

#content-container
{
	float: left;
	width: 800px;
	background-color: black;
}

#section-navigation
{
	float: left;
	width: 26px;
	display: inline;
}

#content
{
	float: left;
	width: 745px;
	height: 980px;
	position: relative;
	
}

#aside
{
	
	float: right;
	width: 26px;
	display: inline;
}

#footer
{
	clear: left;
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
}

#fieldbox{
	width: 700px;
	height: 400px;
	padding-left: 30px;
	margin-bottom: 10px;
	}

fieldset{
	float: left;
	margin-left: 40px;
    width: 270px;
	height: 285px;
	text-align: center;
  }
  legend{
	color: red;
    font-weight: bold;
    font-size: 25px;
  }

.image_block {
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: red;
}

.image_block a:hover { background: #383; }

.image_block a
{
	display: block;
	float: right;
	padding: 5px 10px;
	color: red;
	text-decoration: none;
}

.the_block {
	position: absolute;
	background-image:url('images/layout/LocBack.jpg');
	left: 15px;
	top: 245px;
	 width: 340px;
	height: 235px;
}

.the_blockCenter {
	position: absolute;
	background-image:url('images/layout/LocBack.jpg');
	left: 220px;
	top: 245px;
	 width: 340px;
	height: 235px;
}

.the_block2 {
	position: absolute;
	background-image:url('images/layout/LocBack.jpg');
	right: 15px;
	top: 245px;
	 width: 340px;
	height: 235px;
}

.the_text {
	position: absolute;
	left: 28px;
	top: 37px;
	color: black;
	 width: 280px;
	height: 100px;
}

.the_block3 {
	position: absolute;
	left: 70px;
	top: 480px;
	 width: 600px;
	height: 100px;
	color: red;
}

.the_block4 {
	position: absolute;
	left: 190px;
	top: 535px;
	 width: 280px;
	height: 310px;
}
