@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #1D1D1D;
}
td{
	color:#AEAEAE;
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}

a,a:link{
	color: #999999;
	text-decoration: underline;
	}
a:hover{
	color: #999999;
	text-decoration: none;
	}
.power{
    font:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:5px;
	color:#999999;
}

.welcome{
	background:url(../images/welcome.jpg) no-repeat 30px 25px;
	padding:0 20px;
	height:230px;
	}
	
.welcome p{
	margin-left:250px;
	padding-top:35px;
	padding-left:15px;
	line-height:18px;
	text-align:justify;
	background:url(../images/welcome_head.jpg) no-repeat top left;
	}
	
.featured_head{
	height:36px;
	background:url(../images/feature_head.jpg) repeat-x;
	padding-left:10px;
	font-size:18px;
	color:#000000;
	}
	
.category{
	width:98px;
	float:left;
	padding:10px 5px 10px 10px;
	margin:0;
	list-style:none;
	}
	
.category li{
	background:url(../images/bullet.jpg) 0 7px no-repeat;
	padding-left:10px;
	color:#9ECDF9;
	line-height:20px;
	}
	
.lower_body{
	background:#373737;
	border-top:1px solid #636363;
	padding:15px;
	}
	
.para{
	text-align:justify;
	line-height:18px;
	}
	
.cont_para{
	background:url(../images/contact_us.jpg) no-repeat left top;
	padding:30px 0 0 0;
	font-size:11px;
	font-family:tahoma;
	line-height:20px;
	color:#E4E4E4;
	}
	
.venues{
	list-style:none;
	margin:0;
	width:350px;
	padding:0 10px 0 10px;
	float:left;
	}
	
.venues li{
	line-height:25px;
	font-weight:bold;
	font-size:13px;
	background:url(../images/bullet.gif) no-repeat 0px 5px;
	padding-left:25px;
	}