body{
	font: normal 11px 'Arial';
	color: #000000;
	margin: 0px auto;
}

input{
	width: 120px;
	border: 0px;
	font: normal 11px 'Arial';
	padding: 0px 2px;
	color: #444444;
	background-color: #CFCFCF;
	height: 14px;
}

.input_hover{
	background-color: #FFE3E3;
}

/* General containers */

#header{
	width: 1003px;
	height: auto;
	min-height: 100px;
	#height: 100px;
	border: 1px solid;
}

#page{
	width: 1003px;
	height: auto;
	min-height: 250px;
	#height: 250px;
	border: 1px solid;
}

#menu{
	float: left;
	width: 150px;
}

#content{
	float: left;
	width: 853px;
}

#footer{
	width: 983px;
	#width: 1003px;
	padding: 10px 10px;
	background-color: #AD1419;
	color: #FFF;
}

/* Only for divs */
.clear_floats{
	clear: both;
	font-size: 0px;
}

/* texts */
.txt_error{
	color: #FF0000;
}