/* CSS Document  */

#bigbox {
	margin: 1em;
	margin-left:1em;
	width:900px;
	margin:0em; 
} 

#bigbox_XL {
    margin: 1em;
    margin-left:1em;
    width:1600px;
    margin:0em; 
} 

#bigboxright {
    margin-left:1em;
	float:left;
	margin-top:1em;
    border: dotted 5px grey;
    padding:1em;
    width:500px;
} 

#bigboxright h1{
    margin-top:0em;
}

#container {
	margin-left:1em;
	width: 880px;
	float: left;
}
#language{
	width: 880px;
	text-align: right;
	height: 10px;
	margin: 0;
	margin-bottom: 5px;
	color: #006699;
}

#top_bar_fcg {
	background-image: url(../images/top_bar_fcg.gif);
	background-repeat: no-repeat;
	height: 50px;
}
#top_bar_igc {
	background-image: url(../images/top_bar_igc.gif);
	background-repeat: no-repeat;
	height: 50px;
	margin-left: 200px;
	margin-top: -50px;
}

#top_wrapper {margin: 0;}

#search {
	width: 200px;
	height: 45px;
	background-color: #999966;
	z-index: 3;
	}
#top_nav {
	width: 660px;
	float: right;
	position: absolute;
	left: 209px;
	top: 80px;
	z-index: 2;
	height: 62px;
}

#content {
	width: 650px;
	float: right;	
    margin-top: 0px;
	z-index: 1;
}
#content_home {
	background-image:  url(%22../images/home_page/welcome.gif%22);
	background-repeat: no-repeat;
	width: 650px;
	margin-bottom: 10px;
	height: 120px;
	float: right;
	top: 0px;
	z-index: 0;
	left: 200px;
	background-position: center center;
}
#footer {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #006699;
	padding: 1em;
	line-height: 0.6em;
	color: #999999;
	width: 864px;
	/*width: 100%;*/
	top: 20px;
	clear: both;
}
