@import "./default.css";
@import "./menu.css";
@import "./contents.css";
@import "./footer.css";
@import "./jquery.lightbox.css";

html * {
box-sizing      : content-box;
-moz-box-sizing : content-box;
}



html,body {
height: 100%;
}


body {
background: #ccc url(../images/shared/bg_shade.jpg) repeat-y 1000px;
}

div#wrapper {
overflow: hidden !important;
overflow: visible;
min-height: 100%;
height: auto !important;
height: 100%;
width: 1000px;
background: #fff url(../images/shared/header_bg_stripe.jpg) repeat-x;
}

div#wrapper div {
float: right;
padding-bottom: 30000px !important;
margin-bottom: -30000px !important;
padding-bottom: 0;
margin-bottom: 0;
height: 100%;
}

div#wrapper div#contents {
width: 680px;
padding-right: 20px;
}


div#wrapper div#menu {
width: 250px;
margin: 0px 15px 0px 5px;
padding: 0px 15px;
background: url(../images/shared/menu_bg_shade.png) repeat-y;
}

.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}


div.footer {
clear: both;
width: 1000px;
height: 70px;
margin: 0px;
padding: 20px 0px 0px 0px;
background: #333;
text-align: center;
color: #fff;
}