/* Universal Selector margin/padding Reset */

* {
	margin:0;
	padding:0;
}

/* General */
body {
  background:#000000;
}
#main-container {
  background-color:#CCCCCC;
  width:1024px;
  margin:0 auto;
}
#bg-container {
	background-image: url(images/555Motorsports.jpg);
	background-repeat:repeat-y;
	width:1440px;
	margin:0 auto;
}
#main-content {
  background-color:#CCCCCC;
  width:100%;
  float:left;
}

/* Navigation */
#navbar h1 a {
  display:block;
  width:100%;
  height:100%;
  outline:none;
}
#navbar ul {
  display:block;
  float:left;
  height:33px;
  list-style:none;
  background:url(images/navbar.png) no-repeat 0 0;
}
#navbar ul li {
  display:block;
  height:33px;
  float:left;
}
#home {
  width:97px;
}
#services {
  width:96px;  
}
#projects {
  width:97px;
}
#forums {
  width:97px;
}
#contact {
  width:97px;
}
#about {
  width:98px;
}
#blank {
  width:442px;
}
#navbar ul li a {
  display:block;
  width:100%;
  height:100%;
  text-indent:-9999px;
  outline:none;
}
li#home a:hover {
  background:url(images/navbar.png) no-repeat 0 -33px;
}
li#services a:hover {
  background:url(images/navbar.png) no-repeat -97px -33px;
}
li#projects a:hover {
  background:url(images/navbar.png) no-repeat -193px -33px;
}
li#forums a:hover {
  background:url(images/navbar.png) no-repeat -290px -33px;
}
li#contact a:hover {
  background:url(images/navbar.png) no-repeat -387px -33px;
}
li#about a:hover {
  background:url(images/navbar.png) no-repeat -484px -33px;
}

/* Index Page CSS */
#index-img {
  background-image:url(images/lambo.jpg) no-repeat 0 0;
  float:right;
  padding:15px;
}

#index-content h1 {
  font:bold 18px/20px Verdana, Arial, Helvetica, sans-serif;
  width:545;
  margin:10px;
}
#index-content p {
  font:14px/16px Verdana, Arial, Helvetica, sans-serif;
  width:545px;
  margin:10px;
  text-indent:10px;
}
#right-column {
  width:470px;
  float:right;
}
#left-column {
  width:545px;
  float:left;
}
#bottom-row {
  clear:both;
  width:1024;
  height:65px;
  padding:15px;
  float:inherit;
}

/* Projects Page CSS */
#project-car {
  clear:both;
  display:block;
  width:450px;
  height:232px;
  float:left;
  padding:25px;
}
#project-info {
  display:block;
  width:495px;
  float:right;
  text-align:left;
  padding-top:15px;
  padding-right:25px;
  padding-bottom:25px;
}
  
#project-info h1 {
  font:bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
}
#project-info p {
  font:14px/16px Verdana, Arial, Helvetica, sans-serif;
}

/* Services Page CSS */
#center-column {
  width:650px;
  margin-left:auto;
  margin-right:auto;
}
#center-column p {
  font:14px/16px Georgia, "Times New Roman", Times, serif;
}

/* Contact Page CSS */

/* About Page */
#about p {
  margin:10px;
  width:950px;
}


/* Footer */
#footer {
  clear:both;
  background-image:url(../images/footer.jpg) no-repeat 0 0;
}
#footer p {
  margin:0 auto;
  padding:0;
  width:950px;
  color:#ccc;
  height:50px;
  line-height:50px;
}











