body {
	
	background: #f6cae3 /*url(background.jpg) repeat-x*/;
	
	font-family:'trebuchet ms',arial,helvetica,sans-serif; 
	color:#F955A3;
	padding:0px;
	margin:0px;
	font-size:0.9em;
}

a{
	color:#fb5da3;
}

a:hover{
		color:#fb4c9a;
		font-weight:bold;
}

a:visited{
	color:#fb6dad;	}

#header{
	background:url(header.jpg);
	width:800px;
	height:250px;
	padding:0px;
	margin:0px;
}

#navigation{
	background:url(menu.jpg);
	font-size:0.9em;
	width:800px;
	height:50px;
}

	#navigation ul{
		margin:0px;
		padding:15px 30px 0px 30px;
		float:right;

	}

	#navigation li{
		float:left;
		list-style:none;
		padding:0px 5px 0px 5px;
	}

	#navigation li a{
		color:#fb80b7;
		text-decoration:none;
	}

	#navigation li a:hover{
		color:#fb4999;
		text-decoration:none;
		font-weight:bold;
		background:url(menuHover.gif) repeat;
	}

	#navigation #current{
		color:#fb4999;
		text-decoration:none;
		font-weight:bold;
		font-size:1.2em;
		background:url(menuHover.gif) repeat;

	}

#content{
	/*background:url(content.jpg) no-repeat;*/
	width:800px;
	min-height:80px;
	padding-top:15px;
}

	#content h1{
		color:#fd3594;
	}

#main{
	background:url(mainBG.jpg) repeat-y;
	width:800px;
}

#left{
	float:left;
	width:240px;
	margin-left:20px;
	padding:40px 5px 10px 5px;
	text-align:left;
	color:#f96baf;
	font-size:0.8em;
}

#right{
	float:left;
	width:470px;
	padding: 0px 10px 10px 10px;
	text-align:left;
}
#footer{
	clear:both;
	background:#f8e2ee;
	border-top:solid 1px #fcb5d5;
	padding:0;
	width:800px;
	font-size:0.75em;
}