    /* layout */
    
div.spacer {
    clear: both;
    }

#logo {
	text-align: center;
}    
	/*  Horizontal nav */

.startContained {
    background-image: url(../images/holder_top.png);
    background-repeat: no-repeat;
	background-position: right top;
    width: 304px;
	position: relative;
	left: 20px;
	top: 25px;
	
	margin: 0;
	padding: 0;
	font-size: 1em;
	letter-spacing: 2px;
    }

.contained {
	background-image: url(../images/holder_middle.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 304px;
	padding: 1em;
}    

.endContained {
	background-image: url(../images/holder_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 304px;
	margin-top: -22px;
	}
    
.line {
    margin: 0px;
    padding: 0px;
    padding-top: 4px;
    border-bottom: 1px dotted #333;
    }

.content {
	width: 500px;
	}