/* Vertical centering */

/* end hide */
body {
	min-height: 745px;/* for good browsers*/
}
#vc-container {
	height: 745px;
}
#body-wrap {
	height: 745px;
}

/* Vertical centering */


#body-wrap {
	background: url(../images/bg_home.gif) repeat-x;
}

#main-content {
	width: 1000px;
	height: 578px;
	position: relative;
}

#flashcontainer {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content-container {
	width: 596px;
	height: 361px;
	margin-left: 404px;
	padding-top: 39px;
	background: url(../images/home_box.png) no-repeat 0px 39px;
	position: relative;
}

#page-container {
	float: left;
	width: 272px;
	position: relative;
}

#page-content {
	width: 220px;
	/*margin: 112px 27px 0px 25px;*/
	margin: 92px 27px 0px 25px;
}

#ad-space {
	float: left;
	width: 300px;
	margin-top: 42px;
}


/* Tabbed content rotational box */

.tabbed-box {
	width: 220px;
	/*height: 184px;*/
	height: 204px;
	overflow: hidden;
}

.tabbed-box .tabbed-content {
	width: 200px;
	height: 204px;
	margin: 0px 10px 0px 10px;
}

.tabbed-box .tabbed-content a{
	text-decoration: underline;
	color:#60F;
}

.tabbed-box .tabbed-content img{
	margin-top:3px;
}

.tabbed-box .tabbed-content br{
	line-height:16px;
}

.tabbed-box .tabbed-title {
	margin-bottom: 10px;
}

.tabbed-box .tabs {
	position: relative;
	width: 220px;
	height: 16px;
	top: 0;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.tabbed-box .tabs li {
	list-style-type: none;
}

.tabbed-box .tabs li a {
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	text-decoration: none;
}

/* Tabbed content rotational box */

