/* definizione body */
html {
	height: 100%;
}
body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	
	/* default font */
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
}

p,li,ul {
	text-align:left;
}
select,input,button {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
}

/* ID per layout */
#nope{
	float:left;
	display:block;
}
#container {
	width: 900px;
	text-align:center;

}

#header {
	width: 100%;
	height: 105px;
	float:left;
}
#internal {
	float:left;
	width: 100%;

	
}
#footer {
	width: 100%;
	height: 19px;
	background: url(../images/footer.jpg) no-repeat left;
	float:left;
	align:center;
	
}
#footer p {
	color:#918F8F;
	margin:0px;
	font-size:9px;
	padding-top:3px;
	padding-left:9px;
	float:left;
}
#footer h1 {
	color:#918F8F;
	margin:0px;
	font-size:9px;
	padding-top:3px;
	padding-right:9px;
	font-weight:normal;
	float:right;
}

#footer a {
	text-decoration:none;
	color:#918F8F;
}
#footer a:hover {
	text-decoration:underline;
	color:#918F8F;
}


/* banner & header setup */
#banner1{
	width: 155px;
	height: 86px;
	float:left;
	padding-left:10px;
	margin-left:39px;
	padding-top:10px;
		
}
#banner2{
	width: 155px;
	height: 86px;
	float:right;
	padding-right:10px;
	padding-top:10px;

}
#menu {
	width: 386px;
	height:103px;
	float:left;
	margin-left:22px;
		
}
#menulogo {
	margin-left:5px;
}
#menuitems {
	background: url(../images/menubase.jpg) no-repeat left;
	width: 386px;
	height:41px;
}
#menuitems p {
	text-align:center;
	margin:0px;
	padding-top:9px;
}
#menuitems a {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#363636;
	text-transform: uppercase;	
	text-decoration:none;
}
#menuitems a:hover {
	color:#D95324;
	text-decoration:underline;
}

/* elements definition */
#page1,#page2 {
	width:443px;
	background:#F6F7F3;
	float:left;
}
#page1 {
	margin-right:10px;
}
#page1 p, #page2 p {
	float:left;
	padding: 10px 0px 20px 20px;
	margin:0px;
}
#page1 h1, #page2 h1 {
	font-weight:normal;
	margin: 20px 0px 0px 63px;
}
#page1 a, #page2 a {
	font: "tahoma",Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	display:block;
	padding-top:1px;
	color:#7A7B7A;
	float:left;
}
#page1 a:hover, #page2 a:hover {
	color:#FF6500;
}


/* simple content */
#simplepage {
	width: 100%;
	background:#F6F7F3;
	float:left;
	text-align:left;
}

#simplepage h1{
	font-family:"Times New Roman", Times, serif;
	color:#FF9900;
	font-size: 32px;
	margin: 20px 30px 0px 30px;
	font-weight:normal;
	display: block;
}
#simplepage h2{
	color:#666666;
	font-size: 14px;
	margin: 0px;
	font-weight:normal;
	margin: 0px 30px 15px 30px;
	display: block;
}
#simplepage p{
	display: block;
	float:left;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 20px 0px;
}

#simplepage a{
	text-decoration: none;
	color:#FF9900;
}
#simplepage a:hover{
	text-decoration: underline;
}

/* form */
#simplepage span {
	width: 350px;
	display:block;
	float: left;
}
#simplepage input{
	width: 300px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#simplepage select {
	width: 300; w\idth: 304px; \width: 300;
	margin-top: 5px;
	margin-bottom: 15px;
}

#simplepage hr {
	color:#000000;
	float:left;
	diplay:block;
	width: 600px;
}
