/* CSS Document created 13.02.2009 */
#wrapper { 
	width: 1000px; 
	margin: 0 auto; 
}
#header { 
	clear:both;
	float:left;
	width: 1000px; 
	height: 138px;	 
	background-image: url('img/header/header.png'); 
}
#container {
	clear:both;
	float:left;
	width:1000px;
	background-image:url('img/content_bg.png');
	background-repeat: repeat;
}	
#nav_left {
	clear:both;
	float:left;
	width:184px;
}
#content {
	float:left;
	width:640px;
}
#nav_right {
	float:left;
	width:176px;
}
#footer {
	clear:both;
	float:left;
	width:1000px;
	height:41px;
	background-image:url('img/footer/footer.png');
}

/* nav_left */
#menu_01 {
	clear:both;
	float:left;
	width:184px;
	height:24px;
	background-image:url('img/nav_left/01.png');
}
#menu_01_buttons {
	clear:both;
	float:left;
	width:169px;
	font-size:0;
}
#menu_02 {
	clear:both;
	float:left;
	width:184px;
	height:25px;
	background-image:url('img/nav_left/02.png');
}
#menu_02_stats {
	clear:both;
	float:left;
	width:184px;
	height:63px;
	background-image:url('img/nav_left/stats_bg.png');
}
.stats_left {
	clear:both;
	float:left;
	width:62px;
	height:63px;
	font-size:8pt;
	font-family:tahoma;
	text-align:left;
	padding:5px 0px 0px 30px;	
}
.stats_right {
	float:left;
	width:72px;
	height:63px;
	font-size:8pt;
	font-family:tahoma;
	text-align:right;
	padding:5px 20px 0px 0px;
}
#menu_03 {
	clear:both;
	float:left;
	width:184px;
	height:25px;
	background-image:url('img/nav_left/03.png');
}
#partners_top {
	clear:both;
	float:left;
	width:184px;
	height:5px;
	background-image:url('img/nav_left/partner_top.png');
}
#partners {
	clear:both;
	float:left;
	width:184px;
	background-image:url('img/nav_left/partner_bg.png');
	background-repeat:repeat-y;	
	text-align:center;
}
#partners_bottom {
	clear:both;
	float:left;
	width:184px;
	height:6px;
	background-image:url('img/nav_left/partner_bottom.png');	
}

/* nav right */
#menu_04 {
	clear:both;
	float:left;
	width:176px;
	height:23px;
	background-image:url('img/nav_right/04.png');
}
#menu_05 {
	clear:both;
	float:left;
	width:176px;
	height:23px;
	background-image:url('img/nav_right/05.png');
}
#menu_06 {
	clear:both;
	float:left;
	width:176px;
	height:23px;
	background-image:url('img/nav_right/06.png');
}
#menu_07 {
	clear:both;
	float:left;
	width:176px;
	height:23px;
	background-image:url('img/nav_right/07.png');
}

.right_bg {
	clear:both;
	float:left;
	width:176px;
	background-image:url('img/nav_right/bg.png');
	background-repeat:repeat-y;
	text-align:center;
}
.right_top {
	clear:both;
	float:left;
	width:176px;
	height:4px;
	background-image:url('img/nav_right/top.png');
}
.right_bottom {
	clear:both;
	float:left;
	width:176px;
	height:10px;
	background-image:url('img/nav_right/bottom.png');
}

#myGallery{
        margin: 20px auto;
        height: 500px;
        width: 100%;
        position: relative;
        color: #aaa;
        overflow: hidden;
        /*border: 1px solid #888;*/
        /*background-color: #000;*/
        background-color:transparent;
    }