body {
	background: #fbf7f3;
	color: #666;
	font: 14px/20px "Times New Roman", Georgia, Garamond, serif;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px
}
/* text */
a {
	text-decoration: underline;
	font: 14px Georgia, Garamond, "Times New Roman", serif;
	color: #77f;
}
h1 {
	text-indent: -3000px;
	background: url('../images/pomodoro_technique.gif') no-repeat;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}
h2 {
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 25px;
	letter-spacing: -1px;
	font-weight: normal;
	display: block;
}
h3 {
	font-size: 16px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #ca4b3d;
}
.subHeader {
	font-size: 14px;
	font-variant: normal;
	font-style: italic;
	letter-spacing: 0px;
	color: #999;
}
ol {
	/*font: 14px Georgia, Garamond, "Times New Roman", serif;*/
	color: #999;
	list-style:decimal;
}
ol li span {
	/*font: 13px Arial, Helvetica, sans-serif;*/
	font-style: italic;
	color: #666;
}
ol li {
	margin: 0 0 0 20px;
}
ul {
	list-style:square;
}
ul li {
	margin: 0 0 0 20px;
}
dt {
	font-weight: bold;
}
abbr {
	font-variant: small-caps;
}
blockquote {
	margin: 20px 20px 0 20px;
	font-style: italic;
}
#content ul {
	list-style:none;
}
#content li {
	margin: 0 0 0 0;
	padding-left: 8px;
}
/* layout */

#menu_container {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: url('../images/outer_menu_bg.gif') repeat-x;
}
#menu_container ul {
	margin: 0;
	padding: 0;
}
#menu_container li {
	text-align: center;
	background: url('../images/top_menu_bg.gif') no-repeat;
}
#menu_container span {
	display: block;
}
#menu_container a {
	display: block;
	font-variant: normal;
	font-size: 13px;
	color: white;
	text-decoration: none;
	padding-top: 2px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
#menu_container a.current {
	background: url('../images/top_menu_selected.gif') 50% 80px no-repeat;
}
#menu_container .it {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 30px;
}
#menu_container .st {
}
#header {
	padding: 20px 0 20px 0;
	background: url('../images/topdown_ruler.gif') bottom left no-repeat;
}
.opening, em {
	font: 14px Georgia, Garamond, "Times New Roman", serif;
	font-variant: small-caps;
}
#footer {
	padding: 20px 0 0 0;
	text-align: center;
}
#footer p {
	font: 14px Georgia, Garamond, "Times New Roman", serif;
	font-variant: small-caps;
	letter-spacing: 2px;
}
.block {
	display: block;
}
.center {
	text-align: center;
}
.left_ruled {
	background: url('../images/vruler_short.jpg') top left no-repeat;
}
#row1 {
	padding-bottom: 20px;
	background: url('../images/h_ruler.gif') bottom left no-repeat;
}
#row3 {
	padding-bottom: 5px;
	background: url('../images/h_ruler.gif') bottom left no-repeat;
}
#row2 {
	padding: 20px 0 20px 0;
	background: url('../images/bottomup_ruler.gif') bottom left no-repeat;
}
.threecols_rulers {
	background: url('../images/threecols_rulers.gif') top left no-repeat;
}
/* forms */

form {
	font-family: "Times New Roman", Georgia, Garamond, serif;
}
input, select, textarea {
	font-family: "Times New Roman", Georgia, Garamond, serif;
	border: 1px solid #666;
	color: #838383;
	background-color: #fffef4;
	padding: 1px;
	margin: 2px;
	font-size: 130%; 
}
option {
	padding: 0 2px 0 2px;
}
label, .label {
	display: block;
	color: #9b8579;
	font-size: 100%;
}
.submit {
	border: none;
	background: #333;
	color: #CCC;
	font-weight: normal;
	letter-spacing: 2px;
	font-variant: small-caps;
}
.asterisk {
	color: red;
	font-weight: bold;
}
.page_form p, .page_form .radio_container {
	clear: both;
	overflow: hidden;
	margin: 0.8em 0 0.8em 0;
}
.page_form label, .page_form .label {
	text-align: right;
	float: left;
	width: 182px;
	font-size: 16px;
	padding: 0 0.5em 0 0;
}
.page_form input, .page_form select {
	float: left;
	width: 240px;
}
.radio_container input {
	width: 15px;
	height: 15px;
}
.page_form input.radio {
	display: inline;
	border: none;
}
.page_form label.radio_label {
	display: inline;
	width: 20px;
}
.page_form .submit {

/* correggere */
	border: none;
	background: #333;
	color: #CCC;
	font-weight: normal;
	letter-spacing: 2px;
	font-variant: small-caps;

	margin-left: 205px;
	width: 212px;
}

/* errors */

	 label.error {
	width: 100px;
	float: left;
	color: #D33;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
	padding: 1px 3px 3px 10px;
	margin-top: 4px;
}
label.checked {
	display: none;
}
