/**
 * Copyright 2008 C.line
 * c.line@ymail.com
 **/

body, #page{
    margin:0;
    padding:0;
}

#page{
    width: 100%;
    margin: 0;
    border:0px dotted #fff;
    margin-top:-1.3em !important;
	margin-top:0em;
}

#header{
    width:100%;
    height:16em;
    border:0px dotted #aaa;
    
}

#navbar{
    float:right;
    height:6em;
    width:23em;
}

#wrapper{
    width:100%;
    border:0px dotted #abc;
}


#main{
    position:relative;
    width:100%;
    border:0px dotted #456;
    margin-top:0em;
}

#sidebar{
	float:left;
    border:0px solid #ff0000;
    width:13%;
    margin-left:1%;
}

#content{
	margin-left:47%;
	text-align:center;
}

#album{
    float:left;
    width:29%;
    height:100%;
    margin-left:1%;
}

.wrap
{
    border: 0;
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#footer{
    width:97%;
    height:1em;
    border:0px dotted #def;
}
