/*
Name: Stars Performing Arts
Date: 12-01-2009
Description: Stars Drama Group
Author: Chris Davis
URL: http://deconstruct-cd.co.uk


/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #E6EEF7 url(img/stars.jpg);
	color: #0000CC;
	font: normal 62.5% verdana;
	padding: 2% 0;
}

a {color: #ff0000;}
a:hover {color: #0033cc;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #FF0000; padding: 8px 0 2px;}

h1 {font: normal 1.8em verdana;}
h1 a {text-decoration: none;}

h2 {font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;}


form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #FFFFFF url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #FFFFFF;
		font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background: #FFFFFF url(img/header-h1.jpg) repeat-x;
	
}
.title h1 {
	color: #FF0000;
	font: normal 2.2em Creampuff, Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x; height: 30px;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #FFFFFF;
	color: #0033cc;
	float: left;
	font: bold Verdana, Arial, Helvetica, sans-serif;
	padding: 0 11px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #FF0000;}



/* footer */
.footer {
	background: url(img/nav.gif) repeat-x; height: 10px;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {width: 33%;
	text-align: right;
}
.footer a {
	color: #FF0000;
	text-decoration: none;
}
.footer a:hover {
	color: #0033cc;
	text-decoration: underline;
}


/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

