/* Stars */

body.stars {
	background-color: #CC0066;
	background-image: url(../images/stars/stars_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
body.stars #header {
	background-image: url(../images/stars/hd_stars.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
}
body.stars #band {
	background-image: url(../images/stars/band_stars.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body.stars #page {
	background-color: #FF7170;
}
body.stars #footer {
	text-align: center;
	clear: both;
	background-image: url(../images/stars/stars_br.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body.stars #footer_l {
	background-image: url(../images/stars/stars_bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 60px;
}
body.stars #footer_l p {
	color: #000000;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Wrapper */
body.stars #wrapper {
	background-image: url(../images/stars/stars_ftr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FF7170;
}
body.stars .field {
	background-color: #FFCCFF;
}
body.stars #date {
	color: #000000;
}
body.stars #tel {
}
body.stars h1 {
	color:#FFFFFF;
	background-color: #000000;
	}
body.stars h2 {
	color:#FFFFFF;
	background-color: #000000;
	}	
body.stars a {
	color: #FFFFFF;
}
body.stars #sidebar {
	background-color: #000000;
	background-image: url(../images/stars/sidebar_crns_stars.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.stars #nav_main {
	background-image: url(../images/stars/nav_t_stars_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.stars #nav_main ul{
	background-image: url(../images/stars/nav_b_stars.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF7170;
}
body.stars ul#nav a {
	background-color:#CC0066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7170;
	}
	/*Background colour is required for 'ul#nav_main a' to ensure hover effect is full width */
body.stars #nav_main a:link {
	color: #CCCCFF;
}
body.stars #nav_main a:visited {
	color:#FFCC66;
}
body.stars #nav_main a:hover {
	color: #FFFFFF;
	background-color: #000000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FE0000;
}
body.stars #nav_main a:active {
}
/* Navigation 2*/
body.stars #nav_main_2 {
	background-image: url(../images/stars/nav_t_stars.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.stars #nav_main_2 ul{
	background-image: url(../images/stars/nav_b_stars.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF7170;
}
body.stars ul#nav_2 a {
	background-color:#CC0066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7170;
	}
	/*Background colour is required for 'ul#nav_main a' to ensure hover effect is full width */
body.stars #nav_main_2 a:link {
	color: #CCCCFF;
}
body.stars #nav_main_2 a:visited {
	color:#FFCC66;
}
body.stars #nav_main_2 a:hover {
	color: #FFFFFF;
	background-color: #000000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0099FF;
}
body.stars #nav_main_2 a:active {
}
/*end Navigation 2*/
