body,
html {
margin:0;
padding:0;
}
body {
background-image:url('images/background.jpg');
background-position: top left;
font-family: Helvetica, Arial, sans-serif;
}
#wrap {
width:850px;
margin:0 auto;
height:auto;
margin:0 auto;
background-image: url('images/torn-pattern.png');
background-repeat: repeat-y;
}
#header {
background-image: url('images/header.png');
height:170px;
}
#bamboo
{
background-image: url('images/bamboo.png');
width:154px;
height:140px;
z-index:100;
position:relative;
left:670px;
top:20px;
}
#nav {
position:relative;
top:-20px;
text-align:center;
}
#main {
float:right;
width:530px;
padding-right:20px;
}
#sidebar {
float:left;
width:300px;
text-align:center;
}
#sidebar img {
width:250px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-webkit-box-shadow: 5px 5px 5px #555;
-moz-box-shadow: 5px 5px 5px #555;
box-shadow: 5px 5px 5px #555;
}
#sidebar #cell {
margin-top:20px;
width:250px;
margin-left:auto;
margin-right:auto;
text-align:left;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
background:#eed8a6;
-webkit-box-shadow: 5px 5px 5px #555;
-moz-box-shadow: 5px 5px 5px #555;
box-shadow: 5px 5px 5px #555;
}
#cell img {
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#sidebar #cell div {
padding:20px;
}
#footer {
text-align:center;
font-size:10px;
padding-top:30px;
clear:both;
}
* html #footer {
height:1px;
}

.float-left {
display:block;
margin-right:10px;
float:left;
}

.float-right {
display:block;
margin-left:10px;
float:right;
}

.clear-both {
padding-top:20px;
clear:both;
}

.centered {
text-align:center;
}

.shadowed {
-webkit-box-shadow: 5px 5px 5px #555;
-moz-box-shadow: 5px 5px 5px #555;
box-shadow: 5px 5px 5px #555;
margin: 5px 15px 5px 15px;
}

table *{
vertical-align:text-top;
}

table ul {
list-style:none;
padding:0px;
margin:0px;
}

table ul li {
margin-bottom:0.5em;
}