/* Befordshire Biker style sheet */

body{
	font-family:arial,verdana,san-serif;
	margin:0;
	padding:0;
	color:#292929;
}

 h1,h2,h3{
	margin:0;
	padding:0;
 }
 
p{
	margin:0;
	padding:0 0 10px 0;
}

a img{
	border:0;
}

a{
	color:#3a4c98;
}

#wrap{
	width:978px;
	margin:0 auto;
	background: url('image/center-bkg.jpg') 0 0 repeat-y;
}

/* Start Header */

#top{
	width:100%;
	padding:20px 0 0 17px;
	background: url('image/top-bkg.jpg') 0 0 no-repeat;
}

/* Start Content*/

#middle{
	padding:0 17px 0 36px;
	width:100%;
}

#middle:after{
    content: "."; 
    display: block;
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#left-coloum{
	margin: 19px 0 20px 0px;
	padding:1px;
	width:423px;
	border:1px solid #c3c3c3;
	float:left;	
	background: url('image/left-colom-btm.jpg') 0 100% no-repeat;
}

#right-coloum{
	margin: 19px 0 0 19px;
	width:454px;
	padding:1px;
	border:1px solid #c3c3c3;
	float:left;
	height:554px;
	font-size:14px;
}

#right-coloum-inner{
	padding:1px;
	float:left;
	width:444px;
	height:554px;
	background: url('image/content-bkg.jpg') 0 0 repeat-x #E1E1E1;
	padding: 0 0 0 10px;
	}

.form_input{
	width:130px;
	display:block;
	float:left;
	height:12px;
	padding-top:6px;
}

.input_field	{
	width: 271px;
	border:1px solid #bebebe;
}

.form_spacer{
	display:block;
	margin-bottom:12px;
}
.checkbox{
margin:2px;
width:20px;
}
 
#top-right-col{
	color:#3A4C98;
	font-size:21px;
	padding: 5px 0 0 40px;
	margin:2px 0 0 0;
	width:400px;
	height:37px;
	border-bottom:1px dotted #000;
	background: url('image/motorhelmet.jpg') 0 0 no-repeat;
	}

#central-coloum{
	padding-top:10px;
	clear:both;
	width:942px;
	text-align:center;
	font-size:13px;
}

/* Start Footer */

#bottom{
	width:100%;
	height:31px;
	background: url('image/bottom-bkg.jpg') 0 0 no-repeat #fff;
	padding-top:30px;
	padding-bottom:10px;
	text-align:center;
	font-size:13px;
}

#privacy{
	padding:10px;
	font-size:14px;
}