html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: 'Verdana';
	font-size: 10px;
	color: #7f7f7f;
	line-height: 18px;
}

div {
	position: relative;
	margin: 0px;
	padding:0px;
}

a {
	text-decoration: underline;
	cursor: pointer;
}

img {
	border: 0px;
	margin: 0px;
}

.box {
	width: 940px;
	margin: 0 auto;
}

.header {
	height: 143px;
	background: url(../img/header.jpg) no-repeat;
}

.menu {
	height: 40px;
	border-bottom: 2px solid #ff0000;
}

.menu .box {
	padding-left: 70px;
}

.content {
	background: url(../img/content.jpg) repeat-y #000000;
}

.left_column {
	padding: 24px 0px 24px 0px;
	width: 643px;
	float: left;
	font-size: 12px;
	color: #333;
}

.left_column h1 {
	font-size: 14px;
	font-weight: bold;
	color: #9E0404;
	padding: 0px 0px 0px 59px;
	background: url(../img/arrow.jpg) left no-repeat;
}

.left_column p {
	padding: 8px 20px 8px 59px;
}

.right_column {
	width: 254px;
	height: 100%;
	margin-right: 43px;
	float: right;
	background: url(../img/right_column_middle.jpg) repeat-y;
}

.right_column .top {
	height: 67px;
	background: url(../img/right_column_top.jpg) bottom no-repeat;
}

.right_column .middle {
	padding: 18px;
	background: url(../img/right_column_middle.jpg) repeat-y;
}

.right_column .bottom {
	height: 21px;
	background: url(../img/right_column_bottom.jpg) no-repeat;
}

.footer {
	height: 41px;
	background: url(../img/footer.jpg) no-repeat;
	color: #FFFFFF;
}

.footer .local {
	margin-left: 50px;
	float: left;
	line-height: 41px;
	vertical-align: bottom;
}

.footer .email {
	margin-right: 100px;
	float: right;
	line-height: 41px;
	vertical-align: bottom;
}

.footer .email a,
.footer .local a,
.footer .backlink a{
	color: white;
}

.footer .backlink{
	float: left;
	line-height: 13px;
	text-align: center;
	margin-left: 100px;
}

.clear {
	clear: both;
}

.woman {
	position: absolute;
	right: 43px;
	top:0px;
	z-index: 100;
}

.left_column table {
	padding-left: 59px;
}
