#header {
	height:200px;
	line-height:40px;
	margin:0px;
	background-image: url(../header/peugeothead.jpg);
	background-repeat: repeat-x;
}

h1{color: #333399;}

#navigation{
	float:left;
	width:200px;
	background-color: #FFFFFF;
	background-image: url(images/peugeotside.jpg);
	background-repeat: repeat-x;
	height: 100%;
}


#extra{	float:none;	width:900px; clear: both; background-color: #FFFF99;}

/* new box */

.sidebox {
	margin: 0px;
	font-size: 100%;
	width: 250px;
	background-image: url(images/pug_r2_c2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.boxhead {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/pug_r1_c2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxhead h2 {
	margin: 0px;
	color: white;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1em; /* Safari-only, but cool */
	padding-top: 19px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-image: url(images/pug_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
}
.boxbody {
	margin: 0;
	padding: 5px 30px 45px 30px;
	background-image: url(images/pug_r2_c1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* new box end */

.boxbody p {
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #FFFFFF;
}

.boxbody .button {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin: 15px 0px 0px 0px;
}

h3 {color: #333399;}

blockquote {
	font-size: medium;
	font-weight: bolder;
	background-color: #eeeeee;
	border-right-width: 12px;
	border-right-style: solid;
	border-right-color: #3366CC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 19px;
	width: 80%;
	margin: 1em;
}

hr {
	clear:both;  height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);
}
table tr:hover {background-color:#D9D9F2; }

table th {
	height:1.5em;
	padding:2px 20px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:#30488F;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
}
table td {height:1.5em; padding:2px 7px 2px 7px; border-left:solid 2px rgb(255,255,255); border-right:solid 2px rgb(255,255,255); border-top:solid 2px rgb(255,255,255); border-bottom:solid 2px rgb(255,255,255); text-align:left; font-weight:normal; color:rgb(80,80,80); font-size:110%;}
.clear {
	clear: right;
}
