body
{
    margin:             0px;
    padding:            0px;
    font-size:          1em;
    font-family:        Trebuchet MS;
    background: #9c6;
    background-image:   url("img/bg_green.gif");
    background-repeat:  repeat-y;
    background-position: center;
    color:              #333;
    text-align:         center;

}

.wrapper
{
    width: 100%;	
}

.centered
{
    width: 800px;
    margin: 0 auto;

}
#header
{
    background: #69c;
}

#nav
{
    background: #fff;
}

#nav a
{
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    color: #00f;
}

#nav a:visited
{
    color: #00f;
}

#nav a:hover
{
    text-decoration: underline;
}

#content
{
    background: #cf9;
}

#wrap-header
{
    height: 100px;
    background: #369;
    background-image:   url("img/bg_blue.gif");
    background-repeat:  repeat-y;
    background-position: center;
}

#wrap-nav
{
    height: 30px;
    background: #ccc;
    background-image:   url("img/bg_white.gif");
    background-repeat:  repeat-y;
    background-position: center;
}

.box-border
{
    margin-top: 10px;
    margin-bottom:10px;
    border:#369 1px solid;
    background: #fff;
}

.box-padding
{
    border:#fff 1px solid;
}

.box-title
{
    width: 100%;
    background: #69c;
    color: #fff;
}

.box-content
{
    font-size: 0.75em;
    width: 100%;
}

#left
{
    width: 570px;
    margin-left:10px;
    float:left;
}

*html #left {
	width: 550px;
}
#right
{
    width: 200px;
    margin-right:10px;
    float:right;
}