body {
	font-size: 75%;
	color: #222;
	font-family: "Helvetica Neue","Lucida Grande",Verdana, Helvetica,Arial,sans-serif;
	background: black url(images/alcm_bkgd.png) 0 0;
}

html>body { font-size: 12px; }

div#outer {
	width: 980px;
	background-color: #FFF;
	margin: 0px auto 50px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

div#topband {
	width: 980px;
	height: 9px;
	background: url(images/alcm_topbandbg.png) repeat-x;
	border-bottom: 1px solid #96C33A;
	margin: 0;
}

div#tabnav {
	width: 965px;
	margin: 0 0 0 15px;
	text-align: left;
	padding: 0;
	vertical-align: bottom;
	height: 88px !important;
}

/* line below tab navigation */
div#tabband {
	width: 965px;
	height: 4px;
	background: #96C33A none;
	border-top: 1px solid #600054;
	margin-top: 0px;
	margin-left: 15px;
}

/* the bigger image/color band after the tabnav */
div#largeimageband {
	width: 980px;
	height: 120px;
	background: #600054 none;
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 0;
	text-align: left;
}

div#largeimageband img { padding-left: 160px !important; }

/* the claimline above the footer */
div#tagline {
	width: 980px;
	height: 40px;
	margin: 100px 0 0 0;
	clear: both;
	padding: 0;
	text-align: left;
}

div#tagline img { padding-left: 480px !important; }

/* the copyright band */
div#copyrightband {
	width: 980px;
	height: 84px;
	background: #96C33A none;
	border-top: 1px solid #600054;
	padding: 0;
	/*margin-bottom: 100px;*/
	margin-bottom: 0px;
	text-align: left;
}

/* A container should group all your columns. */
#content_container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* Columns 
   ------------------------------------------- */

.column_small {
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
	padding: 0;
}

.column_medium {
	float: left;
	width: 310px;
	margin: 0 10px 0 0;
	padding: 0;
}

.column_large {
	float: left;
	width: 470px;
	margin: 0 10px 0 0;
	padding: 0;
}

.column_xlarge {
	float: left;
	width: 630px;
	margin: 0 10px 0 0;
	padding: 0;
}

/* The last column in a row needs this class. */
#column_smallright {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}

/* indenting in footer */
.copyrightindent {
	padding-left: 480px;
	margin-top: -1.25em;
	font-size: 0.8333em;
	line-height: 1.25em;
	color: white;
}

.copyright {
	font-size: 0.8333em;
	line-height: 1.25em;
	padding: 5px 0 0 15px;
	margin: 0;
}

/* Border on right hand side of a column. */
.border {
	padding-right: 4px;
	margin-right: 5px;
	border-right: 1px solid #eee;
}
