/*----------------------------------------------------------------------------
Template Style Sheet

Name: 						CCS
Modified for Joomla by:     coastalcheerallstars.com
Date: 						2007-02-07
Description: 				A two-column template.
Author: 					jlandrum
URL: 						http://coastalcheerallstars.com

Stylesheet Index:
	$1 - Standard Elements
	$2 - Structural Stylings
	$3 - Header
	$4 - Title
	$5 - Main
	$6 - Content

NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $10 for Modules
----------------------------------------------------------------------------*/

@import url("customise.css");

/* $1 - Standard Elements
----------------------------------------------------------------------------*/
html {min-height: 100%;}

p,code,ul {padding-bottom: 1.2em;}

/* $2 - Structural Stylings
----------------------------------------------------------------------------*/
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 900px;
}

/* $3 - Header
----------------------------------------------------------------------------*/
.top {
	background: url(../images/stars3.gif) repeat-x;
	padding: 50px 10px 0;
}

/* $4 - Title
----------------------------------------------------------------------------*/
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 300px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 900px;
}

.header a {
position: absolute;
top: 60px;
left: 225px;
width: 675px;
height: 300px;
}

.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 300px;	
}
.header .left {
	background: #B3C2C7 url(../images/header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 300px;
	text-align: center;	
	width: 900px;
}
.header .right {
	overflow: auto;
	width: 0px;
}

.header .right .moduletable{
        padding: 0 5px 3px 10px;
}





/* $5 - Main
----------------------------------------------------------------------------*/
.main {
	border-top: 4px solid #FFF;
	background: url(../images/new_bgmain2.gif) repeat-y;
}

/* $6 - Content
----------------------------------------------------------------------------*/
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 631px;
}