/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF url(pomodoroimg1.gif?openimageresource);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #A33000;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #A33000;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #A33000;
}

li a:link {
	border-bottom: 1px dotted #A33000;
	color: #666666;
}

li a:hover {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
	color: #A33000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #A33000;
}

/* Header */

#header {
	width: 900px;
	height: 160px;
	margin: 0 auto;
	padding: 10px;
	background: #A33000 url(pomodoroimg3b.jpg?openimageresource) no-repeat 10px 10px;
}

#header * {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	width: 500px;
	padding: 80px 0 0 18px;
	font-size: 24px;
	font-weight: bold;
}

#header h2 {
	float: left;
	width: 800px;
	padding: 5px 0 0 18px;
}

#header h3 {
	float: right;
	width: 300px;
	padding: 7px 0 0 5px;
	margin-top: 0;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF url(pomodoroimg2.gif?openimageresource);
	border: 10px solid #A33000;
	border-top: none;
}

#colOne {
	float: left;
	background: #FFFFFF url(pomodoroimg2.gif?openimageresource);	
	width: 200px;
	padding: 10px 5px;
	font-size:10pt;
	line-height: 200%;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	background: #FFFFFF url(pomodoroimg2.gif?openimageresource);	
	width: 620px;
	padding: 20px 10px;
}



/* Footer */

#footer {
	width: 900px;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	font-size: small;
}

#footer * {
	color: #FFFFFF;
}

#footerpara {
	font-weight: bold;
}

#footerpara a {text-decoration: underline;}
#footerpara a:hover {text-decoration: none;}
#footerpara .testimonials, #footerpara .testimonials a {
	font-weight: normal;
	text-decoration: none;
}
#footerpara .testimonials a:hover {
	text-decoration: underline;
}
#footerpara .copyright, #footerpara .copyright a {
	font-weight: normal;
}