@charset "utf-8";
/* CSS Document */
body, html{
	/*background-image:url(../images/bg_tile.jpg);
	background-repeat:repeat;*/
	background-color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	line-height:20px;
	color:#606163;
	margin:auto;
	padding:0px;

}
a:link {

	color:#606163;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {

	color: #7ca7fd;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
	
	color:#606163;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited:hover {

	color: #7ca7fd;
	text-decoration: underline;
	font-weight: bold;
	}
/*
#shadow{
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
	margin:auto;
	padding-bottom:-100px;
	width:1100px;
}

#shadow_footer{
	background-image:url(../images/footer_shadow.png);
	background-repeat:no-repeat;
	margin:auto;
	width:1100px;
	height:50px;
}
*/
#content_block{
	background:url(../images/blue_lines_bg.jpg);/**/
	background-repeat:no-repeat;
	background-position:bottom right;
	border-left:2px #9d9d9d solid;
	
}
#content_block_table{
	margin-top:-30px;
	position:relative;
	z-index:40;
	}
#content_inner_block{
	background-image:url(../images/inner_lines.jpg);
	background-repeat:repeat-y;
	
}
#content_inner_block_text{
	background-image:url(../images/office_content_image.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-top:-30px;
	margin-bottom:-50px;
	padding:0px 20px;
	height:429px;
	position:relative;
	z-index:50;
}
