﻿/* Layout CSS */
body{
	background-image:url('../images/bmw.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #CBE292;
}

#masthead {
    width:1000px;
    height:236px;
    text-align:center;
    background-image:  url('../images/logo5.gif');
    background-position:center top;
    background-repeat:no-repeat;
    margin:auto;
}

#top_nav {
   height:46px;
   width:100%;
   background-image:url('../images/topc.png');
   background-position:center bottom;
   background-repeat:no-repeat;
}

#container {
	position: relative;
	width:1000px;
	margin:auto;
}

#left_col {
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 225px;
	margin-left: 225px;
	text-align:center;
	width:550px;
}


#right_col {
	width: 220px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
   text-align:center;
}

a:link{
	color:green;
    text-decoration:none;
}
a:hover{
	color: #63C600;
	text-decoration:underline;
}
a:visited{
	color:#AAAA00;
	text-decoration:underline;
}


/* box l-r CSS */

.bbhcbt1{
	background-image:url('../images/infobox/tlw.png');
	background-repeat:no-repeat;
	background-position:left top;
	height:46px;
	border:0px;
}

.bbhcbt2 { 
    border: 0px; 
    padding-right:38px;
    margin-left:20px;
    background-image:url('../images/infobox/trw.png');
    background-repeat:no-repeat;
    background-position:right top;
    height:46px;}

.bbhcbt3 {	
    background-image:url('../images/infobox/tcw.png');
	background-repeat: repeat-x;
	background-position:center top;
	height:46px;
	border:0px;	
}

.BoxesInfoBoxHeadingCenterBoxTitle {

  font-size: 1.3em;
  text-align:center;
  font-weight: bold;
  background: transparent;
  height:46px;

}


.InfoBoxContenent2MABox {

  border-style:solid;
  border-width:0px;
  border-color: ;
  color: inherit;
  padding: 0.3em; 

}



.pippino1 { 

position:relative; 
border-style:solid; 
border-width:0px;
border-color:red;
background-image: url('../images/infobox/mlw.png');
background-repeat:repeat-y;
background-position:top left;
height:100%;
padding-left:20px;

}

.pippino2 { 
position:relative;
border-style:solid;
border-width:0px;
border-color:blue;
background-image: url('../images/infobox/mrw.png');
background-repeat:repeat-y;
background-position:top right;
height:100%;
padding-right:38px; 

}

.pippino3 { 
background:transparent;
position:relative;
border-style:solid;
border-width:0px;
border-color:green;
background-image: url('../images/infobox/mcw.png');
background-repeat:repeat;
background-position:top right;
height:100%; 

}

.pippino4 { 
position:relative;
border-style:solid;
border-width:0px;
border-color:red;
background-image: url('../images/infobox/blw.png');
background-repeat:repeat-y;
background-position:top left;
height:28px;
padding-left:20px;

}

.pippino5 { 
position:relative;
border-style:solid;
border-width:0px;
border-color:blue;
background-image: url('../images/infobox/brw.png');
background-repeat:repeat-y;
background-position:top right;
height:28px;
padding-right:38px; 

}

.pippino6 { 
background:transparent;
position:relative;
border-style:solid;
border-width:0px;
border-color:green;
background-image: url('../images/infobox/bcw.png');
background-repeat:repeat;
background-position:top right;
height:28px; 

}
/* fine box l-r CSS */

