
h1 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #82BDE5;
}
h2 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #82BDE5;
}
p {
	font-family: Tahoma, Arial;
	font-size: .8em;
	color: black;
	margin-left: 40px; margin-right: 40px
}

body {
	background: #666667 url('images/beasley-top-bg.jpg') no-repeat center top;
	topmargin:5;
	leftmargin: 0;
	rightmargin: 0;
	bottommargin: 0;
	float: center;
	font-family: Tahoma, Arial;
	font-size: .8em;
	color: black;
	font-style: normal;
}


.right-shadow {
	width: 30;
	background-image: url('images/bg-shadow.png'); 
	background-repeat: repeat-y; 
	background-position: left top;
}

.left-shadow {
	width: 30;
	background-image: url('http://www.beasleymotorcycles.com/images/bg-shadow.png'); 
	background-repeat: repeat-y; 
	background-position: right top;
}

.main-box {
	background: #fff url('images/top-white-area.jpg') no-repeat center top;
	vertical-align: top;
	width: 852; 
	valign: top;
}


A:link {text-decoration: none; color: #fff; font-family: Tahoma, Arial; font-size: .8em;}
A:visited {text-decoration: none; color: #999965; font-family: Tahoma, Arial; font-size: .8em;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #82BDE5;}
