﻿@import "Main.css";

#content {
	width: 958px
}

/* ----------------------------------
	Side bar
-----------------------------------*/

.ContentContainer {
	float: left;
	width: 290px;
	border: 1px solid #ececec;
	margin: 0 10px 0 10px
}

.ContentContainer .centered {
	text-align: center;
}

.ContentContainer h2 {
	text-align: center;
	border-bottom: 1px solid #ececec;
	padding: 4px;
	background-color: #F5FBFC;
}

.ContentContainer p 
{
    padding: 5px 10px 5px 10px
}

.ContentContainer li { 
	margin: 0 20px 0 40px;
	padding: 8px 20px;
	border-bottom: 1px solid #ececec;
	list-style: disc 
}

.ContentContainer li.last {
	border-bottom: none
}