/* YUI Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/* End YUI Reset */



html {
	color: #231F20;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	min-width:700px;
	}

html, body, #container { height: 100%;}

html, body {
	overflow:hidden;
}

#container { height: 660px; min-height: 100%; }

#content { padding-bottom:5em; }


#aetype {
	position:relative;
	}

div.greybox {
	width: 100%;
	height: 440px;
	background-color: #686A6B;
	background-image: url('../images/ae-logo.png');
	background-repeat: no-repeat;
	background-position:center right;
	position:relative;

}

.email {
	color:#6D6E70;
	line-height:18px;
	letter-spacing:1px;
	font-size:12px;
	width: 455px;
	margin-left:30px;
	margin-top:77px;
	position:relative;

}

.emaillink {
	letter-spacing:.5px;
	font-size:12px;
	color:#6D6E70;
	text-decoration:none;
}

#footer {
	clear:both;
	position:relative;
	z-index:10;
	height:18px;
	margin-top:-47px;
	overflow:hidden;
	background:#6D6E70;
	width: 100%;
}

.footertext {
	color:#FFF;
	font-size:8.5px;
	float:right;
	padding-top:4px;
	padding-right:8px;
	
}