html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;	/* needed for container min-height */
	font-family: Tahoma;
	font-size: 12px;
	background-image: url('../images/bg-body.gif');
	background-repeat: repeat-x;
        background-attachment:fixed;
}

h1 {
	margin: 0px;
	padding: 5px 0 0 10px; /* top right bottom left */
	height: 23px;
	font-family: Arial;
	font-size: 140%;
	font-weight: bold;
	color: #ffcc33;
	background-image: url('../images/bg-heading.gif');
	background-repeat: repeat-x;
	border: 1px solid #000000;
}

p {
	margin: 10px 0 10px 0; /* top right bottom left */
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {
	color: #81640b;
	text-decoration: underline;
}

a:hover {
	background-color: #ffcc33;
}

form {
	margin: 0px;
	padding: 0px;
}
img.flt {
        float:left;
}
fieldset {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0 10px 10px 10px; /* top right bottom left */
}

fieldset legend {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #000000;
}

#container {
	position: relative;		/* needed for footer positioning*/
	margin: 0 auto;			/* center, not in IE5 */
	width: 798px;
	height: auto !important; /* real browsers */
	height: 100%;			/* IE6: treated as min-height*/
	min-height: 100%;		/* real browsers */
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
td.evital {
	font-style:italic;
}
td.evbold {
	font-weight:bold;
}
/**************************************** TOP CLASSES **********/

#top {
	width: 100%;
	height: 175px;
}

#header {
	width: 100%;
	height: 150px;
}

#menu {
	width: 100%;
	height: 24px;
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;
	background-image: url('../images/bg-menu.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
}

#mainnav {
	padding-left: 10px;
	width: 788px;
	height: 24px;
}

#mainnav li {
	height: 24px;
}

#mainnav li a {
	float: left;
	display: block;
	padding: 4px 15px 0 10px; /* top right bottom left */
	height: 20px;
	color: #9a7813;
	text-decoration: none;
}

#mainnav li a:hover {
	color: #1c395c;
	background-color: #dfb22a;
}

/**************************************** MAIN (HOME) CLASSES **********/

#main {
	padding: 10px 25px 70px 25px; /* top right bottom left */
	text-align: justify;
	overflow: hidden;
}

#main p.center {
	text-align: center;
}

#slideshowMask {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 152px;
}

#motorbikeSlideshow {
	position: absolute;
}

#motorbikeSlideshow span {
	float: left;
	display: block;
	margin-right: 10px;
}

#motorbikeSlideshow span img {
	display: block;
}

#banners {
	width: 100%;
	text-align: center;
}

#banners img {
	margin-right: 2px;
	margin-left: 2px;
}

/**************************************** MAIN (LOGIN) CLASSES **********/

#fieldsetLogin {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
}

#formLogin {
	padding-top: 10px;
	padding-left: 10px;
}

#formLogin .left {
	float: left;
	width: 130px;
}

#formLogin .right {
	float: left;
}
#formRenew .formc {
	float:left;
	width:400px;
	color:blue;
	font-weight:bold;
}
#formRenew .right {
	float:left;
}
#formRenew .form{
	float:left;
	width:400px;
	color:black;
	font-weight:normal;
}
#formRenew .mach{
	float:left;
	width:50px;
}
#formSectEvent .formc {
	float:left;
	width:200px;
	color:blue;
	font-weight:bold;
}
#formSectEvent .right{
	float:left;
} 
#formSectEvent .formcw {
	float:left;
	width:300px;
	color:blue;
	font-weight:bold;
}
#formSectEvent .formw{
	float:left;
	width:300px;
	color:black;
	font-weight:normal;
}
#formSectEvent .form{
	float:left;
	width:200px;
	color:black;
	font-weight:normal;
}
#formAnnRet .formc{
	float:left;
	width:200px;
	color:blue;
	font-weight:bold;
}
#formAnnRet .right{
	float:left;
}
#formAnnRet .form{
	float:left;
	width:200px;
	color:black;
	font-weight:normal;
}
/**************************************** BOTTOM CLASSES **********/

#footer {
	position: absolute;
	bottom: 0px; /* stick to bottom */
	padding-top: 10px;
	width: 100%;
	height: 41px;
	font-size: 80%;
	text-align: center;
	background-image: url('../images/bg-footer.gif');
	background-repeat: no-repeat;
}

/**************************************** MISC CLASSES **********/

.clearer {
	clear: both;
}

.separator {
	margin: 10px 0 10px 0; /* top right bottom left */
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background-image: url('../images/bg-dottedline.gif');
	background-repeat: repeat-x;
}

.biggerTxt {
	font-size: 110%;
}

.imgBorder {
	border: 2px solid #ffcc33;
}

.inputElement {
	font-family: Tahoma;
	font-size: 100%;
	background-color: #ffffff;
	border: 1px solid #9a7813;
}

.textbox {
	padding-left: 5px;
	width: 140px;
}

.button {
	font-weight: bold;
	color: #505050;
	background-color: #ffcc33;
	border: 1px solid #000000;
}