body {
	font-family: Trebuchet MS;
	padding: 0;
	margin: 0;
        background: #000000;
     
    text-align: center;
}

#header {
	background: #FFF;
	border-bottom: 2px solid #000;
}

#container {
	width: 870px;
	margin: auto;
	text-align: left;
	background: #FFF;
}

#nav {
    float: left;
    font-weight: bold;
	list-style-type: none;
    font-size: small;
	width: 190px;
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0; 
}

#nav li a {
	text-decoration: none;
	font-family: Trebuchet MS;
    background: #CC0066;
    padding: 4px 0 4px 20px;
    color:  #FFFFFF;
    display: block;
    border-bottom: 1px solid #FFF;
}

#nav li a:hover {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	background: #CCCC00 url(../../cms/images/icons/bullet_white.png) no-repeat 2px center;
}

.image_left {
	float: left;
	margin-right: 15px;
}

.image_right {
	float: right;
	margin-left: 15px;
}

.image_left {
	float: left;
	margin-right: 15px;
}

.image_right {
	float: right;
	margin-left: 15px;
}

#footer {
    clear: both;
    font-size: 11px;
    padding: 5px;	
    background: #EEE;
    border-top: 2px solid  #000;
    font-family: Trebuchet MS;
    font-size: 10px;
}

.clearfix {
    clear:both;
    font-size: 3px;
    height:2px;
    margin: 0
}

#content {
	 float: right;
	 border-left: 2px solid #000;
     width: 620px;
     font-family: Trebuchet MS;
     font-size: 12px;
     padding: 5px 20px 20px 20px;
}