@charset "utf-8";
/* CSS Document */




/*************************************************** TYPOGRAPHY ***************************************************/

.header1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18pt;
	color:#e8d94a;
}

.header2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13pt;
	font-weight:bold;
	color:#e8d94a;
}

.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#e8d94a;
	margin:0 0 0 0;
}

.quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#e8d94a;
	font-style:italic;
	padding:0 0 0 15px;
}

.quote2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#e8d94a;
	font-style:italic;
	padding:0 0 0 15px;
}

.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#e8d94a;
	margin-left:20px;
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	text-decoration:underline;
}

a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
}

UL {
	color: #e8d94a;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-left:20px;
	padding-top:10px;
	color:#e8d94a;
}

/*************************************************** END TYPOGRAPHY ***************************************************/









/*************************************************** MENU ***************************************************/

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("../images/seperator.gif") bottom right no-repeat;
	color: #e8d94a;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #5696e0 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
	
/*************************************************** END MENU ***************************************************/











/*************************************************** LAYOUT ***************************************************/

body {
	background-color:#222e54;
	margin:0 0 0 0;
}

#header {
	height:225px;
	width:100%;
	background-image:url(../images/collab_header_bg1.gif);
}

#sectiontitle {
	width:100%;
	margin:40px 0 10px 20px;
	float:left;
}

#container {
	width:900px;
	float:left;
}

	#column1 {
		position:relative;
		width:204px;
		float:left;
		padding:30px 0 0 20px;
	}

	#column2 {
		position:relative;
		width:676px;
		float:left;
		padding:30px 0 0 0;
	}

#footer {
	height:30px;
	width:100%;
	background-image:url(../images/collab_footer_bg1.gif);
	margin-top:25px;
	float:left;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#e8d94a;
}

#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#ffffff;
	text-decoration:none;
}

/*** LOGIN ONLY ***/

#members {
	width:800px;
}

#memberlogin {
	margin-left:10px;
	float:left;
}

/*** END LOGIN ONLY ***/

/*** SUPPORT PAGE ONLY -- THIS IS CONTAINED WITHIN 'COLUMN 2' OF DUPPORT.HTML ***/

#intro {
	position:relative;
	float:left;
	width:100%;
}

#paypalleft {
	position:relative;
	float:left;
	width:50%;
	margin:20px 0 0 0;
	text-align:center;
}

#paypalright {
	position:relative;
	float:left;
	width:50%;
	margin:20px 0 0 0;
	text-align:center;
}


#generalfund{
	position:relative;
	float:left;
	width:50%;
	height:338px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/paypal_bg.gif);
}

#marqueefund {
	position:relative;
	float:left;
	width:50%;
	height:338px;
	text-align:center;
	background:url(../images/paypal_bg.gif);
}

#musicproductionfund {
	position:relative;
	float:left;
	width:50%;
	height:338px;
	text-align:center;
	background:url(../images/paypal_bg.gif);
}

#liveperformancefund {
	position:relative;
	float:left;
	width:50%;
	height:338px;
	text-align:center;
	background:url(../images/paypal_bg.gif);
}

#mainefilmfund {
	position:relative;
	float:left;
	width:50%;
	height:338px;
	text-align:center;
	background:url(../images/paypal_bg.gif);
}

#eventsfund {
	position:relative;
	float:left;
	width:50%;
	height:338px;
	text-align:center;
	background:url(../images/paypal_bg.gif);
}

/*** END SUPPORT PAGE ONLY ***/

/*** CLEAR FLOATS ***/

#clearfloat {
	clear:both;
}

/*** END CLEAR FLOATS ***/

/*************************************************** END LAYOUT ***************************************************/