@charset "UTF-8";
/* CONNECTING THE COAST - EYEDEA MEDIA MAKERS 
	Stylesheet by Owen Hardman @ eyedea		*/

a, a:hover, a:visited, a:active, a:link {
	color:#C03;
	font-weight:bold;
}
/* WRAPPERS */
body{
	font-family:							Arial, Helvetica, sans-serif;
	background-image:						url(../images/background.jpg);
	background-repeat:						repeat-x;
	background-position:					top left;
	background-color:						#ebb2a7;
	margin:									0 0 0 0;
}
	#wrapper {
		margin:								0 auto;
		width:								1000px;
		overflow:							hidden;
	}
#right_main {
		height:400px;	
	}
		/* MENU */
		#menu{
			height:							75px;
		}
			/* SWF Bars */
			#menuflash{
			}
			/* Actual content */
			#menucontent{
			}
		
		/* MAIN SECTION */
		#main{
	height:							600px;
	float:							left;
	display:						inline;
		}
		/* SEARCH BAR */
		#search{
			height: 						31px;
			float:							left;
			display:						inline;
			padding-bottom:					21px;
			padding-right:					23px;
			width:							977px;
			text-align:						right;
		}
				/* THE SEARCH BOX */
				#search input{
					background-image:		url(../images/home_search_bg.jpg);
					background-repeat:		no-repeat;
					width: 					111px;
					height:					20px;
					border:					none;
					outline:				none;
					padding-top: 			8px;
					padding-left:			9px;
					color:					#C41230;
					font-size:				10px;
					position:				relative;
					top:					-13px;
				}

		/* FOOTER */
		#bottom{
			height:							17px;
			color:							#FFF;
			text-align:						right;
			font-size:						10px;
			padding-top:					5px;
			padding-right:					27px;
		}
