@charset "UTF-8";

#container {
	background-image: url(images/aoa_bgpattern.gif);
	background-repeat: repeat-x;
	background-color: #E3DBC5;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	background-image: url(images/aoa_bgpattern.gif);
	background-repeat: repeat-x;
	background-color: #E3DBC5;
	width: 854px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
}


#banner {

}

#navigation {
	background:#CC3300;
	font-style:italic;
	font-size:16px;
	height:20px;
	width:814px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	vertical-align: middle;
	padding-top: 5px;
}

#maincontent {
	background-image: url(images/mainContent_bg.gif);
	background-repeat: repeat-y;
	width: 814px;
	position: relative;
	padding: 20px;
	background-color: #F4F2EA;
	min-height: 700px;
	padding-bottom: 5px;
}

#commentContent {
	background-image: url(images/comment_bg.gif);
	background-repeat: no-repeat;
	width: 814px;
	position: relative;
	background-color: #E3DBC5;
	min-height: 850px;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	background-image:url(images/aoa_bgpattern.gif);
	background-repeat: repeat-x;
	height: 30px;
	bottom:0;
	position:relative;
	width: 100%;
}
#footer_wrapper {
	background-image:url(images/aoa_bgpattern.gif);
	background-repeat: repeat-x;
	width: 100%;
	
}
#footer_left {
	float: left;
	width: 554px;
}
#footer_right {
	float: right;
	width: 300px;
	text-align: right;
}
#secondaryMainBottom {
	height: 195px;
	width: 814px;
	position: relative;
	margin-top: 60%;
}

body {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	line-height:16px;
	background-image:url(images/aoa_bgpattern.gif);
	background-repeat:repeat-x;
	background-color: #E3DBC5;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #336600;
}
h3 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #336600;	
}
#navigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#navlinks {
	background-color:#CC0000;
	height: 25px;
	margin-bottom: 3px;
}

#navlinks ul, #navlinks li {
	padding: 0;
	margin: 0;
	list-style:none;
}

#navlinks li {
	float:left;
}

#navlinks a {
	display:block;
	padding-top: 5px;
	padding-right: 19px;
	padding-left: 19px;
}

#navlinks a:link, 
#navlinks a:visited,
#navlinks a:hover,
#navlinks a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}


	
