body {
	padding: 0px;
	margin:0px;
        width: 1000;
	background: url(images/road.jpg) repeat-x #0998da;
	font-family:Tahoma, Geneva, sans-serif;
        text-color: white;
	color: white;
}

#top {
width: 1000px;
background-color: #4169E1;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;

margin-left: auto ;
  margin-right: auto ;

}

#center {
width: 1000px;

margin-left: auto ;
  margin-right: auto ;
}

#spacing {
margin:3px;
padding:0px;
}


#main {
background-color: #4169E1; width:650; -moz-border-radius: 15px; -webkit-border-radius: 15px; }

/* #4169E1 */

#box {
background-color: #4169E1; width: 100%; -moz-border-radius: 15px; -webkit-border-radius: 15px; }

/* #container {
        background-image: http://joey.murphyp.eu/wp-content/themes/new/images/bg.png;
	width: 1000px;
	margin: 0 auto;
} */

#nav {
float: center; }

#nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
 
#nav ul li {
  background-color: #990000;
}
 
#nav ul li {
  float: left;
  display: block;
}

#nav ul li a {
  float: left;
  display: block;
}
 
 
#nav ul li a {
  margin: 15px;
  padding: 5px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
#nav ul li a:hover,
#nav ul li a.selected {
  background-color: #fff;
  color: #272727;
}

