#todo {
	padding-top: 35px;
	border-width: 0px;
	clear: both;
	width: auto;
	height: 800px;
	position: relative;
	background-color: #8f8f8f;
}


h1 {
	word-spacing: 5px;
	letter-spacing: 0.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #e7e7e7;
	text-shadow: 0px 2px 3px #5e5e5e;
	font-size: 75px;
}

.checkbox {
	float: left;
	color: #e6e6e6;
	width: 30px;
	height: 30px;
}

.left  {
	color: #ebebeb;
	text-shadow: 0px 2px 3px #5c5c5c;
	font-size: x-large;
	padding-left: 10%;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	width: 40%;
	float: left;
}

.right {
	padding-left: 5%;
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 2px 3px #626262;
	color: #ebebeb;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-top: 0px;
	border-width: 0px;
	margin: 0px;
	position: relative;
	width: 40%;
	float: right;
}

body {
	padding: 0px;
	position: relative;
	border-width: 0px;
	margin: 0px;
}

A:link {color: #fcfcfc; text-decoration: none}
A:visited {color: #e2e2e2; text-decoration: none}
A:active {color: #ededed; text-decoration: none}
A:hover {text-decoration: underline; color: #fbf8ff;}
#footer { height: auto; padding: 10px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; text-align: center; background-color: #484848; position: relative; clear: both; color: #f8f8f8; font-size: 10px; }

