* {
	padding: 0;
	margin: 0;
	border: none;
}

/* general */

body {
	background: url(images/background.png);
	color: #666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}


/* text */

h1 {
	font-weight: normal;
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #777;
}

p {
	margin-top: 8px;
}


/* wappers */

#background
{
	padding-top: 44px;
	background: url(images/background_layer.png) repeat-x top left;
}

#wrapper {
	width: 868px;
	margin: 0 auto;
}

#mainContent {
	width: 768px;
	margin: 0 auto;
	background: #fff;
}



/* component */

#header, #headerLeft, #headerRight {
	height: 39px;
}

#banner {
	height: 185px;
	background: #aaa;
}
#banner.portal {
	height: 92px;
}

#menu {
	height: 28px;
	margin: 0 8px;
	background: url(images/menu_bg.png) repeat-x left top;
}

#main {
	padding: 4px 4px 0px 4px;
}

#footerTop {
	height: 20px;
	background: url(images/foot.png) left top no-repeat;
}

#footer {
	width: 768px;
	margin: 0 auto;
	text-align: center;
}

/* header */

#headerLeft, #headerRight {
	width: 100%;
}

#headerLeft {
	background: url(images/header_left.png) left top no-repeat;
}

#headerRight {
	background: url(images/header_right.png) right top no-repeat;
}

#headerContent {
	padding: 4px 0 0 4px;
}

#header .title {
	float: left;	
	padding: 7px 14px;
}

#header .sponsor {
	font-size: 12px;
	float: right;	
	padding: 9px;
	border-left: 1px solid #ddd;
}


/* menu */

#menu a {
	color: #999;
	float: left;
	padding: 8px 24px;
	padding-bottom: 0;
	height: 20px; /* 28px */
}

#menu a.selected {
	color: #555;
	background: #fff;
}

/* main */

#download, #news {
	float: right;
	width: 196px;
	text-align: center;
	padding-top: 32px;
}
#download a {
	color: #aaa;
}
#download a:hover {
	color: #666;
}
#news {
	width: 246px;
	padding-top: 24px;
	text-align: left;
}
#news h2 {
	margin-bottom:8px;
}

#news .item {
	margin-bottom: 4px;
}
#news .item a {
	text-decoration: underline;
}

#leftColumn {
	float: left;
	width: 152px;
	text-align: center;
	padding-top: 42px;
	padding-left: 16px;
}

#content {
	padding-top: 52px;
	padding-right: 12px;
	height: 144px;
	border-right: 1px solid #ddd;
}

#content.portal {
	padding-left: 12px;
	padding-right: 12px;
	width: 474px;
}
#content.portal .item {
	width:120px; 
	text-align:center;
	float: left;
}

#content.front, #content.story {
	padding-top: 36px;
	margin-left: 176px;
	width:368px;
	height: 160px;
}

#content.story {
	height: auto;
	padding-bottom: 24px;
}

#content.gallery {
	height: 146px;
	padding-top: 50px;
	margin-left: 8px;
	width:536px;
	text-align: center;
}

#content.video {
	height: auto;
	padding-top: 12px;
	margin-left: 8px;
	padding-bottom: 12px;
	width:536px;
	text-align: center;
}

#content.gallery img {
	border-bottom: 1px solid #aaa;
}

#content.gallery a {
	padding-right: 4px;
}
