@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9c1c0b;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

img{ 
 border: 0;
}

a {
  text-decoration:none;
  color: #000000;
}

a:hover{
  color: #FF0000;
}
.imapmailcopy_layout #container { 
	width: 982px;  
	background: url(../images/layout/content_bg.gif) repeat-y;
	margin: 0 auto; 
  margin-top: 10px;
	border: none;
	text-align: left; 
	color: #000000;
} 
.imapmailcopy_layout #header { 
	background: transparent url(../images/layout/header_bg.gif) no-repeat; 
	padding: 0 10px 0 20px;
	height: 162px;
} 
.imapmailcopy_layout #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.imapmailcopy_layout #sidebar1 {
	float: left;
	width: 10px;
	height:400px;
	padding: 0;
}

.imapmailcopy_layout #mainContent { 
	margin: 0px 30px; 
	float:right;
	width: 880px;
	padding: 0 0px; 
} 
.imapmailcopy_layout #main_footer { 
	padding: 0 10px 0 20px;
	background:url(../images/layout/footer_main_bg.gif) no-repeat bottom right;
	height: 60px;
  text-align:center;
} 
.imapmailcopy_layout #main_footer p {
	margin: 0;
	padding: 10px 0;
}

.imapmailcopy_layout #footer {
  margin: 0;
  margin-top: 15px;
	background:#C9BB7A;
  height:140px;
}
.imapmailcopy_layout #footer p {
 text-align: center;
 color: #000000;
}

.imapmailcopy_layout #toparea {
  height: 20px;
  background: #C9BB7A; 
  overflow:hidden;
  text-align: right;
}

.imapmailcopy_layout #toparea p {
 text-align:left;
}

.imapmailcopy_layout #twitter_link{
 float:right;
 margin-top:20px;
 width:157px;
 height:80px;
}

.imapmailcopy_layout #header_text{
 float:left;
 margin-top:20px;
 width:770px;
 height:120px;
}



.clearfloat { 
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.left {float: left;margin: 10px;}
.right{float:right;margin: 10px;}
