/* -------------------------- */
/* HEADER */
/* -------------------------- */

div#header		{ height: 275px; }

#overlay_header
	{
	background: transparent url(/grfx/overlay_photo.gif) no-repeat bottom right;
	z-index: 1;
	position: absolute;
	left: 882px;
	_left: 883px;
	top: 255px;
	_top: 262px;
	width: 21px;
	height: 21px;
	}

#ttlbar			{ height: 160px; }

#logobar
	{
	background: url(/grfx/saycheeselogo.gif) no-repeat 20px 3px;
	position: relative;
	height: 50px;
	}

#subttlbar		{ font-size: 1.65em; margin-left: 80px; padding-top: 6px; }
#sidebartop		{ height: 205px; }


/* -------------------------- */
/* CONTENT */
/* -------------------------- */

/* news */

.columns
	{
	display: block;
	min-height:80px;
	height:auto;
	_height:80px;
	}

.columnone, .columntwo
	{
	min-height:100px;
	height:auto;
	_height:100px;
	display: block;
	float: left;
	width: 352px;
	_width: 348px;
	padding-right: 5px;
	}

.columntwo
	{
	border-left: 2px dotted #ccc;
	padding-left: 5px;
	padding-right: 0px;
	}

.columnone h3, .columntwo h3
	{
	font-weight: bold;
	font-size: 1em;
	color: #ffaa00;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 5px;
	}

.columnimg
	{
	border: 1px solid #a1a1a1;
	width: 96px;
	margin-right:10px;
	margin-bottom: 5px;
	}