*{
	margin:0px;
	padding:0px;
}
body {
	background:#000000;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	color: #626262;
}
a {
	color:#915BA7;
	text-decoration:none;
	outline:none;
}
	a:hover {
		color:#915BA7;
		text-decoration:underline;
	}
img {
	border:0px;
}
.header {
	width:914px;
	height:234px;
	position:relative;
}
.audio_player {
	position:absolute;
	top:0px;
	right:10px;
}
	
#wrap {
	width:914px;
	margin: 0px auto;
}
.menu {
	height:29px;
	background:url(../img/menu_bg.gif) repeat-x top left;
}
	.menu .social_network {
		float:right;
		margin-right:9px;
	}
		.menu .social_network img {
			margin-left:10px;
		}
.content {
	margin:30px 0px 0px 0px;
}	
	.leftCol {
		width: 220px;
		float: left;
	}
		.calendar {
			margin:14px 0px 10px 0px;
		}
		.calendar th {
			background-color: #C00C15;
			width: 25px;
			height: 23px;
			color: #ffffff;
		}
		.calendar td {
			width: 25px;
			height: 23px;
		}
		.monthTable th {
			width: 70px;
			height: 30px;
		}
		.monthTable td {
			width: 70px;
			height: 70px;
			padding: 5px;
		}
	.middleCol {
		width: 454px;
		float: left;
		margin: 0px 10px;
		margin-top:-8px;
	}
	.wideCol {
		width: 684px;
		float: left;
		margin: 0px 10px 0px 0px;
		padding-bottom:10px;
	}
	.rightCol {
		background-color: #101010;
		width: 220px;
		float: left;
		padding: 0px;
	}
	#footer {
		background:#1B1B1B;
		height:42px;
		text-align:center;
		padding:7px 0px 10px 0px;
		color: #535353;
		line-height:13px;
	}
		#footer .footer-top {
			margin-bottom:0px;
		}
		#footer .footer-middle {
			font-size:11px;
			color:#464646;
			margin-bottom:5px;
		}
		#footer .footer-bottom a {
			color:#898989;
			font-weight:normal;			
		}
		#footer .footer-bottom a:hover {
			color:#898989;
			font-weight:normal;
			text-decoration:underline;			
		}
			
		#footer a, #footer a:hover {
			color: #464646;
			font-weight: bold;
			text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
		}
	
.left {
	float: left;
}
.right {
	float: right;
}
.error {
	color: #ff0000;
	font-weight: normal;
	text-align: center;
	padding: 10px 0px;
}
form{
	margin: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	color: #FFFFFF;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	color: #FFFFFF;
}
a, a:hover {
	font-weight:bold;
	color: #EA1912;
	text-decoration: none;
}
a:hover {
	color: #EA1912;
	text-decoration: underline;
}
.txtform {
	border: 1px solid #aaaaaa;
	background-color: #efefef;
}
.txtform2 {
	border: 1px solid #aaaaaa;
	background-color: #efefef;
	font-size: 11px;
	width: 195px;
	height:18px;
}
.button {
	border: 1px solid #aaaaaa;
	background-color: #dbdbdb;
}

/*RIGHT BOXES STYLE*/
.box {
	color:#ffffff;
	margin-top:20px;
}
	.box .top {
		background:#707070;
		height:28px;
		width:200px;
		padding:3px 10px 0px 10px;
	}
		.box .top h1 {
			font-size:20px;
			font-weight:bold;
			letter-spacing:-1px;
		}
	.box .bottom {
		background:#181818;
		padding:20px 10px 10px 10px;
	}
		.box .bottom img {
			margin-bottom:18px;
			*margin-bottom:15px;
		}
	.box .bottom .newpics {
		float:left;
		margin-bottom:10px;
	}	
			.box .bottom .newpics img {
				width:93px;				
				border:solid 1px #B3B3B3;
				margin-bottom:0px;
			}
.a_center {
	text-align:center;
}
.ml_10 {
	margin-left:10px;
}

/* Float Fix */	
.clearfix:after{
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */  


.error{  
    border: 2px solid;  
    margin: 10px 0px;  
    padding:10px 10px 10px 53px;  
    background-repeat: no-repeat;  
    background-position: 10px center;
	text-align:left;
}	
	.error h3{
		font-size:17px;
	}		
	.error a,
	.error a:hover{
		font-size:11px;
		float:right;
		font-weight:bold;
		text-decoration:none;
		outline:none;
		text-transform:capitalize;
		background-image:url(../img/admin_dismiss.gif);
		background-repeat:no-repeat;
		padding-left:15px;
	}				
.error{
    color:#ffffff;  
    background-color:#ed7053;
    background-image:url(../img/admin_error.gif);
	border-color:#c63d09;
}  
	.error a{
		color:#ffffff;
		background-position:0px -54px;
	}				
.hide {
	display:none;
}
