/* general tags */
body {
	font-family:Myriad Pro, Verdana, Arial, Helvetica, sans-serif; color:#666666; background-color:#858688; margin:0;
}
h1 {
	font-size:14pt; color:#2b3473;
}

b {
	color:#2b3473;
}

a {
	text-decoration:none;
}

a img {
	border:none;
}

/* layout */

#aie-container {
	width:899px; height:819px; margin:0 auto; position:relative;
}
#aie-left-column {
	position:absolute; width:199px; height:819px; background-image:url(../images/left_background.jpg);
}
#aie-right-column {
	position:absolute; width:702px; height:819px; background-image:url(../images/right_background.jpg); right:0;
}
#aie-logo-loop {
	position:absolute; top:190px; left:18px; width:174px; height:184px;
}
#aie-left-menu {
	position:absolute; bottom:87px; left:14px; width:181px;
}
#aie-flashbackground {
	position:absolute; top:80px; left:5px;
}
#aie-content-wrapper {
	position:absolute; top: 280px; left: 5px; right: 17px; bottom:118px; background-color: white; padding-left: 0px;		
}
#aie-content {
	position:absolute; top:10px; left:10px; bottom:0; padding-right:5px; width:325px; overflow:scroll; overflow-x:hidden; overflow-y:scroll;
}
#aie-expo-banners {
	position:absolute; top:0; right:0; bottom:0; padding:0px; padding:5px; width:324px; overflow:hidden; text-align:center;
}

/* banners */
#aie-expo-banners img {
	margin:1px 0;
}

