@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #fff;
	background-color: #996;
}
#wrap {
	width: 1200px;
	position: relative;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.smallfont {
	font-size:small;
}
#logo {
	background-image: url(../images/sprite.png);
	background-position: -10px -10px;
	height:100px;
	width:1200px;
	float:left;
	text-indent:-9999px;
}

#menuside {
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -10px -120px;
	height:60px;
	width:130px;
	float:left;
}
#divider {
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -303px -120px;
	height:60px;
	width:2px;
	float:left;
}
#home {
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -145px -120px;
	text-indent:-9999px;
	height:60px;
	width:153px;
	float:left;
}
#home:hover {
	background-image: url(../images/sprite.png);
	background-position: -145px -190px;
}
#aboutus {
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -310px -120px;
	text-indent:-9999px;
	height:60px;
	width:168px;
	float:left;
}
#aboutus:hover {
	background-image: url(../images/sprite.png);
	background-position: -310px -190px;
}
#contactus {
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -483px -120px;
	text-indent:-9999px;
	height:60px;
	width:201px;
	float:left;
}
#contactus:hover {
	background-image: url(../images/sprite.png);
	background-position: -483px -190px;
}
#news {
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -689px -120px;
	text-indent:-9999px;
	height:60px;
	width:123px;
	float:left;
}
#news:hover {
	background-image: url(../images/sprite.png);
	background-position: -689px -190px;
}
#ridedate {
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -817px -120px;
	text-align:center;
	vertical-align: middle;
	height:60px;
	width:179px;
	float:left;
}
#flag {
	width: 110px;
	height: 60px;
	float:left;
}
#leftofflag{
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -817px -190px;
	text-align:center;
	height:60px;
	width:130px;
	float:left;
}

#undermenu{
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -10px -260px;
	text-align:center;
	height:40px;
	width:1200px;
	float:left;
}
#leftside{
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -10px -310px;
	float:left;
	height:550px;
	width:130px;
}
#maincontent{
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -145px -310px;
	float: left;
	height:550px;
	width:940px;
    overflow: auto;

}
#rightside{
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -1090px -310px;
	float: left;
	height:550px;
	width:130px;
}
#footer{
	display:block;
	background-image: url(../images/sprite.png);
	background-position: -10px -870px;
	float: left;
	height:50px;
	width:1200px;
	text-align: center;
}
a {
	color:#060;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
p label {
	width:200px;
	float:left;
	margin-right:10px;
	text-align:right;
}
label {
	display: block;
}
