@charset "utf-8";
/* CSS Document */

body {
	background: #cbc49a;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin: 0;
	padding: 0;
	text-align: center; 
}

#ao-container {
	width: 1024px;
	margin: 0 auto 0 auto;
	text-align: left; 
	min-height:100%;
	height:100%;
}

#header {
	background: transparent url('images/aoheader_provocativetheory.png') no-repeat center top;
	height: 348px;
}

#contentwrapper {
	background: #cbc49a;
	width: 1024px;
	overflow:hidden;
	height:100%;
	text-align:left;

}

a:link { text-decoration: underline; color:#660000; }
a:visited { text-decoration: underline; color:#27457C; }
a:hover {text-decoration:none; color: #5b8c7c; }


a.bottom:link { font-weight: bold; font-size:12px; text-decoration: underline; color:#000000; }
a.bottom:visited { font-weight: bold; font-size:12px; text-decoration: underline; color:#FFFFFF; }
a.bottom:hover {text-decoration:underline; color: #902D5D; font-size:12px;}

.clear {
clear: both;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


#footer {
	height: 320px;   /* Height of the footer */
	background: #cbc49a url('images/aofooter_provocativetheory.png') no-repeat center top;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear:both;
	bottom:0;
}

#footer .links {
	padding-top:270px;
	margin-left:330px;
	font: 12pt Verdana;
}

#footer .copyright {
	padding-top:10px;
	margin-left:330px;
	font: bold 10px Helvetica;
}
