
body
{
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#main
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 32px;
}
#navigation
{
	width: 1000px;
	height: 40px;
}
#header
{
	height: 292px;
	width: 1000px;
}
#content
{
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	height: 995px;
	width: 1000px;
	margin-top: 30px;
	margin-bottom: 0px;
}
#footer
{
	width: 100%;
	background-color: #380223;
	height: 45px;
	margin: 0px;
	padding: 0px;
}
#left_cont
{
	width: 450px;
	float: left;
}
#right_cont
{
	width: 350px;
	float: left;
	vertical-align:top;
}

.linehg
{
	line-height:1cm;
}
