body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	font-size : 11px;
	background-image: url("/images/chappelle-bg.gif");
	background-repeat: repeat-y;
	background-color: #60627D;
	}

h1 {
	font-size : 15px;
	border-bottom: solid 1px #f1f1f1;
	color: #006699;
	}

h2 {
	font-size : 13px;
	color: #006699;
	}
	
h3 {
	font-size : 12px;
	color: #006699;
	}

.header {
	margin: 0px;
	padding: 0px;
	position : absolute;
	top : 0px;
	left: 0px;
	}

.title {
	position: absolute;
	top: 0px;
	left: 200px;
	}

.content {
	position : absolute;
	top: 140px;
	left: 230px;
	width: 490px;
	z-index: 1;
	}

.content img {
	padding-right : 15px;
	}

.menu {
	position:absolute;
	top: 0px;
	left: 242px;
	height: 39px;
	width: 500px;
	padding: 50px 10px 10px 10px;
	font-size : 13px;
	background-color: #60627D;
	}

.menu span {
	padding: 10px;
	}

.menu a:link, .menu a:visited {
	text-decoration: none;
	color: #ffffff;
	}

.menu a:hover {
	color: #cccccc;
	text-decoration: underline;
	}

a {
	color : #ffffff;
	}

.footer {
	position : absolute;
	bottom : -20px;
	left : 0px;
	width : 100%;
	color : #666666;
	font-size : 10px;
	}

.footer a {
	color : #666666;
	}

.pad {
	padding : 10px;
	}

ul {
	margin : 12px;
	padding : 0px;
	}

.sidebar {
	position: absolute;
	top: 287px;
	left: 20px;
	width: 150px;
	background-color: #669999;
	padding: 10px;
	text-align: center;
	}

.sidebar img {
	/*padding-bottom: 10px;*/
	border-right: solid 2px #666666;
	border-bottom: solid 2px #333333;
	}