
/*normalises margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/*normalises font-size for headers*/
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
padding: 0;
font-family: Century Gothic;
line-height: 1.4em;
font-weight: normal;
}

/*removes list-style form lists*/
ol, ul {
list-style: none;
}

/*normalises font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
}

/*removes borders and spacing from tables*/
table {
border-collapse: collapse; 
border-spacing: 0;
}

/*removes borders from fieldset and image*/
fieldset, img {
border: 0; 
}

/*left-aligns text in caption and th*/
caption, th, label {
text-align: left; 
}



html {
	text-align: center;
	
}

body {
	background-color: #DFEAC8;
	width: 1200px;
	font : 72%/1.6 Verdana, sans-serif; 
	color: #292929;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#title {
	left:0;
	width: 1200px;
	height:100px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
}


#title h1 {
	margin: 0px 0px 0px 10px;
	height: 10px;
}

#title h1 span {
	display: none;
}

#title p {
	text-align: right;
}

#menu {
	height: 30px;
	width: 1200px;
	background-color: #292929;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
}

#menu ul li a {
	color: #F7F7F7;
	font-size: 11px;
	text-decoration: none;
	width: 140px;
	display: block;
	height: 30px;
	padding-top: 4px;
	text-align: center;
	background-image: url(images/menu-left-divider.gif);
	background-repeat: no-repeat;
}


#menu ul li a:hover {
	color: #919982;
}
#menu ul li a.actual {
	color: #fff;
}

#menu-left{
	float: left;
	font-family: Verdana;
	color: #fff;
	font-size: 13px;
	text-align: left;
	height: 30px;
	padding: 5px 0px 0px 50px;
	width: 170px;
	background-image: url(images/menu-music-button.gif);
	background-repeat: no-repeat;
}

#content {
	width: 100%px;
	height: autopx;
	padding: 0px;
	float: right;
	margin: 0px auto auto auto;
	text-align: left;
	line-height: 18px;
	background-color: #fff;
}

#content p{
	text-align: justify;
	line-height: 18px;
}


#content_sub1 {
	float: left;
	width: 23%;
	height: auto;
	padding: 0em 0em 0em 0em;
	position:relative;
    left:0%;
	background-color: #D3E2B4;
	border: 2px #FF3300 dotted;
}


#content_sub1 h1{
	padding: 25px 5px 0px 20px;
}

#content_sub1 ul li {
	font-size: 12px;
	padding: 15px 5px 30px 1px;
	
}

#content_sub1 ul li  p{
	font-size: 12px;
	padding: 0px 10px 0px 20px;
	background-image:url(images/list.gif);
	background-repeat:no-repeat;
	background-position:0px 5px; 
	line-height: 1.4em;
}

#content_sub2 {
	float: left;
	width: 38%;
	padding: 2em 2em 0em 2em;
	position:relative;
    left:0%;
	background-color: #fff;
}

#content_sub2 h1  {
	padding: 0em 0em 1em 0em;
}

#content_sub2 h2 {
	padding: 1em 0em 1.3em 0em;
}

#content_sub2 p .contact {
	text-align: left;
}

#content_sub3 {
	float: left;
	width: 32.5%;
	padding: 2em 2em 0em 0em;
	position:relative;
    left:0%;
	background-color: #fff;
}

#content_sub3 h1 {
	padding: 0em 0em 1em 0em;
}

#content_sub3 h2 {

	padding: 0em 0em 1.3em 0em;
}

#content_sub4 {
	float: left;
	width: 15.5%;
	padding: 0em;
	margin: 1em 1em 0em 0em;	
	position:relative;
    left:0%;
	background-color: #fff;
}

#content_sub4 h1{
	padding: 5px;
}

#content_sub4 p{
	padding: 5px;	
}

#content_sub5 {
	float: left;
	width: 15.5%;
	padding: 0em;
	margin: 1em 1em 0em 0em;	
	position:relative;
    left:0%;
}

#content_sub5 h1{
	padding: 5px;
}

#content_sub5 p{
	padding: 5px;	
}

#content h1{
	font-size: 18px;
	color: #E14216;
}

#content h2{
	font-size: 14px;
	color: #E14216;
}

#content h3{
	font-size: 12px;
	line-height: 25px;
	color: #E14216;
}

#content p{
	padding-bottom: 2em;
}


/* Footer */

#footer {
	height: auto;
	width: 100%;
	margin: auto;
	padding: 10px;
	background-color: #fff;		
	float: left;
	margin: auto;

}

#footer h5, h6 {
	margin: 0;
	font-family: Arial;
	font-size: 10px;
	color: #666;
	text-align: left;
	line-height: 18px;
	margin-left: 21%;
	border-top: 1px solid #ccc;
}

#footer a {
	color: #666;
}



table {
    font-family: "Lucida Bright", "Times New Roman", serif;
    font-size: 1.0em;
}


tfoot th, tfoot td {
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
    padding: 2px 10px;
    font-variant: small-caps;
    letter-spacing: 0.1em;
	text-align: left;
}

tbody th, tbody td {
    border-bottom: 1px solid #ccc;
    padding: 2px 10px;
    text-align: left;
	font-family: Arial, sanserif;
    vertical-align: top;
}


tbody td+td+td a {
    padding-right: 16px;
    color: #00d;
    letter-spacing: 0.1em;
}










