#site_header {
	position: relative;
	width: 750px;
	background: #000;
	border-bottom: 1px solid white;
}

#site_header .content {
	position: relative;
	height: 286px;
}


#site_header .sidebar {
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #666;
}

#site_header .logo {
	position: absolute;
	top: 35px;
	left: 30px;
}

#site_header .experts {
	position: absolute;
	top: 202px;
	left: 30px;
}

#site_header .mainImage {
	position: absolute;
	left: 380px;
	top: 0px;
	width: 370px;
	height: 286px;
	overflow: hidden;
}


#maskImageHolder {
	position: absolute;
	top: 0px;
	left: 380px;
	width: 60px;
	height: 286px;
	z-index: 10;
}


#siteContent {
	position: relative;
	background: #fff url(/images/blocks/darkgray.gif) repeat-y;
	width: 100%;
	overflow: hidden;
}

.topLinks {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #666;
}

.topLinks .link {
	position: relative;
	float: left;
	width: 250px;
	border-bottom: 1px solid white;
}

.topLinks a {
	position: relative;
	display: block;
	padding: 6px 14px;
	font: bold 13px arial,verdana,sans-serif;
	color: #fff;
	background: #666 url(/images/blocks/yellow.gif) repeat-y;
	text-decoration: none;
}

.topLinks .link.item0 a {
	background-color: #ff9;
	color: #666;
}

.topLinks .link.item0 a:hover {
	background-color: #ffc;
}


.topLinks a:hover {
	background-color: #999;
}


.leftLinks {
	position: relative;
	float: left;
	width: 258px;
	height: 152px;
	border-right: 2px solid white;
	background: transparent url(/images/home/leftlink_back.gif) no-repeat;
}

.leftLinks .capsule {
	position: relative;
	width: 100%;
	height: 50px;
}

.leftLinks a {
	position: relative;
	text-decoration: none;
	display: block;
	padding: 18px 50px 0px 20px;
	font: bold 13px arial,verdana,sans-serif;
	color: #666;
}

.leftLinks a:hover {
	color: #333;
}

.newsItems {
	position: relative;
	float: left;
	width: 490px;
	height: 150px;
	overflow: hidden;
	background: transparent url(/images/home/newsitem_bg.gif) repeat-y;
}

.newsItems .link {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.newsItems .link a {
	font: bold 10px arial,verdana,sans-serif;
	text-decoration: none;
	color: #333;
	background: transparent url(/images/home/sitelink_bg.gif) no-repeat center right;
	padding-right: 20px;
}

.newsItems .link a:hover {
	color: #666;
}

.newsItems .capsule {
	position: relative;
	float: left;
	width: 250px;
	height: 150px;
}

.newsItems .capsule.item1 {
	width: 240px;
}

.newsItems .image {
	float: right;
	border: 1px solid #666;
	margin: 5px;
}

.newsItems .label {
	padding: 5px;
}

.newsItems .html {
	padding: 5px;
}

#bottomRow {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 71px;
	background: #fff url(/images/blocks/darkgray.gif) repeat-y;
}

#bottomRow .bungIm {
	position: relative;
	float: left;
	height: 100px;
	border-right: 2px solid white;
	width: 258px;
}

.bottomLinks {
	position: relative;
	float: left;
	width: 490px;
	height: 57px;
	background: transparent url(/images/home/bottom_bg.gif) repeat-y;
}

.bottomLinks .capsule {
	position: relative;
	float: left;
	width: 250px;
}

.bottomLinks .capsule.item1 {
	width: 240px;
}

.bottomLinks .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
}

.bottomLinks .link {
	position: relative;
	padding: 22px 0px 0px 90px;
}

.bottomLinks a {
	position: relative;
	text-decoration: none;
	font: bold 12px arial,verdana,sans-serif;
	color: #fff;
}

.bottomLinks a:hover {
	color: #ccc;
}
