@charset "utf-8";
/* CSS Document */

body  {
	background: #0f0f0f;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


#container a {
	color:#1A0407;
	text-align: center;
} 

#title {
	height:80px;
	}
#title h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;

}

#title h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	color: #4A0001;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;

	}

#header {
	height: 170px;
	background-image: url(images/Aebn_adult_entertainment_broadcast_network_header.jpg);
	padding-top: 0px;
	border-color: #0F0F0F;
	border-left-width: 1px;
	border-style: solid;
	border-right: 1;
} 
	
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	color: #000000;
}

#sidebar1 a {

text-decoration: none;
}

#mainContent {
	margin-top: 25px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
} 
h1 {
	font-size: 34px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 13px;
	color:#FFFFFF;
	text-align: center;
	background-color: #7D0000;
	} 
h5 {
	font-size:12px;
	text-align:left;
}

#links a {

color:#FFFFFF;

}

#links2 {
	background-color: #460002;
	height: 50px;
	text-align: center;
	padding: 15px;
	color: #FFF;
	margin-bottom: 20px;
}
#links2 a{
color:#FFFFFF;
}


#footer {
	font-size: 9px;
	color: #CCCCCC;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 9px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #3C3A38;
}
