

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-style: none;
}

body {
	background : #4f7bb1 url(image/bg.gif) repeat-y  center;
	font-family:'Lucida Grande';
	color: #ffffff;
}

#banner {
	position: absolute;
	top: -1px;
	right: 0px;
	width: 280px;
	height: 280px;
	background: none no-repeat;
	z-index: 30;
	padding-top: 1px;
}

#banner a {
	text-decoration: none;
}

#main {
	color: #646464;
	width: 800px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -400px;
}

#header {
	position: absolute;
	top: 10px;
	width: 552px;
	height: 125px;
	background: #4b4b4b url(image/header.gif) no-repeat;
	left: 30px;
}

/*<group=nav>*/

#nav {
	position: absolute;
	top: 140px;
	width: 800px;
	height: 24px;
	background: #4f7bb1;
	color: #ffffff;
	font: bolder 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	z-index: 20;
}

#nav ul { /* all lists */
	padding: 0;
	list-style: none;
	line-height: 1;
	margin: 0px 10px 0px 20px;
	font-weight: bolder;
}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */;
	color: #ffffff;
	font-weight: bolder;
	height: 24px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #4f7bb1;
	width: 220px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */;
	color: #ffffff;
	border: 3px solid #2d4765;
	font-weight: bolder;
	margin: 0px;
}

#nav li ul li {
	display: block;
	color: #ffffff;
	font-weight: bolder;
	width: 220px;
	background: adsf;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	font-weight: bolder;
	left: auto;
}

#nav a, #nav p {
	display: block;
	color: #ffffff;
	font: bold 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	height: 20px;
	margin: 0px;
	padding: 3px 10px 1px 10px;
	background: asd;
}

#nav li:hover, #nav li.sfhover {
	background: #2d4765;
}

	
/*</group>*/

/*<group=article>*/

#article {
	top: 164px;
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	z-index: 10;
}

#info {
	position: relative;
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 100%;
}

#sidebar {
	width: 300px;
	margin: 0;
	padding: 0;
	background: #d8edff;
	display: block;
	float: right;
	height: 100%;
}

#sidebar div {
	padding: 15px;
}

#info div {
	padding: 15px 30px 30px;
}
	
/*</group>*/

/*<group=fonts>*/

p, ul, ol {
	font: 12px/18px   Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	padding-bottom: 8px;
}

ul, ol {
	padding-left: 30px;
}

h1, h2, h3 {
	font: bolder 24px   Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 12px;
}

#sidebar p, #sidebar a, #sidebar ul li a {
	font: normal 11px/18px Geneva, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	padding-bottom: 8px;
	text-decoration: none;
}

#sidebar h2 {
	font-size: 16px;
}
	
/*</group>*/