html, body {
	margin: 0;
	background: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	}
	
.title {
	padding: 15px 0 0px 0; 
	font: 36px "Century Gothic", Arial, Helvetica, sans-serif; 
	text-align: Left; 
	}
	
img {
	border: none;
	}
#clear {
	margin: 10px auto;
	}
#container {
	width: 950px;
	margin: 0 auto;
	}

#header {
	background: #000000;
	}
	
#primary-header { 
	width: 950px; 
	margin-left: auto;
	margin-right: auto;
	height: 60px; 
	padding: 0;  
	position: relative; 
	}

#navigation { 
	position: absolute; 
	top: 20px; 
	right: 0; 
	width: 650px; 
	height: 40px; 
	}
	
#navigation li { 
	float: right;  
	margin: 0 0 0 20px; 
	list-style: none; 
	text-transform: uppercase; 
	}
	
#navigation li a { 
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	font-size: 13pt; 
	font-weight: bold; 
	color: #FFF; 
	text-decoration: none; 
	}
#navigation li a:hover { 
	color: #68c0e6; 
	}

#next {
	width: 100%;
	background: url(images/newbg.png) repeat-x;
	height: 184px;
	}

#showcase {
	height: 179px;
	width: 950px;
	background: url(images/rockbadgesheader.png) center no-repeat;
	margin: 0 auto;
	}

#bigtext {
	font-size: 54px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	padding-top: 40px;
}

#smalltext {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	padding: 0 0 0 5px;
	}

#content {
	float: left;
	width: 70%;
	}

#right {
	float: right;
	width: 30%;
	}

#mytable {
	width: 650px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 15px 0;
	width: 700px;	 
	font: 36px "Century Gothic", Arial, Helvetica, sans-serif; 
	text-align: Left;
}

th {
	font: bold 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: center;
	font-weight: bold;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Century Gothic", Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #797268;
}

#footer {
	width: 100%;
	clear: both;
	padding: 20px 0;
	color: #fff;
	background: #666 url(images/footertop.png) top repeat-x;
	margin-top: 25px;
	font-size:small;
	text-transform: uppercase;
	}
	
#footer a{
	text-decoration: none;
	color: #68c0e6;
	}
	
.footercontain {
	width: 950px;
	margin: 0 auto;
	}
	
/* Sidebar */
#sidebar {
	}

#sidebar.title {
	padding: 15px 0 0px 0; 
	font: 36px "Century Gothic", Arial, Helvetica, sans-serif; 
	text-align: center; 
	}
	
.img {
	border: 5px solid #6fc7ee;
	}

.iconlist
{
list-style: none;
margin: 0;
padding: 0 0 0 20px;
}



