* { padding: 0; margin: 0; }

body {
 background:		#D1DBDB url(/images/baseball3.jpg);
 background-position: center; background-repeat: no-repeat; background-attachment: fixed;
 font-family:	Tahoma, Optima, Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 background:		#fff;
 margin: 0 auto;
 width: 922px;
}
#faux {
 /*background: url(/images/faux-2-3-col.gif);*/
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 150px;
 margin: 0px 0px 0px 0px;
 background: #fff url(/images/testa.gif) no-repeat;
 background-position:center;
}
#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #fff;
 font-family:	Arial, sans-serif;
 font-size: 12px;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin:10px;
 padding:0;
 width: 160px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding:0;
 width: 490px;
 display: inline;
 position: relative;
}
#content p {
 margin:8px auto;
}
#contents { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding:0;
 width: 890px;
 display: inline;
 position: relative;
}
#contents p {
 margin:8px auto;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding:0;
 width: 200px;
 float: right;
}
#footer { 
 width: 902px;
 clear: both;
 color: #fff;
 text-align:center;
 background: #ff0000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

/* ---- :-P --- */

.fotopic {	float: left; /*allinea a sinistra*/	margin: 10px; /*margine tra foto e testo*/ }

#footer a { color: #eee;	text-decoration: none; }
#footer a:hover { color: #fff; }

#header a { color: #ff0000;	text-decoration: none; }
#header a:hover { color: #ff0000; }

#header h1 { margin: 0px 0 0 170px; font-size:60px; letter-spacing: 11px; }
#header h2 { margin: 3px 0 0 210px; font-size:30px; letter-spacing: 10px; }

/* ---- MENU ---- */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #ff0000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
font: bold 12px Arial;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #ff0000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #ff0000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 100px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 20px;
border: 1px solid #ff0000;
background-color: black;
color: white;
}
