*{
	margin:0;
	padding:0;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
}
html,body{
	background-color:#dcdde5;
	background-image:url(../images/back_orange.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	height:100%;
}
#main_container{
	background-image:url(../images/stripes_back.jpg);
	background-position:top;
	background-position:center;
	background-repeat:repeat-y;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	margin-top:0px;
}
/* ------------------ Header start ------------------ */
#main-nav {
	background-image:url(images/header_gradient_bk.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin-left:112px;
	background: orange;
	width:800px;
	height: 29px;
}
#main-nav h1{
	float:left;
	margin-left:5px;
	margin-top:5px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: white;
}
#main-nav b{
	float:right;
	margin-right:5px;
	margin-top:2px;
}
#main-nav a:link {
	color: #000000;
	text-decoration: none;
}
#main-nav a:visited {
	color:#000000;
	text-decoration: none;
}
#main-nav a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
#header{
	margin-left:112px;
	background: url(/images/header-images/rotate.php);
	background-color:#FFFFFF;
	height: 251px;
	width:800px;
}
#header h1{
margin-top:0px;
margin-right:500px;
}
#form {
	float:right;
	margin-right:5px;
	margin-top:2px;
}
.menu_header{
	background-image:url(../images/AC_logo.png);
	width:800px;
	height:251px;
}
#header_2{
	margin-left:112px;
	width:800px;
	height:29px;
	background-color:orange;
}
#header_2 a:link {
	color: black;
	text-decoration: none;
}
#header_2 a:visited {
	color: black;
	text-decoration: none;
}
#header_2 a:hover {
	color: black;
	text-decoration: none;
}
h5{
	margin: 0;
	padding: 0;
	float: right;
	margin-top:5px;
}
/* ------------------ Header ends ------------------ */
/* ------------------ content start ------------------ */

#content{
	width:100%;
	min-height: 100%;
	margin-top:0px;
}
#menu_nav{
	float: left;
	width:215px;
}
#menu_nav h1{
	float:center;
	margin-top:5px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: white;
}
#page_content{
	background-color:white;
	float: right;
	width:585px;
}
#page_content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 19px;
	color:#0099FF;
	margin-left: 5px;
	margin-top: 3px;
	padding: 0px;
	padding-bottom: 15px;
}

/* ------------------ content ends ------------------ */
/* ------------------ Footer start ------------------ */

#footer{
	margin-left:112px;
	clear: both;
	background-image:url(/images/default_footer.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color: orange;
	height: 60px;
	width:800px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: white;

}
#footer a {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: yellow;
}
#footer #copyright {
margin-left:13px;
	padding-top: 13px;
}

