@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: Verdana, 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:#0F314A;
	text-align: center;
} 

#header {
	height: 175px;
	padding-bottom: 0;
	padding-left: 35px;
	color: #000000;
	background-image: url(images/aebn-adult-entertainment-broadcast-network-header.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
} 
#title   {
	height: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#title  h1   {
	font-size: 30px;
	color: #0F314A;
	text-decoration: none;
	text-align: left;
	margin: 0px;
}
#title  h2   {
	margin: 0px;
}
#mainContent {
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: justify;
} 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
} 

#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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 13px;
}
h3 {
    font-size: 17px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}

h4 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}

h5 {
	font-size: 17px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
h6 {
	font-size: 15px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#links   {
	text-align: left;
	margin-top: 0px;
	text-decoration: none;
	background-color: #0F314A;
	color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(images/aria.jpg);
	height: 270px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
	font-size: 14px;
}
#links  a   {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#links  a:hover   {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
	font-size: 14px;
}

#left   {
	float: left;
	margin-top: 25px;
	border: 1px none #EFEFEF;
	color: #7D0000;
	margin-left: 20px;
}
#links2   {
	background-color: #0B2031;
	height: 30px;
	text-align: center;
	padding: 15px;
	color: #FFF;
	margin-bottom: 20px;
}
#links2  a   {
	color: #FFF;
	text-transform: capitalize;
}
