
body {
	margin: 0;
	padding: 0;
	background: #CD2F89 url(images/splice2.jpg) no-repeat center top;
	font-size: 14px;
	text-align: left;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	color: #868686;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

a {
	color: #cd2f89;
	text-decoration:none;
}

a:hover {
	color: #8d0052;
	text-decoration:none;
}

hr {
	display: none;
}

img { border: none; }







/* Header */

#header {
	width: 1000px;
	height: 128px;
	margin: 0 auto;
	background: url(images/offtop.png) no-repeat bottom;
	padding-top:4px;
}

#header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 52px;
	color: #20A001;
}

#header p {
	margin-top: -15px;
	padding: 0px 0px 0px 4px;
	font-size: 20px;
	font-weight: normal;
	color: #86EA66;
	text-transform: lowercase;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}






/* Page */


#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/offbg.png) repeat-y;
}







/* Content */

#content {
	float: right;
	width: 640px;
	margin: 0;
	padding: 10px 70px 0 0;
	color: #666666;
}

.chunk {
	padding: 0px 0 10px 0;
}

.title {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #b2b2b2;
	font-family:"Rockwell", Arial, Helvetica, sans-serif;
}

.title a {
	text-decoration: none;
	color: #66A342;
}

.entry {
	margin: 0;
	padding-bottom: 20;
}

.last {
	border: none;
}






/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 0 0 10px 60px;
	margin:0;
}


#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainnav li {
	display:block;
	width: 200px;
	height: 45px;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	font-family:"Rockwell", Arial, Helvetica, sans-serif;
}


#link1 {
	width:200px;
	height:45px;
	background: url(images/navbg.jpg) 0 0 no-repeat;
}

#link2 {
	width:200px;
	height:45px;
	background: url(images/navbg.jpg) 0 -45px no-repeat;
}
#link3 {
	width:200px;
	height:45px;
	background: url(images/navbg.jpg) 0 -90px no-repeat;
}
#link4 {
	width:200px;
	height:45px;
	background: url(images/navbg.jpg) 0 -135px no-repeat;
}
#link5 {
	width:200px;
	height:45px;
	background: url(images/navbg.jpg) 0 -180px no-repeat;
}
#link6 {
	width:200px;
	height:45px;
	background: url(images/navbg.jpg) 0 -225px no-repeat;
}
#link7 {
	width:200px;
	height:45px;
	background: url(images/navbg.jpg) 0 -270px no-repeat;
}
#link8 {
	width:200px;
	height:45px;
	background: url(images/navbg.jpg) 0 -315px no-repeat;
}


#mainnav h2 {
	width: 185px;
	height: 32px;
	padding: 6px 0px 0px 15px;
	background: url(images/brush.png) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}

#mainnav a {
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	padding: 12px 0px 0px 18px;
	
}

#mainnav a:hover {
	text-decoration: none;
	color:#FFFFFF;
	border-bottom:1px dashed #ffffff;	
}





/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e080b6;
	background: url(images/offbtm.png) no-repeat top;
	padding: 30px 0 0 0;
}

#footer p {

}

#footlinks {
	float:left;
	padding-left:70px;
}

#sacoomba {
	float:right;
	padding-right:70px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}

#footer a {
	color: #e080b6; 
	text-decoration:none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration:none;
}







/* Extra classes */

.bigtext {
	font-size:32px;
	font-family:"Impact", Arial, Helvetica, sans-serif;
	color:#434343;
}

.highlight {
	color: #cd2f89;
	}
