body {
	margin: 0 auto 20px auto;
	background-color: #02ACEF;
	color: #fff;
}
h1, h3 {
	color: #fff;
}
h2, h4 {
	color: #fff;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.65em;
	line-height: 1.25;
}
h4 {
	margin-bottom:.75em;
}
a, a:link, a:active, a:visited {
	color: #FF0;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #86D7F9;
}
blockquote {
	color: #fff;
	font-size: 1.125em;
	margin-top: 0em;
}
hr {
	background:#fff;
	color:#fff;
}
p img {
	border: 1px solid #fff;
}
.container {
	padding-top: 1.5em;
	width: 760px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	float: right;
	margin-bottom: 3em;
}
#logo h1 {
	font-size: 0;
	line-height: 0;
}
#logo a {
	display: block;
	background: url(../images/scooters_logo.gif);
	width: 325px;
	height: 89px;
	text-indent: -4000px;
}
ul.nav {
	margin: 0;
	padding: 0;
	line-height: .75;
}
ul.nav li {
	display: inline;
}
ul.nav li a {
	margin: 0 1.25em 0 0;
	font-size: 1.125em;
}
#main {
	margin: 1.5em 0 1.25em 0;
	padding: 1.5em 0 1.5em 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	list-style-image: url(../images/bullet.gif);
}
#animation {
	background-image: url(../images/animation_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 760px;
	height: 325px;
	margin-bottom: 1.5em;
}
#feature_set {
	background-image: url(../images/4coldivider.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.feature img {
	margin-bottom: .75em;
	border: none;
}
#content p {
	text-align: justify;
}
#content img {
	margin-top: .5em;
}
#contact {
	margin: 0;
	padding: 0;
	font-size: 1.125em;
}
#legal {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}
textarea {
	width: 205px;
	height: 120px;
	padding: 5px;
}
.notice{
	background-color: #8AD7F8;
	color: #02ACEF;
	padding: 15px;
	border: 0;
}
.notice_bad{
	background-color: #FF0;
	color: #02ACEF;
	padding: 15px;
}
textarea {
	width:265px;
	height:100px;
	margin: 0;
}
input {
  width:270px;
}
input.submitbutton {
  width:100px;
}

/* jQuery lightBox plugin - Gallery style */
.gallery ul {
	list-style: none;
	margin: 0 0 7px 0;
}
.gallery ul li {
	display: inline;
	padding-right: 7px;}
.gallery ul img { border: 1px solid #fff;}
.gallery ul a:hover img {border: 1px solid #FF0;}
.gallery ul a:hover { color: #fff; }
