/* style for temp The American Autumn page */

body {
	background-color: #FFFFCC;
	background-image: url('images/bg_star2.png');
	background-position: -126px -46px;
	background-repeat: no-repeat;
	
	font: 14px arial;
	line-height: 1.3;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

a {
		color: #336633;
		text-decoration: none;
		font-weight: bold;
}

a:hover {
		color: #336633;
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px #336633 dashed;
}

.big {
	font-size: 16px;
	font-weight: bold;	
}

#content {
	width: 500px;
	min-width: 500px;
	max-width: 500px;
	height: 100%;	
	font-size: 0.8em;
	line-height: 1.5em;
}

.myspace {
	/* float: right; */
	font-size: 22px;
}

/* for Press Kit */

#pk_content {
	margin-left: 380px;
    margin-right: auto;
	margin-top: 85px;
		
	width: 500px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
}

#pk_media {
	position: absolute;
	top: 475px;	
	left: 15px;
	padding-bottom: 20px;
	width: 800px;
	min-width: 800px;
	
	text-align: left;
}

#pk_footer {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	
	border-top: 1px black solid;
}

p {
	text-align: left;
	text-indent: 10px;
	margin-bottom: 10px;
}

h2 {
	color: black;
	font-size: 1.7em;
	border-bottom: 1px black solid;
}

h3 {
	margin-bottom: 0px;
}

.small_note {
	font-style: italic;
	font-size: 0.7em;	
}

.smallish {
	font-size: 0.7em;
}

.media {
	display: inline;
	float: left;
	clear: none;
	width: 300px;
	max-width: 250px;
	padding: 5px;
}

li {
	list-style-type: none;
	text-indent: -35px;
	line-height: 1.7em;	
	
}

ul.floater {
	clear: none;
	float: left;
	display: inline;	
}
img {
	border: 1px black solid;
}

a.no_ul {
	border-bottom: none;
}

a img {
	border: 1px #336633 solid;
}

a:hover img {
	border: 1px #336633 dashed;
}
