@charset "UTF-8";
/* CONNECTING THE COAST - EYEDEA MEDIA MAKERS 
	Stylesheet by Owen Hardman @ eyedea		*/

/* WRAPPERS */
body{
	font-family:							Arial, Helvetica, sans-serif;
	background-image:						url(../images/background.jpg);
	background-repeat:						repeat-x;
	background-position:					top left;
	background-color:						#ffffff;
	margin:									0 0 0 0;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
	#wrapper {
		margin:								0 auto;
		width:								1000px;
		overflow:							hidden;
	}

		/* MENU */
		#menu{
			height:							42px;
		}
			/* SWF Bars */
			#menuflash{
			}
			/* Actual content */
			#menucontent{
			}
		
		/* MAIN SECTION */
		#main{
			float:							left;
			display:						inline;
		}
		/* CONTENT AREA */
		#leftcol {
			float:left;
			width:305px;
			margin-right:20px;
			margin-left:20px;
		}
		
		#rightcol {
			float:left;
			width:645px;
			font-size:13px;
			color:#333333;
		}
		
		#spacer {
		height:10px;
		}
		
		#announcements {
			/*background-color:				#e31937;*/
			width:275px;
			color:#000000;
			margin-top:10px;
			font-size:12px;
		}

		/* FOOTER */
		#bottom{
			height:							17px;
			background-image:				url(../images/bottomBar.png);
			background-position:			top left;
			background-repeat:				repeat-x;
			color:							#FFF;
			text-align:						right;
			font-size:						10px;
			padding-top:					5px;
			padding-right:					27px;
			background-image:					url(../images/background3.jpg);
		background-position:				bottom;
		background-repeat:					repeat-x;
		}


.style1 {color: #D11A2A}
