@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: FOOTER
	4: NAVIGATION
	5: MAIN CONTENT

==========================================================
*/

/*
===== 1: CONTAINER ==========================================
*/
div#container {
	width:800px;
	margin:0 auto;
	background-color:#FFFFFF;
}


/*
===== 2: HEADER ==========================================
*/
div#header{
	

/*
	background-image:url(../../../images/cart_header.jpg);
*/
	background-repeat:no-repeat;
}

div#header h1 {
	height:0px;
	text-indent:-9999px;
}

/*
===== 3: FOOTER ==========================================
*/
div#footer{
}
/*
===== 4: NAVIGATION ======================================
*/
body.single-column div#nav{
	display:none;
}
body.two-column div#nav{
	float:right;
	width:36%;
}

/*
===== 5: MAIN CONTENT ====================================
*/
body.single-column div#main{
	width:100%;
}
body.two-column div#main{
	float:left;
	width:62%;
}

