body {
	background: #E0E0E0;
	color: #333;
}
h1#section, #main h2 {
	font: bold 1.4em/1 Tahoma,Arial,sans-serif;
	margin: 20px 0 .5em;
}

h1#section {
	color: #2A3354;
	background: url(/images/int/arismail_int_subtile_text.gif) no-repeat 0 0;
	margin: 0 30px 0 173px;
	padding: 100px 0 10px 30px;
	width: 300px;
	font-size: 2.4em;
	letter-spacing: -1px;
}
/* =LAYOUT
***************************/

#canvas {
	background: #fff url(/images/int/arismail_int_navtile.gif) repeat-y 0 0;
	margin: 0 auto;
	max-width: 960px;
	min-width: 770px;
	position: relative;
}

#masthead { height: 0; }	

#content { background: url(/images/int/arismail_int_subtile.gif) repeat-x 0 0; }
	#main, #sidebar { float: left; display: inline; }
	#main {
		background: url(/images/int/arismail_int_subhead.jpg) no-repeat 100% 0;
		width: 100%;
	}
	#main .content {
		background: url(/images/int/arismail_int_bodytile.gif) no-repeat 0 0;
		padding: 30px 15px 15px;
		margin-left: 198px;
		min-height: 306px;
		font-size: 13px;
	}
	
	#sidebar {
		background: #CED7E8 url(/images/int/arismail_int_navtile.jpg) no-repeat 0 0;
		margin-left: -100%;
		min-height: 366px;
		padding-top: 119px;
		width: 173px;
	}

#mainnav {
	background: #01244E;
	border: 1px solid #335680;
	color: #fff;
	margin: 10px;
}
#mainnav dd {
	border-bottom: 1px solid #335680;
	font-weight: bold;
}
#mainnav dd.alt2 { background: #0C3573; }
#mainnav dd a, #mainnav dd strong {
	display: block;
	padding: 2px 5px 4px;
	zoom: 1;
}
#mainnav ul {
	font-size: .83em;
	font-weight: normal;
	margin-left: 1.5em;
	padding: 2px 4px 8px;
}
#mainnav ul a { display: inline; padding: 0; }

#promos { text-align: center; }



#footer { clear: both; font-size: .9em; }

#links {
	overflow: hidden;
	margin: 0 0 0 200px;
	padding: 1em 0;
	width: 35em;
	line-height: 1.5em;
}
#links li {
	display: inline;
	padding: 0 .5em;
	border-left: 1px solid #BCBBB9;
	margin-left: -1px;
}

#copy {
	color: #fff;
	background: #E3A76C;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

/* =IMAGE REPLACEMENTS
***************************/
#masthead h1.ir {
	background: url(/images/int/arismail_int_logo.gif) no-repeat;
	left: 0;
	margin: 0;
	padding-top: 119px;
	height: 119px;
	position: absolute;
	width: 173px;
	z-index: 1;
}
#quicklinks #anet a , #quicklinks #q_home a {
	display: block;
	text-indent: -999em;
	height: 100%;
}
#quicklinks #anet { top:0; width: 135px; height: 27px; z-index: 10; }
#quicklinks #q_home { top: 34px; left: 8px; width: 160px; height: 73px; z-index: 10; }

/* GENERAL
****************************/
#quicklinks li, .nav dt {
	position: absolute;
	top: -200em;
}

.nav, .nav dd, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ir {
	height/**/:/**/ 0 !important;
	display: block;
	overflow: hidden;
}

.container {
	width: 100%;
	overflow: hidden;
}
	.container:after {
		content: '.';
		display: block;
		clear: both;
		overflow: hidden;
		height: 0;
		visibility: hidden;
	}
	:root .container { overflow: visible; }
	
.contacts td, .contacts th { vertical-align: top; }
	
.btt { text-align: center; }
	
/* FOR IE 5/6 WINs EYES ONLY \*/
* html #main .content { height: 306px; }
* html #sidebar { height:366px; }
/* END IE WIN
