	html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(construction_tile_gray.png);
	background-attachment:fixed;
	}
	#container3{

	width:987px;
	height:87%;
	background:url(shade_left.png) repeat-y left top;
	padding-left:15px;
	padding-right:0px;
	margin:auto auto;
	}
	#container2{
	width:972px;
	height:100%;
	background:url(shade_right.png) repeat-y right top;
	padding-left:0;
	padding-right:15px;
	}
	#container{
	padding:1px 0;
	width:960px;
	height:100%;
	background:url(BG_blue.png) repeat-x left top #FFF;
	border:6px solid #E6E6E6;
	border-top:none;
	border-bottom:none;

	}
	#footer_1{
	width:100%;
	height:13%;
	background:#333333;
	margin:0 auto;
	}
	#footer_2{
	width:960px;
	height:100%;
	background:#000;
	margin:0 auto;
	}
	#content {
	background:url(m_at_w.png) no-repeat 5px 0px #E6E6E6;
	overflow:hidden;
	width:900px;
	border:4px solid #939598;
	margin:10px 30px 10px 30px; /*210 for top-margin*/
} 
	#content_2{
	background: #Aff;
	height:98%;
	float: left;
} 

.logo{
	text-align:center;
	margin-top:75px;
	margin-bottom:50px;
} 
p.warning{
margin-bottom:0px;
padding:10px 15px 25px 160px;
color:#1A1A1A;
font:bold 1.2em/1.3 Arial, Helvetica, sans-serif; 
}

.bar{
	background: url(construction_tile_small.png);
	width:940px;
	margin-left:10px;
	margin-top:10px;
}
.mail{
	padding:0 15px 0 0;
	text-align:center;
}
.mail a{
	font-style:italic;
	text-decoration:none;
	color:#BF1E2D;
	font-size:1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mail a:hover{
	text-decoration:underline;
	color:orange;
}

