div, body, td, form {
	padding: 0;
	margin: 0;
	border: 0;
}

body { 
	text-align: center; 
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	background-color: #703112;
}


/* link styles: order was a, a:link  a:hover, td a:hover, a:visited     */
a, a:link { color: #6f3112; text-decoration: none; }

a:visited { color: #cf8544; text-decoration: none; }

a:hover, td a:hover { color: #cf8544; text-decoration: underline; }



#homeMainContainer {
	background: url(i/ATC_home_back.jpg) no-repeat top center;
	width: 891px;
	height: 897px;
	margin: 0 auto; /* Center this design */
	text-align: left;
}

#content .copy {
	position: relative;
	top: 105px;
}

#header {
	background: #000;
	color: #fff;
}

#content {
	position: relative;
	/*top: 370px;*/
	top: 0px;
	float: right;
	width: 530px;
}

#content p {
	width: 460px;
	margin: 0 auto;
	padding-right: 30px;
}

#news {
	position: relative;
	/*style for div defining news section on homepage;*/
	top: 95px;
	height: 446px;
	width: 520px;
	/* width: 530px or 500?;  */
	overflow: auto;
	margin-left: 15px;
}

#column {
	position: relative;
	top: 410px;
	float: left;
	width: 315px; /* Our total width - content width is 260px */
	margin-left: 38px;
	text-align: center;
}


#column a, a:link { color: #cf8544; text-decoration: none; }

#column a:hover { color: #cf8544; text-decoration: underline; }

#column a:visited { color: #cf8544; }

.textBox {
	background-color: #cf8544;
	border: 1px solid #cf8544;
	font-size: 11px;
	color: #000;
	padding: 1px;
	width: 115px;
	margin: 0;
}

h3 { 
	padding: 0; 
	margin: 0; 
	color: #fff; 
	text-align: center; 
	font-size: 15px; 
	font-weight: bold; 
}

.formLeft {
	width: 120px;
	margin-right: 5px;
}

.formRight {
	width: 120px;
	float: right;
}

#formContainer {
	width: 280px;
	text-align: left;
	color: #cf8544;
	font-size: .8em;
	padding-left: 10px;
	margin: 0 auto;
	padding-top: 0;
}

.musicPlayer {
	padding-left: 10px; padding-top: 150px; text-align: left; 
}

#links { width: 515px; text-align: left; padding-top: 55px; }

#links ul { padding: 0; margin: 0; }

#links li { 
	display: inline; 
  	list-style: none; 
}

#links li a { color: #fff; font-size: 13px; font-weight: bold; }

#links li a:hover { color: #a93e2c; text-decoration: none; }



#popup {
	background-color: #703112;
	color: #fff;
	text-align: left;
	padding: 10px 30px;
}

#popup .formLeft { text-align: left; }

#popup a { color: #fff; }

#popup p, #popup a { font-size: .9em; line-height: 1.3em; }
