<?
	header("content-type: text/css");
?>

/**
 * Structural Components
 */

body {
	margin: 0;
	padding: 0;

	line-height: 135%;
	color: #666;
	background: #fff;
	margin: 0 auto 0 auto;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 13px;
}


h1 {
	margin: 0;
}


#waterHeader {
	height: 133px;
	min-width: 536px;
	padding: 10px 0 0 0;
	background-color: #000;
	text-align: center;
	margin: 0 0 10px 0;
}

#topMenu {
	height: 20px;
	padding: 5px;
	text-align: center;
	font-family: georgia, times, serif;
	color: <? echo $durable->option['menulinks_lnktxtclr']; ?>;
	font-size: 16px;
	margin: 10px 0 0 0;
}

#topMenu a {
	color: #666;
	padding: 3px 7px 7px 7px;
	text-decoration: none;
	font-size: 16px;
	margin: 0 5px 0 5px;
}

#topMenu a:hover {
	background-color: #ccf;
	color: #000;
}

#topMenu ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#topMenu ul li {
	display: inline;
	font-size: 11px;
}

.bottomTear {
	height: 30px;
	background: url(images/header_tear.gif) repeat-x bottom;
}
