/*---------------------------------*/
/*                                 */
/*        Content Layout           */
/*                                 */
/*---------------------------------*/

/*---------------------------------*/
/* 
   Right Side : 150
                116
                50
                40
                144
                    = 500

/*---------------------------------*/


body {
	text-align:center;
	font-size: 9px;
	background-color: #f0f0f0;
}


html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: verdana, helvetica, arial, sans serif;
}


DIV.outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 554px;
	margin-left: -483px; /* half of width */
	margin-top: -280px;  /* half of height */
	text-align:left;
	background-color: #fff;
	border: 6px solid #fff;
}




#left {
	width:249px;
	height:535px;
	float:left;
	background: url(images/leftbg.gif);
	background-repeat: no-repeat;
	padding: 9px 21px 9px 0;
}

div#as-logo {
	float: left;
	background: url(images/alexlogo.gif) 0 0 no-repeat;
}

div#as-logo h1 a {
	display: block;
	height: 75px;
	width: 249px;
	text-indent: -9000px;
}

#leftContentA {
	float: left;
	width: 249px;
	height:336px;
	padding: 40px 0 0 0;
	line-height: 18px;
	overflow: none;
}

#leftContentB {
	float: left;
	width: 234px;
	padding: 40px 0 0 15px;
	line-height: 18px;
}


#right {
	width:690px;
	float:left;
}

#rightTop {
	width:690px;
	height:483px;
	padding: 9px 0 10px 0;
	float:left;
}

#rightBtm {
	width:690px;
	height:42px;
	float:left;
	padding: 0 0 9px 0;
}

#rightBtm img {
	width:60px;
	height:42px;
	padding: 0 10px 0 0;
	display: inline;
	border: 0;
}

#rightTop img {
	width:690px;
	height:483px;
	border:0;
}

dl {
	width: 245px;
	float:left;
}

dt {
	width: 15px;
	float: left;
}

dd {
	width:230px;
	float: left;
}