@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#47484c;
	background-image:url(/images/bkg_pattern2.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
color:#000000;
}

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(/images/am_logo_direct.jpg);
	background-repeat:no-repeat;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height:125px;
	background: #DDDDDD;
	background-image:url(/images/authormedia_header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#maincontent h3 {
	color:#222;
}

#mainContent {
	color:#555;
	font-size:14px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:90px 0 0 46px;
	background: #FFFFFF;
	min-height:255px;
	max-height:345px;
}

#rightsidebar {
	float:right;
	width:450px;
	padding:0;
	margin:0;
		min-height:345px;
}

#bottomFeature {
	height:175px;
	padding:0;
	background-color:#333336;
	background-image:url(/images/artist_footer.jpg);
	background-repeat:no-repeat;
	width:950px;
}

#bottomFeature a {
color:#CCCCCC;
}

#feature1 {
	height:175;
	width:300px;
	float:left;
	color:#CCC;
	line-height:24px;
	padding:15px 0 5px 28px;
	letter-spacing:1px;
}

#feature2 {
	height:175;
	width:200px;
	margin:0 450px 0 325px;
	padding:35px 0 0 0;
}

#feature3 {
	float:right;
	height:175;
	width:400px;
	color:#ccc;
	padding:22px 0 0 0;
}

.featureartists {
	color:#39C;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	text-transform:uppercase;
	padding:0;
}

#footer {
	height:10px;
	padding:3px 0 0 0;
	font-size:10px;
	width:950px;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
}

#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#666;
	text-decoration:underline;
}

#content5 {
padding-top:75px;
padding-left:25px;
font-size:12px;
}