/* ------------------ Footer end ------------------ */
.newspage{
	overflow:hidden;
	width:542px;
	margin: 10px auto 10px auto;
	padding:5px; 
}
.newsitem_content{
	background-color:#CCC;
	overflow:hidden;
	width:532px;
	padding:5px; 
}
.newsitem_footer{
	clear:both;
	font-style:bold;
	text-align:right;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #9933CC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
/*------------- left and right block start ------------*/
#leftblock{
	float: left;
	width: 112px;
	height: 100%;
}
#leftblock_top{
	background:url(/images/leftblock_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 112px;
	height:338px; 
}
#leftblock_middle{
	width:112px;
}
#leftblock_bottom{
	width: 112px;
	min-height: 60px; 
}
#rightblock{
	float: right;
	width: 112px;
	height: 100%;
}
#rightblock_top{
	background:url(/images/rightblock_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 112px;
	height:338px; 
}
#rightblock_middle{
	width:112px;
}
#rightblock_bottom{
	min-height: 60px; 
}
/*------------- left and right block end ------------*/
/*------------ Contact Form starts -------------------*/
#contact{
	background:url(/images/lucky.png);
	background-position:right;
	background-repeat:no-repeat;
	overflow:hidden;
	width:542px;
	min-height:545px;
	margin: 10px auto 10px auto;
	padding:5px; 
	font-size:15px;
	font-weight:normal;
}
#contact_box{
    filter:alpha(opacity=75); /* IE's opacity*/
    left: 0px;
    opacity: 0.75;
}
/*------------ Contact Form end -------------------*/
/*---------------- aotm starts --------------------*/
.aotm{
	overflow:hidden;
	width:575px;
	margin: 10px auto 10px auto;
}
.aotm_title{
	height:25px;
}
.aotm_title h3{
	font-weight:bold;
	font-size:15px;
	padding-top:3px;
	margin-left:5px;
}
.aotm_title b{
	font-size:11px;
}
.aotm_content1{
	text-align:left;
	color: #000000;
	margin: 10px auto 10px auto;
}
.aotm_content2{
	margin-left:50px;
}
.aotm_footer{
	clear:both;
	text-align:left;
}
.aotm_files{
	padding:5px
}
.aotm_files1{
	background-color:#FF9;
	margin: 3px auto 3px auto;
	height:20px;
	width:565px;
}
.aotm_pics{
	float:right;
	margin-right:20px;
}
/*---------------- aotm ends --------------------*/
/*---------------- about starts --------------------*/
.about_staff{
	float:right;
	margin-right:20px;
	width:350px;
}
/*---------------- about ends --------------------*/
/*---------------- radio starts --------------------*/
.radio{
	background-color:#FFF;
	margin: 3px auto 3px auto;
	width:525px;
}
.radio_lists{
	background-color:#FFF;
	margin: 3px auto 3px auto;
	width:525px;
	text-align:center;
}
.radio_title{
	background-color:#000;
	color: white;
	width:525px;
}
.radio_status{
	float:right;
	margin-top: 2px;
	margin-right:2px;
	padding:2px;
}
.radio_listeners{
	float:left;
	padding:2px;
}
.radio_bitrate{
	float:right;
}
.radio_song{
	text-align:left;
	padding:2px;
}
.radio_song2{
	background-color:#CCC;
	text-align:left;
	padding:2px;
}
.radio_icon{
	float:right;
	margin-right:5px;
	width:88px;
}
#border{
	border-color #000;
	border: solid 1px;
} 
.lyrics_title{
	height:20px;
	background-color:#000;
	color: white;
	padding-left:3px;
	padding-top:3px;
}
.lyrics_pic{
	float:right;
}
.lyrics_content{
	width:225px;
}
.sidebar_1 {
	overflow:hidden;
	border: 1px solid #000;
	background-color:orange;
	width:170px;
	margin: 10px auto 10px auto; 
}
.sidebar_1 p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	font-size:15px;
	color: white;
	margin-top:2px;
	margin-bottom:2px;
}
.sidebar_1_content {
	background-color:#FFF;
	width:170px;
}
.sidebar_1_content p{
	text-align:left;
	font-size:13px;
	color: black;
	padding:3px;
}
.sidebar_1 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.sidebar_1 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.sidebar_1 ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.sidebar_1 ul li a:visited{
color: black;
}

.sidebar_1 ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
.social_icons {
	width:170px;
	padding-left:15px;
	margin: 10px auto 10px auto;
}
.ann_header {
	width:532px;
}
.ann_title {
	float:left;
	border: 1px solid #000;
	background-color:#0099FF;
	width:355px;	
}
.ann_title p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	font-size:15px;
	color: white;
	margin-top:2px;
	margin-bottom:2px;
}
.ann_content {
	background-color:#FFF;
	width:355px;
}
.ann_content p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
	font-size:3em;
	color: black;
}
.randomss {
	float:right;
	border: 1px solid #000;
	background-color:#0099FF;
}
.randomss p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	font-size:15px;
	color: white;
	margin-top:2px;
	margin-bottom:2px;
}
.randomss_content {
	background-color:#FFF;
	width:170px;
}
#blog_preview {
}
#blog_preview h2 {
	font-size:14px;
	padding:3px;
}
#blog_preview_content {
	float:right;
	width:430px;
}
#blog_preview_avatar {
	margin-left: 15px;
	float:left;
}
#blog_preview_footer {
	text-align:right;
	clear: both;
}
/*------------------css menu test---------------------------*/
#cssm1 *  { padding:0; margin: 0; padding-left:1px; font: 1em arial; }

#cssm1 { position: absolute; z-index: 99; margin: 0 auto; float: right; line-height: 20px; }

#cssm1 a { display: block; border: 1px solid #fff; background: orange; text-decoration: none; padding: 3px 10px; }
#cssm1 a:hover { background:#87CEEB; }



#cssm1 ul li, #cssm1 ul li ul li  { width: 120px; list-style-type:none; }

#cssm1 ul li { float: left; width: 113px; }

#cssm1 ul li ul, #cssm1:hover ul li ul, #cssm1:hover ul li:hover ul li ul{ 
	display:none;
	list-style-type:none; 
	width: 113px;
}
#cssm1:hover ul, #cssm1:hover ul li:hover ul, #cssm1:hover ul li:hover ul li:hover ul { 
	display:block; 
}
#cssm1:hover ul li:hover ul li:hover ul { 
	position: absolute;
	margin-left: 120px;
	margin-top: -20px;
}