	body {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-attachment: fixed;
}
 #container {
 	width: 900px;
	height:500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -250px;
 } 			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
	/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

			display: block;
	height: 500px;
	width: 30px;
	color: #CCCCCC;
	text-decoration: none;
	cursor: pointer;
	margin: 0;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
		}
		
		.horizontal_accordion_toggle_active {
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
		}
		
		.horizontal_accordion_content {
	/* REQUIRED */
			height: 500px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
			
			overflow: hidden;
	color: #666666;
	margin: 0px;
	background-color: #FFFFFF;
		}
			
    /* Container styling*/
    #horizontal_container {
	width: 900px;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	text-align: left;
	background-color: #FFFFFF;
    }
a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #d6e1eb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
    .horizontal_accordion_toggle_over {
	border-right: 1px solid #f68263;
	background-color: #006666;
	background-position: left top;
}
    .horizontal_logo {	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

			display: block;
	height: 500px;
	width: 50px;
	color: #ffffff;
	text-decoration: none;
	cursor: auto;
	margin: 0;
	background-color: #336699;
	background-position: left top;
	border-right-style: none;
}
    .horizontal_copyright {
	float: right;	/* This make sure it stays horizontal */
	/* REQUIRED */

			display: block;
	height: 500px;
	width: 20px;
	color: #ffffff;
	text-decoration: none;
	cursor: auto;
	background-color: #336699;
	background-position: right top;
	border-right-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}
    .contacts001 {
	float: left;
	height: 130px;
	width: 150px;
	padding-top: 20px;
}
    .contacts002 {
	float: left;
	height: 150px;
	width: 680px;
	padding-left: 20px;
}
    .contacts003 {
	float: left;
	height: 150px;
	width: 100px;
	padding-top: 10px;
}
    .contacts004 {
	float: left;
	height: 20px;
	width: 680px;
	padding-top: 10px;
}
    .contacts005 {
	float: left;
	height: 150px;
	width: 180px;
	padding-top: 10px;
}
    .contacts006 {
	float: left;
	height: 200px;
	width: 680px;
	padding-left: 20px;
}
    .news001 {
	float: left;
	height: 150px;
	width: 80px;
}
    .news000 {
	float: left;
	height: 150px;
	width: 680px;
}
    .tv000 {
	float: left;
	height: 500px;
	width: 680px;
}
    .tv001 {
	float: left;
	height: 500px;
	width: 80px;
}
    .tv002 {
	float: left;
	height: 500px;
	width: 600px;
}
.tv_latest_container {
	float: left;
	height: 300px;
	width: 600px;
}
    .tv_latest_header {
	float: left;
	height: 60px;
	width: 600px;
}
.tv_latest_maincontent {
	float: left;
	height: 240px;
	width: 600px;
}
.bold_blue_text {
	color: #34679A;
	font-weight: bold;
}
    .tv_navigation_container {
	float: left;
	height: 100px;
	width: 600px;
}
.news_header {
	float: left;
	height: 34px;
	width: 600px;
}
.news002 {
	float: left;
	height: 150px;
	width: 300px;
}
.image_link {
	cursor: pointer;
}
.main_content {	/* REQUIRED */
	height: 500px;	/* We need to define a height for the accordion as it stretches the width */
	float: inherit;	/* This make sure it stays horizontal */
	/* REQUIRED */
			
			overflow: hidden;
	margin: 0px;
}
