body {
	background-color: #19051a;
	background-image:url(img/bg-main.gif);
	background-repeat:repeat-x;
	text-align: center;
	margin:0px;
	padding:0px 0px 40px 0px;
}

td, th {
	color: #FFF;
	
}

h1 {
	color: #FF6666;
}

h2 {
	color: #FF99CC;
}

h3, h4 {
	color: #CC9999;
}

h5, h6 {
	color: #FFCCCC;
}

a,
a.link,
a.visited {
	color: #83becf;
	text-decoration: none;
}

a:hover,
a:active {
	color: #6699CC;
	text-decoration:underline;
	}

form {
	background-color: #990000;
}

#container {
	width: 911px;
	text-align: left; /*Reset center align inheretence from body*/
	margin: 0 auto; /*Center site on page in Mozilla*/
}

.panel-content-home {
	color:#FFF;
	width:911px;
	background-color:#000;
	background-image:url(img/panel-content-home-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-top: 28px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 18px;
			  		   
}

.copyright {
	padding-top:10px;
	text-align:center;
	font:  10px Tahoma, Geneva, sans-serif;
	color:#d0ac78;
}
	
.main-nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FF9;
	float: right;
	height: 140px;
	vertical-align: bottom;
}
.header-block {

	background-color: #0FC;
}

.event-rounded-corners {
	  
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
/*behavior: url(/border-radius.htc);*/
	border-radius: 10px;
	background-color:#284049;
	padding:10px 20px;
	margin: 10px 0px;

}

.inside-event {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background-color:#316477;
	padding:10px 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;

}

.rounded-corners {
    behavior: url(/css/border-radius.htc);
    border-radius: 20px;
}
