/* -Structure- */ 

body
{
	background:#fff;
	text-align:center;
	padding:0;
	margin:0;
	}
 
#container
{
	text-align:center;
 	background:#fff;
 	width:760px;
 	overflow:hidden;
 	margin:auto;
 	overflow:hidden;
	}
	
/* -----------------------------HEADER----------------------------- */ 
#container-header
{
	float:left;
	width:760px;
	height:154px;
	overflow:hidden;
	}
#container-header-home
{
	float:left;
	width:760px;
	overflow:hidden;
	}
#header-nav
{
    float:left;
	width:760px;
	height:28px;
	overflow:hidden;
	}	
	
#header-home
{
	float:left;
	width:760px;
	overflow:hidden;
	background-image:url(../images/structure/logo_background_home.gif);
	background-repeat:no-repeat;
	}
	
#header-main
{
	float:left;
	width:760px;
	height:126px;
	overflow:hidden;
	background-image:url(../images/structure/logo_background_main.gif);
	background-repeat:no-repeat;
	}
	
#header-logo-main
{
	float:left;
	width:376px;
	height:126px;
	padding-top:26px;
	padding-left:15px;
	overflow:hidden;
	}
#header-image-holder
{
	float:right;
	width:322px;
	height:126px;
	padding-top:46px;
	padding-right:25px;
	overflow:hidden;
	display:inline;
	}
	


/* -----------------------------CONTENT----------------------------- */ 
	
#container-content-home
{
	float:left;
	width:760px;
	overflow:hidden;
	}
#container-content-main
{
	float:left;
	width:760px;
	overflow:hidden;
	background-image:url(../images/structure/content_background_main.gif);
	background-repeat:repeat-y;
	}
#container-right
{
	float:right;
	width:444px;
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	overflow:hidden;
	display:inline;
	text-align:left;
	}
	
#container-left
{
	float:left;
	width:276px;
	overflow:hidden;
	}
#container-stretch
{
	float:right;
	width:720px;
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	overflow:hidden;
	display:inline;
	text-align:left;
	background-image:url(../images/structure/content_background_home.gif);
	background-repeat:repeat-y;
	}
/* -----------------------------RIGHT CONTENT----------------------------- */ 
	
	
#right-text {
	width:444px;
	overflow:hidden;
	display:inline;
	float:left;
	text-align:left;
	}

.main-title {
	width:444px;
	text-align:left;
	float:left;
	display:inline;
	}
/* -----------------------------LEFT CONTENT----------------------------- */ 
	
#left-nav {
	width:256px;
	padding-left:10px;
	padding-right:10px;
	margin-top:80px;
	margin-bottom:80px;
	text-align:center;
	}
	
	
/* -----------------------------NEWS FAQ CONTENT----------------------------- */ 
	
#news-container {
	width:720px;
	overflow:hidden;
	padding-bottom:15px;
	text-align:left;
	}
	
#news-text-container {
	width:630px;
	overflow:hidden;
	text-align:left;
	display:inline;
	float:left;
	}
	
#news-button-container {
	width:60px;
	overflow:hidden;
	text-align:right;
	display:inline;
	float:right;
	}

	
/* -----------------------------FOOTER----------------------------- */
#footer 
{
	text-align:inherit;
	height:65px;
 	width:760px;
 	overflow:hidden;
	display:inline;
	background-color: #fff;
	}
	
#footer-back {
	float:right;
	text-align:right;
 	width:141px;
 	overflow:hidden;
 	display:inline;
 	padding-top:15px;
	}
	
#footer-logo {
	float:left;
	text-align:left;
 	width:206px;
 	overflow:hidden;
 	display:inline;
 	padding-top:15px;
	}
