@import url(blocks/sake.css);

body {
	background-color:#C2D6EB;
	width:100%;
	height:100%;
	/* text-align:center;  uncomment to center layout */
}

#subbody {
	width:740px;
	margin-left:40px;
	/* margin: 0 auto;  uncomment to center layout */
}

#masthead {
	height:85px;
	background-color:#6699CC;
	background-image:url(image/ae-mastheadlogo.gif);
	background-position: 183px 28px;
	background-repeat:no-repeat;
	
}

#nav {
	border:solid white;
	border-width:0px;
	border-top-width:3px;
	height:34px;
	background-color:#7D7D7D;
	background-image:url(image/ae-navbot-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-left:22px;
	margin:0px;
}

* html #nav {
	height:37px;
}

#nav img { float:left; margin-top:7px; }

#pageContent {
	text-align:left;
	background-color:#FFFFFF;
	margin:0px;
	padding:0 10px;
	border-top:1px solid white;
}

#footer {
	width:740px;
	text-align:center;
	font-size:10px;
	line-height:200%;
	padding:20px;
}

#footer a { color: #666666; text-decoration:none;  }
#footer a:hover { color: #EE8623; }

#moreinfo {
width:250px;
padding-bottom:3px;
overflow:inherit;
float:right;
border: 1px solid #026CC6;
background-color:#C2D6EB;
margin:0 0 10px 30px;
}

#moreinfo h1 {
	background-color:#6699CC; 
	color:white;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	padding:5px;
	margin:0;
}

#moreinfo div {
	font-size:10px;
	font-weight:bold;
	padding:1px 10px
}