
body
{
	padding: 0px;
	margin: 0px;
	background-color: #0045a4;
	background-image: url('../img/design/bg_body.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

div#header
{
	width: 907px;
	height: 410px;
	padding-left: 2px;
	margin-left: auto;
	margin-right: auto;
}

br.clear
{
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0px;
	overflow: hidden;
}

div#bg_body2
{
	background-image: url('../img/design/bg_body2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

div#bg_body3
{
	background-image: url('../img/design/bg_body3.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}

div#bg_body4
{
	background-image: url('../img/design/bg_body4.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 37px;
}

div#container
{
	width: 856px;
	margin-left: auto;
	margin-right: auto;
}

div#left
{
	width: 303px;
	height: 843px;
	float: left;
	text-align: left;
}

div#right
{
	width: 553px;
	float: right;
	text-align: left;
}

div#content
{
}

div#footer
{
	clear: both;
	width: 856px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

