body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #FF4E4E url(../img/bg_small.jpg) repeat-x;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

img {
	border: 0;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

h2, h3 {
	color: #666666;
}

#container {
	width: auto;
}

#topbar {
	width: auto;
	float: none;
	clear: both;
}

#navbar {
	width: auto;
	float: none;
	clear: both;
	padding: 40px 320px 0 20px;
}

#content {
	float: none;
	clear: both;
	padding: 20px 320px 20px 20px;
}

blockquote {
	background: url(../img/quote_start.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

.pomodoro {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-image: url(../img/pomodoro_light.gif);
	background-repeat: no-repeat;
	height: 329px;
	width: 304px;
	z-index: 1;
}

img.award {
	position: absolute;
	top: 10px;
	right: 30px;
}

img.quote1 {
	position: absolute;
	top: 80px;
	right: 200px;
}