@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #f4f4f4;
	text-align: center;
	font-size: 10px;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #22285d;
	line-height: 1.5em;
		
}
a {text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#main_page {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	text-align: left;
	background-image: url(../images/bkg/full-screen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 520px;
}
#main_page_blank {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	text-align: left;
	height: 520px;
}

#measure_stick{
	height: 318px;
	width: 0px;
	float: left;	
}

#left_column {
	width: 450px;
	float: left;
}
#left_column2 {
	width: 250px;
	float: left;
}
#right_column, #right_column2 {
	height: 520px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #22285d;
	border-right-color: #22285d;
	border-bottom-color: #22285d;
	border-left-color: #22285d;
}
#right_column {
	width: 348px;
}
#right_column2 {
	width: 548px;
}

#top_space {
	width: 100%;
	height: 150px;
}
#right_text, #right_text2, #right_text3 {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #22285d;
	margin: 10px;
	
	line-height: 1.5em;
}
#right_text{
	font-size: 12px;
	letter-spacing: 0.5em;
	text-align: right;
}
#right_text2{
	font-size: 14px;
	letter-spacing: 0.2em;
	text-align: right;
}
#right_text3{
	font-size: 10px;
	letter-spacing: 0.4em;
	text-align: right;
}

#right_text4{
	font-size: 11px;
	letter-spacing: 0.2em;
	text-align: center;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #22285d;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.5em;
}

.left_address{
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #22285d;
	line-height: 1.5em;
	font-size: 11px;
	letter-spacing: 0.35em;
	text-align: center;
}
.left_address_tight{
	font-size: 11px;
	letter-spacing: 0.25em;
}
#right_text a, #right_text2 a, #right_text3 a, .left_address a, #right_text4 a{
	color: #22285d;
}
#mid_grey_space {
	width: 100%;
	height: 30px;
	background-color: #f4f4f4;
}

#mid_grey_space_hold {
	width: 100%;
	height: 30px;
	background-color: #f4f4f4;
	clear: both;
}



#web_block {
	text-align: center;
	margin-top: 10px;
}
