/** Stylesheet for screen media */

@import url('reset.css');

body {
	background:url(images/bg-body.gif) repeat-x;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
}

div#page {
	width:1024px;
	margin:0 auto;
	text-align:left;
}

div#header {
	height:82px;
	width:1024px;
	background:url(images/bg-header.gif) no-repeat;
}

div#header h1,
div#header p {
	display:none;
}

div#navigation {
	margin:0 82px;
}

div#content {
	clear:both;
	margin:0 82px;
}

div#content h2 {
	font-size:18px;
	margin-bottom:12px;
}

div#content h2 strong {
	font-weight:bold;
}

div#content h3 {
	font-size:16px;
	font-weight:bold;
	padding-top:6px;
	margin-bottom:4px;
}

div#content p {
	font-size:14px;
	margin-bottom:8px;
	line-height:1.4em;
}

div#content p strong {
	font-weight:bold;
}

div#content ul {
	list-style-type:disc;
	font-size:14px;
	margin-bottom:8px;
	line-height:1.4em;
	padding-left:18px;
}

div#content-left {
	float:left;
	width:545px;
	margin-top:25px;
}

div#content-right {
	float:right;
	width:255px;
	margin-top:25px;
}

ul#menu li {
	float:left;
	list-style:none;
	cursor:hand;
	font-size:11px;
}

ul#menu li a {
	display:block;float:left;
	background:url(images/menu-left.gif) no-repeat top left;
	height:28px;
	padding:0 0 0 10px;
	text-decoration:none; 
	color:#fff; 
}

ul#menu li a.active {
	font-weight:bold;
}
	
ul#menu li a span {
	display:block;float:left;
	background:url(images/menu-right.gif) no-repeat top right; 
	height:28px;
	padding:0 10px 0 0;
	line-height:28px;
}

ul#menu li a:hover {
	background:url(images/menu-left.gif) no-repeat bottom left;
	cursor:hand;
}

ul#menu li a:hover span {
	background:url(images/menu-right.gif) no-repeat bottom right;
	cursor:hand;
}