@charset "UTF-8";
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
		margin-top: 50px;
    }
	
	
	a {
	text-decoration: underline;
	color: #999999;
    }

    a:hover {
	background: none;
	color:#333333
    }

    #container h1 {
	font-size: 0.9em;
	padding:0 12px;
	color:#666666;
	}
	
	#container p {
	font-size: 0.7em;
	padding:0 12px;
	color:#999999;
	line-height: 1.6em;
	}
	
    #container {
	    background-image:url(images/back_01.gif);
	    background-repeat:no-repeat;
    	width: 950px;  
    	margin: 0 auto; 
    	text-align: left; 
    } 
	
	
    #header { 
	    width:950px;
	    height:70px;
    	padding: 0;  
    } 
    #header h1 {
    	margin: 0; 
    	padding: 10px 0; 
    }
    #field1 {
    	float: left; 
    	width: 260px;
		height:395px; 
    	background-color:#f5f5f5;
    	
    }
    #field2 {
    	float: left; 
		width: 520px;
		height:395px;
		/*border: 1px solid #f0f0f0;*/
		background-color:#f5f5f5;
    	
    }
	
	#field3 {
    	float: left; 
		width: 780px;
		height:395px;
    	background-color:#f5f5f5; 
    }
	
	#field4 {
    	float: left; 
		width: 780px;
		height:395px;
    	background-color:#fff; 
    }
    
    #footer { 
	    height:80px;
    	padding: 60px 0 0 0;
    	background-image:url(images/foot.gif);
		background-repeat:no-repeat;
		background-position:top;
    } 
    #footer p {
    	margin: 0; 
    	padding:0;
    }
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
#menu {
    width:800px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(images/menu_back.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
    padding:0 10px 0 10px;
	float: left;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 0.7em;
	color: #999999;
	border: none;
}

#menu a:hover {
	text-decoration: none;
	color: #333333;
}

#menu a#current {
    text-decoration: none;
	color: #333333;

}



#quader {
    width:800px;
	height: 30px;
	margin: 5px 0 0 0;
	padding: 0;

}

#quader ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#quader li {
    padding:0 8px 0 0px;
	float: left;
}

#quader a {
    width: 20px;
    border: 1px solid #CCCCCC;
	display: block;
	text-decoration: none;
	font-size: 0.4em;
	color: #999999;
}

#quader a:hover {
    background-color:#CCCCCC;
	text-decoration: none;
	color: #333333;
}

#quader a#current {
    background-color:#CCCCCC;
    text-decoration: none;
	color: #333333;

}


