body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.1;
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
	background: url(../image/bg.gif);
	text-align: center;
}

.page_wrap {
	width: 959px;
	margin: 0 auto;
	padding: 0;
	border: solid 11px #000000;
	background-color: #000000;
}

.contact {
	width: 944px;
	height: 131px;
	background: url(../image/top.jpg) no-repeat;
	border: solid 1px #797979;
	font: 11px Verdana, Helvetica, Tahoma, sans-serif;
	color: #000000;
	text-align: right;
	vertical-align: top;
	padding: 8px 13px 5px 0px;
}

.contact p {
	margin: 1px 0px;
}

.contact a {
	color: #000000;
	text-decoration: none;
}

.header {
	/*
	position:relative;
	margin:0 0 0 0 !important;
	margin:-7px 0 0 0;
	padding:0 0 0 ;
	width:780px !important;
	width:742px;
	height:125px;
	background:#ffffff url(img/header_bg.jpg);
	text-align:left;
	*/
	/*height: 114px;*/
	width: 957px;
	border-left: solid 1px #797979;
	border-right: solid 1px #797979;
	background: url(../image/businessbackground.gif) repeat-y;
}

.header_block {
	/*height: 104px;*/
	border-right: solid 1px #000000;
	border-top: solid 5px #000000;
	border-bottom: solid 5px #000000;
	background: url(../image/redsquare.gif) no-repeat;
}

.header_block td a img {
	border: solid 1px #777775;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}

/*
.header_block td a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
*/

.container {
	width: 957px;
	border: solid 1px #797979;
	background: url(../image/background.jpg) repeat-y;
	position: relative;
}

#left_column {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../image/grad.jpg) no-repeat;
	text-align: left;
}

#right_column {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1;
	color: #dddddd;
	padding: 24px 11px 11px 18px;
	border-right: solid 9px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 50px #000000;
	background: #1e1e1e url(../image/square.jpg) no-repeat;
}

#right_column td {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1;
	color: #dddddd;
	padding: 4px;
}

#right_column td a {
	color: #ffffff;
	text-decoration: underline;
}

#right_column td a:hover {
	color: #fb0802;
	text-decoration: underline;
}

#right_column td p {
	margin: 0px;
}

.copyright {
	position: relative;
	font: 9px Arial, Helvetica, sans-serif;
	padding: 2px 4px 0px 0px;
	white-space: nowrap;
	text-align: right;
	margin-bottom: -9px;
}

.copyright a {
	color: #797979;
	text-decoration: none;
}

.centerdiv { /*IE method of centering a relative div*/
	text-align: center;
}

.centerdiv>div { /*Proper way to center a relative div*/
	margin: 0 auto;
}
