
body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
		background-image: url('rivets.jpg');
			background-attachment:fixed;

	color: white;
}
#wrapper {
	width:1250px;
	margin:0px auto;
	/*border:1px solid #bbb;*/
	padding:0px;
}
	

#container
  {max-width: 922px;
   margin: 0 auto;
   text-align: left;
   background-color: #fff;
   border: 1px solid black;}

	
#header {
	/*border:1px solid #bbb;*/
	height:150px;
	padding:8px;
	background-color: blue;
	width: 750px;
	margin-left: auto;
	margin-right: auto
}

header	
       {background-image: -webkit-gradient(linear, left top, left bottom, from(#95d0fc), to(#0343df)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #95d0fc, #0343df); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #95d0fc, #0343df); /* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #95d0fc, #0343df); /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, #95d0fc, #0343df); /* Firefox 16+, IE10, Opera 12.50+ */
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#95d0fc', endColorstr='#0343df'); /* IE6 & IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95d0fc', endColorstr='#0343df')"; /* IE8 & IE9 */}


header h1 {
	font: 3em serif;
	color: white;
	font-weight: bold;
	text-align:center;
	}
header h2 { 
	text-align: center;
	font: 2em serif;
	color: white;
	font-weight: bold; }

header {
	padding: 20px;
	}

#info {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: black;
	text-align: justify;
}
#info p {
	font: 2em serif;
	color: black;

}


#theTable {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: black;
	
}
#theTable table {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray

}
#theTable th {
	font: 2em serif;
	color: black;
	border: 1px solid gray
}

#theTable td {
	font: 2em serif;
	color: black;
	border: 1px solid gray
}



.ad {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: yellow;
	color: black;
}
.ad p {
	font: 2em serif;
	color: black;
}

#bottom {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: black;
}
#motorera h4 {
	font: 2em serif;
	color: red;
	text-align: center;
}
#astore h4 {
	text-align: center;
	color: black;
	font: 2em serif;
}

#guest {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: 2em serif;
}
#literature {
	width: 100%;
	background-color: white;
	margin-left: auto;
	margin-right: auto;

}
#literature h4 {
	background-color: blue;
	color: white;
	font: 2em serif;
	text-align: center;
	
}
.clear {
	clear:both;
}


#literature figure.right {float: right; margin-right: -8px;}

#literature figcaption {
	font: 1.1em Verdana;
	font-weight: bold;
	text-align:center;
	max-width: 150px;
	height: 90px;
	}
.center {
	text-align: center;
	font: 1em Verdana;
	font-weight: bold;
	max-width: 250px;
	background-color: #004000;
	color: yellow;

}

.fig_left {
  float: left;
  border: 0px solid #FFFF00;
  padding-right: 1%;
  background-color: white;
  /* clear: all; */
}
.fig_left p {
  text-align: left;
	text-indent: 5px;
  color: #000000;
  background-color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial;
}

footer {
	font-size: 1em;
	background-color: yellow;
	color: black;
	font-weight: bold;
	font-family: Arial;
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 5px 2px 3px;
margin: 0;
margin-right: 2px; /*distance between each tab*/
border-left: 0px solid #DDD;
color: black;
font-size: 14px;
background: #ECEEEC url(https://www.motorera.com/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: red;
}

figure.right {
	float: right;
	margin-right: -8px;
	}
figcaption {font: 1em Verdana; font-weight: bold; text-align:right; }
.center {
	text-align: center;
	font: 16px Verdana;
	max-width: 250px;
	background-color: white;
	color: black;
	padding: 15px;
  margin-left: auto;
  margin-right: auto;
}
caption {font: 1.3em Verdana; font-weight: bold }

