/* CSS Document */

body {
	background-color: #eceded;
	/*background-image:url(images/bg.jpg);*/
	background-repeat: no-repeat;
	height:677px;
}

.regulate{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	margin:auto;
	width:769px;
	height:479px;
	border: 0px solid #000000;
	background-color:#ffffff;
}

#left_top {
	border: 0px solid #000000;
	width:220px;
	height:111px;
	float:left;
}

#left2 {
	background-image:url(images/space_left2.jpg);
	background-position:top;
	width:220px;
	height:368px;
	float:left;

}

#left {
	border: 0px solid #000000;
	width:220px;
	height:800px;
	float:left;
}

#top {
	margin-left:-55px;
	border: 0px solid #000000;
	height:104px;
	width:769px;
}

#header {
	border: 0px solid #000000;
	height:111px;
	width:547px;
	float:right;
}

#content {
	border: 0px solid #000000;
	background-repeat:no-repeat;
	height:800px;
	width:547px;
	float:right;
	background-color:#ffffff;
	background-image:url(images/content_block.jpg);
	background-position:bottom;
}

#side1 {
	width:273px;
	height:200px;
	border: 1px solid #000000;
	float:left;
}

#side2 {
	float:right;
	width:270px;
	border: 1px solid #000000;
	height:200px;
}

#footer {
	width:769px;
}