/**
 *  SITE RULES
 */
#main_site{
    width: 580px;
    height: 1500px;
	height: auto;
    margin: auto;
    overflow: hidden;
    clear: left;
    position: relative;
}
    #wrapper{
        width: 580px;
        height: 1500px;
	height: auto;
		overflow: hidden;
        position: relative;
    }
    .page{
        width: 580px;
        height: 1500px;
	height: auto;
        color: #000000;
        overflow: hidden;
        position: relative;
    }
        .page h2{
	font-size: 12px;
	margin-top:20px;
	padding-top:10px;
	
	       }
.page span.kei {
	padding: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #009900;
}

/**
 *  TABBED MENU
 */ 
ul#navigation{
    width: 580px;
	margin-left:0;
	padding-left:0;
}

    ul#navigation li{
        float: left;
		width:58px;
		text-align:center;
    }

        ul#navigation li a{
           display: block;
           padding: 10px;
           color: #000;
           text-decoration: none;
           background: #eee;
           margin-right: 1px;
        }

        ul#navigation li a:hover{
           color: #333;
           background: #999;
        }

        ul#navigation li a:active{
           color: #fff;
           background: #f90;
        }
        
        ul#navigation li a:focus{
            background: #f90;        
        }

/**
 *  PAGES SETUP
 */

#home{
} 

#portfolio{
}

#links{
}

#contact{
}
#credits{
}
