body {

	background: #FFF;
	color: #000;
	font-family: Arial, Verdana, sans;
	margin: 0px;
	padding: 0px;

}

a {

	color: #009;

}

h1 {

	background: #FFF;
	font-family: Arial, Verdana, sans;
	font-size: 30px;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	margin-bottom: 13px;
	padding: 0px;
	
}

table {

	background: #FFF;
	margin-bottom: 5px;
	width: 500px;
	
}

td {

	background: #FFF;
	
}

#leftCol {

	float: left;
	line-height: 0px;
	margin: 0px;
	width: 250px;
	
}

#leftCol ul {

	background: #FFF url(../images/postit.jpg) no-repeat;

	color: #009;
	height: 231px;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	line-height: 36px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	text-align: center;

	
}

#leftCol ul li a {

	color: #009;
	text-decoration: none;

}

#leftCol ul li a:hover {

	text-decoration: line-through;
	
}

#rightCol {

	background: url(../images/ruled_line.gif) repeat-y;
	font-family: Courier, monospace;
	font-size: 13px;
	line-height: 21px;
	margin-left: 255px;
	width: 500px;

}

#rightCol p {

	margin: 5px 0px 18px 0px;

}

#rightCol #advertising {

	background: #FFF;
	height: 60px;
	padding: 50px 16px;
	text-align: center;

}