﻿@charset "utf-8";
body {
	margin-top: 0px;
	padding-top: 0px;
	font: 1em Arial, Helvetica, sans-serif;
	background: #000;
}

/* CSS Document */

#container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/aat-bg-1.jpg) repeat-x;
	height: 780px;
}





#main_content {
	height: 630px;
	clear: none;
}

.fs-l {
	text-align: left;
}
.fs-c {
	text-align: center;
}
#english {
	position:relative;
	width:358px;
	height:250px;
	z-index:2;
	background: url(../images/english_box.jpg) no-repeat;
	top: 40px;
	left: 13px;
	float: left;
}
#spanish {
	position:relative;
	width:358px;
	height:250px;
	z-index:2;
	background: url(../images/spanish_box.jpg) no-repeat;
	left: 600px;
	top: -455px;
}
.language     {
	color: #FFF;
	font: bold 1.7em Verdana, Geneva, sans-serif;
	letter-spacing: 0.5em;
	width: 358px;
	text-align: center;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 25px;
}
.text_links {
	padding-top: 10px;
	margin-top: 11px;
	padding-bottom: 0px;
	text-align: center;
}
.tag_line {
	text-align: center;
	padding: 20px 0px 0px;
	color: #682A1B;
}
#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 100px;
	width: 634px;
	text-align: center;
	clear: both;
	margin-left: 170px;
	padding-top: 0px;
	margin-top: -175px;
	position: relative;
	top: 200px;
	z-index: 5;
	visibility: visible;
}
.footer {
	font-size: 0.85em;
	padding-top: 17px;
}





#logo {
	position:relative;
	width:385px;
	height:494px;
	z-index:1;
	background: url(../images/aat-logo-1.jpg);
	left: -60px;
	top: 130px;
	text-align: center;
	margin-left: 360px;
}
