@charset "ISO-8859-2";
/* CSS Document */

body{
	margin:0;
	padding:0;
	}
div#global{
	width:954px;
	position:absolute;
	left:50%;
	margin-left:-477px;
	}
div#header{
	float:left;
	width:954px;
	}
div#header img#logo{
	display:block;
	float:left;
	}
div#header div#menu_top{
	float:right;
	}
div#header div#menu{
	width:954px;	
	float:left;
	margin-top:-60px;
}
div#header div#menu div{
	width:230px;	
	float:left;
	margin-top:100px;
}
div#header div#menu div a{
	display:block;
	background-color:#0C9;
	width:220px;
	padding-top:4px;
	height:30px;
	margin-top:8px;
}
div#header div#menu div a#c01{
	margin-top:0;
	}
div#header div#menu img{
	display:block;
	float:right;
	}

div#content{
	float:left;
	clear:both;
	width:100%;
	margin-top:20px;
	border-top:1px solid #999;
	padding-top:20px;
	}
	
div#content div#column_left{
	width:230px;
	float:left;
}
div#content div#column_right{
	width:710px;
	float:right;
	}