/* CSS Document */

body {
font:13px/26px Georgia;
color:#A3989E;
background:color: black;
}

* {
margin:0;
padding:0;
outline:none;
}

.clear {
clear:both;
}

#header {
height:130px;
width:1400px;
position:absolute;	
top:.5em;
left:450px;
margin:0 auto;
color: white;
background-color: black;
}

#headertext		/* quote */
	{	
	position:absolute;	
	top:-0em;
	left:-1em;
}

#header2		/* quote */
	{	
	position:absolute;	
	top:-0em;
	left:990px;
}

#headerfix		/* quote */
	{	
	position:absolute;	
	top:-0em;
	left:0px;
}

#main1		/* quote */
	{	
	position:absolute;	
	top:160px;
	left:170px;
}

#main2		/* quote */
	{	
	position:absolute;	
	top:160px;
	left:660px;
}


#container {
width:1400px;
margin:0px auto;
padding-top:15px;
padding-bottom:35px;
background:color: black;
}

#sidebar {
width:150px;
margin:0 0px 0 0;
background-color: black;
height:1%;
}




#content {
padding-top:93px;
width:1250px;
float:right;
background:color: black;
}



#content p {
font-family: Arial, Helvetica, sans serif;
padding:0px 0;
}

#content h1 {
font-family: Basic Sans Light SF, Calibri, Helvetica, sans serif;

font-weight: bold;
padding:0px 0;
}

blockquote {
padding:10px 10px 10px 30px;
font-style:italic;
}



#footer {
font-size: .8em;
clear:both;
margin:50px 0 0 0;
padding:40px 0 20px 0;
position:absolute;	
top:820px;
left:500px;
}

#footer-content {
font-size: .8em;
width:860px;
margin:0 auto;
background:#242121;
}

#footer-content a.at {
display:block;
float:right;
text-align:left;
text-indent:-9999px;
height:30px;
width:30px;
background:url(../images/atlogo.gif) no-repeat;
}
