body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF url(/images/pomodoro/img1.gif);
	font: normal small Arial, Helvetica, sans-serif;
	/*color: #646464;*/
 font-size: 16px;
 color: #585858;
}

input {
  font-size: 16px;
}

h1,h2,h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #A33000;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.7em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
  padding-bottom: 0.2em;
}

p,ul,ol,blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #A33000;
}

/*a:hover {
	text-decoration: underline;
}*/

li {
	/*color: #A33000;*/
        padding-bottom: 2px;
        padding-top: 2px;
}

li a:link {
	border-bottom: 1px solid #A33000;
	color: #585858;
}

li a:visited {
	border-bottom: 1px solid #A33000;
	color: #585858;
}

li a:hover {
	border-bottom: 1px dashed #A33000;
	text-decoration: none;
	color: #A33000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #A33000;
}

/* Header */
#header {
	width: 800px;
	height: 160px;
	margin: 0 auto;
	padding: 7px;
	background: #A33000 url(/images/pomodoro/img3.png) no-repeat
		7px 7px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 {
	padding: 36px 0 0 18px;
	font-size: 52px;
	font-weight: bold;
}

#header h2 {
	font-size: 28px;
	padding: 48px 0 0 8px;
}

/* Menu */
#menu {
	width: 800px;
	height: 54px;
	margin: 0 auto; padding : 0;
	background: #FFFFFF url(/images/pomodoro/img2.gif);
	border: 7px solid #A33000;
	border-bottom: none;
	text-decoration: none;
	/*text-align: center;*/
	font-size: 32px;
	padding: 0;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	letter-spacing: -1px;
	display: block;
	float: left;
	width: 133px;
	height: 45px;
	padding: 10px 0 0 0;
	text-decoration: none;
	border-bottom: none;
	text-align: center;
	/*font-weight: bold;*/
	color: #585858;
}

#menu a:hover {
	color: #A33000;
}

/* Content */
#content {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF url(/images/pomodoro/img2.gif);
	border: 7px solid #A33000;
	border-top: none;
}

#colOne {
	float: left;
	/*width: 180px;*/
	width: 560px;
	padding: 20px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colOne th, td {
	text-align: left;
  vertical-align: top;
  padding-left: 1em;
}

#colOne a {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
}

#colOne a:hover {
	border-bottom: 1px dashed #A33000;
	text-decoration: none;
	color: #A33000;
}

#colOne a:visited {
	text-decoration: none;
	color: #A33000;
}

/* links without dots */
#colOne .nodots {
  border-bottom: none;
}


#colOne .fieldWithErrors {
 color: #A33000;
}


#colTwo {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo a {
  border-bottom: 1px solid #A33000;
  text-decoration: none;
}

#colTwo a:hover {
  border-bottom: 1px dashed #A33000;
  text-decoration: none;
  color: #A33000;
}

#colTwo a:visited {
  text-decoration: none;
  color: #A33000;
}

/* Footer */
#footer {
	padding: 10px;
	text-align: center;
	/*font-size: smaller;*/
  font-size: 0.7em;
}

#footer * {
	color: #D6947A;
}

#footer a {
  text-decoration: none;
	border-bottom: 1px solid;
}

#footer a:hover {
  border-bottom: 1px dashed;
}

/* Errors */
#errorExplanation h2 {
	letter-spacing: 0px;
  font-size: 1.2em;
  margin: 0;
}

