
#content {
	width: 100%;
	text-align: left;
}

#content td {
	vertical-align: top;
	border: 1px #EEE dotted;
	padding: .5em;
}

#left_col {
	width: 185px;
}

#right_col {
	width: 185px;
}

#center_col {
	width: 380px;
}

#left_col h2, #right_col h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0165BA;
	margin-bottom: 0;
	margin-top: 0;
}

#right_col ul {
	margin: 0;
	padding: 0 .75em;
}

#right_col ul li {
	margin: 0;
	padding: .25em 0;
	list-style-type: circle;
	font-size: .9em;
}

#right_col ul li a {
	color: #000;
	text-decoration: none;
}

#right_col ul li a:hover {
	color: #F36;
	text-decoration: underline;
}

#benefits, #features {
	margin-bottom: 1em;
}

#login, #signup, #online_user, #tell_a_friend {
	border-bottom: 1px #EEE dotted;
	padding: .25em .25em 1em .25em;
}

#tell_a_friend {
	border: 0;
}

#testimonials h2 {
	font-size: 1.5em;
	color: #0165BA;
}

#testimonials p {
	margin-bottom: 0;
	font-style:italic;
}

#testimonials .author {
	text-align: right;
	padding-right: 1em;
} 

#computer_learning {
	text-align: center;
}

.lost_password a {
	font-size: smaller;
	color: #666;
}

.learn_more {
	text-align: right;
}

#current_sentense h3 {
	text-align: center;
	color: #0064b9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.sentences {
	width: 100%;
} 

.sentences td {
	border-bottom: 1px #DDD solid;
	padding: 0;
	cursor: pointer;
}

.sentences th {
	color: #000;
	background: #EBF6FF;
	border-bottom: 1px #DDD solid;
	padding: 1px 3px;
}

.sentences td {
	padding: 1px 5px;
}

.sentence {
	text-align: left;
	background: #EFEFEF;
}

.vote {
	text-align: left;
	width: 50px;
	background: #EFEFEF;
}

#contest_container {
	width: 750px;
	margin: 0 auto;
	margin-top: 10px;
	clear: left;
}

#contest {
	width: 100%;
}

#contest td {
	vertical-align: top;
}

#win_ipod {
	width: 150px;
}

#vote_now {
	width: 150px;
}

#current_sentense {
	width: 450px;
	text-align: center;
}

#contest_timer {
	color: #0064b9;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	padding: 0;
	margin: 0px;
}

form label {
	font-size: .7em;
	float: left;
	width: 13em;
}

form br {
	clear: left;
}

form .button {
	border: 3px #999 double;
	border-top-color: #EEE;
	border-left-color: #EEE;
	padding: 0 5px 0px 5px;
	font-weight: bold;
	color: #333;
	background: #DDD;
}

form input, form textarea {
	border: 1px #AAA solid;
	width: 9em;
	margin-bottom: .3em;
}

form textarea {
	width: 11em;
}

