/*  
Flower shop Feliz_CSS
Version: layout.css 1.0(2009/06/30)
Author: Studio Eddies(http://www.studioeddies.com/)
Last modified: Eriko.n(090630)
*/

@import  "color.css";
@import  "lightbox.css";


/*x[X */
html{
text-align: center;
}

body{
width: 900px;
position: relative;
margin: 0 auto;
padding: 0;
text-align: left;
}

#currentLocation{
width: 40px;
height: 1200px;
float: left;
}

#main{
width: 860px;
float: right;
}

#content{
width: 860px;
height: 100%;
pading-right: 1px;
}

#contentMain{
width: 560px;
float: right;
margin-top: 0;
padding-right: 20px;
margin-left: 20px;
}

#contentSub{
width: 260px;
float: left;
}


#siteInfo{
width: 860px;
clear: both;
}
