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


/*

OCEAN BLUE - wider text area

---------------- TABLE OF CONTENTS ----------------

		- Layout
		
/*

/* -------- LAYOUT ------- */

#flash{
	width:380px;
	}
#content{
	width:560px;
	height:307px;
	padding:45px 0 120px 0;
	}
.content{
	width:240px;
	padding-left:40px;
	float:left;
	}
.overflowwide{
	width:490px;
	height: 235px;
	float:left;
	overflow: auto;
	margin-bottom: 10px;
	padding-right: 10px;
	}
.overflow{
	padding-right:10px;
	height:255px;
	overflow:auto;
	}