#header {
	background: url(../images/email/top_bar_email.jpg) repeat-x;
	margin-bottom: 5px;
	height: 90px;
}
#header .left {
	float: left;
	height: 90px;
	width: 450px;	
}
#header .right {
	float: right;
	width: 5px;
	background: url(../images/email/top_bar_right_email.jpg) no-repeat;
	height: 90px;
}
#content {
	background: #94B5C8 url(../images/email/right_bar.gif) repeat-y right top;
	margin: 0px;
}
#content .wrap {
	background: url(../images/email/left_bar.gif) repeat-y left top;
}
#footer {
	font-size:10px;
	color:#999999;
	margin-right: 20px;
	margin-left: 20px;
}
#content .innercontent .main {
	height: 215px;
	overflow:auto;
}
/* Start Height Hack \*/
#content .innercontent .main { overflow:visible;}
body > #wrap .innercontent .main {min-height:215px; height:auto;}
.main .right {
	float: right;
	width: 150px;
	margin-left: 10px;
	border-left: 1px dashed #000066;
	padding-left: 10px;
}
.main .left {
	float: left;
	margin-right: 10px;
	border: 1px solid #6595ac;
}


/* End */
.description {
	border-bottom: 1px dashed #000066;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.arrow {
	margin:0 0 0 25px;
}

