body
{
	background-color: #C1C8CF;
	background-image: url(../images/bg_body.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#bar
{
	background-color: #91B5D7;
	height: 40px;
	left: 0;
	position: absolute;
	top: 291px;
	width: 100%;
}

#cup
{
	background-image: url(../images/bg_cup.gif);
	background-repeat: no-repeat;
	color: #eee;
	height: 64px;
	left: 20px;
	padding: 36px 0 0 58px;
	position: absolute;
	top: 263px;
	width: 400px;
}

#cup p
{
	font-size: 0.9em;
}

#wrapper
{
	background-color: #D8DCE0;
	background-image: url(../images/bg_wrapper.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 auto;
	position: relative;
	width: 970px;
}

#wrapper h2
{
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.7em;
	right: 25px;
	position: absolute;
	top: 304px;
}

#rssfeed
{
	position: absolute;
	right: 40px;
	top: 32px;
}

#fontsize
{
	height: 20px;
	right: 5px;
	position: absolute;
	top: 30px;
	width: 25px;
}

#fontsize a
{
	background-image: url(../images/bg_fontsize.gif);
	height: 20px;
	display: block;
	width: 30px;
}

#fontsize a:hover
{
	background-position: 30px 0;
}

#sitemap
{
	position: absolute;
	right: 70px;
	top: 36px;
}

#sitemap a
{
	color: #3668CE;
}

#sitemap a:hover
{
	color: #F69600;
	text-decoration: underline;
}

#nav
{
	padding: 70px 0 0 0;
}

#nav > ul
{
	float: right;
}

#nav > ul > li
{
	float: left;
	position: relative;
}

#nav ul ul
{
	background-image: url(../images/bg_submenu.png);
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #bbb;
	display: none;
	left: 0;
	padding: 5px 0 5px 0;
	position: absolute;
	top: 21px;
}

#nav > ul > li:hover ul
{
	display: block;
}

#nav a
{
	color: #3668CE;
	display: block;
	padding: 3px 10px;
	white-space: nowrap;
}

#nav > ul > li > a
{
	padding-bottom: 5px;
}

#nav > ul > li:hover > a,
#nav > ul > li > a:hover
{
	color: #F69600;
}

#nav > ul > li > a:hover
{
	text-decoration: underline;
}

#nav > ul > li > a.group:hover
{
	cursor: default;
	text-decoration: none;
}

#nav ul ul a
{
	color: #ccc;
}

#nav ul ul a:hover
{
	background-color: #E09216;
	color: #fff;
}

#banner
{
	background-image: url(../images/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #1D5F9F;
	height: 200px;
	left: 0;
	position: absolute;
	top: 91px;
	width: 100%;
}

#banner_title
{
	background-image: url(../images/bg_banner_title.gif);
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	width: 410px;
}

#main
{
	clear: both;
	margin-left: 20px;
	padding-top: 260px;
	width: 930px;
}

#main a
{
	color: #3668CE;
	text-decoration: underline;
}

#main a:hover
{
	color: #F69600;
	text-decoration: none;
}

#main h3
{
	font-size: 1.7em;
}

#main ul
{
	list-style-type: circle;
	padding-left: 20px;
}

#main li
{
	height: 2em;
	line-height: 2em;
	padding-left: 5px;
}

#main ul.view
{
	list-style-type: none;
	padding: 0;
}

#main ul.view li
{
	background-image: url(../images/view.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 30px;
}

#inner
{
	background-color: #fff;
	background-image: url(../images/bg_inner.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 60px 20px 20px 20px;
}

#inner_end
{
	background-image: url(../images/bg_inner_end.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 60px;
}

#footer
{
	background-image: url(../images/bg_footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #888;
	height: 100px;
	padding: 80px 0 40px 20px;
}

#footer a
{
	color: #3668CE;
}

#footer a:hover
{
	color: #444;
	text-decoration: underline;
}

#footer_left
{
	float: left;
}

#footer_right
{
	background-color: #fff;
	border: 1px solid #aaa;
	float: right;
	margin-right: 20px;
	padding: 3px;
	text-align: center;
	width: 250px;
}

#footer_right p
{
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	color: #888;
	margin: 0 0 3px 0;
	padding: 2px !important;
}

#trailer
{
	height: 40px;
}