* {
	margin:0;
	padding:0;
}
body {
	background-color:rgb(230,230,240);
	background-image:url('noise-white.jpg');
}

#container {
	margin:0 auto;
	width:740px;
	-moz-box-shadow: 0 0 15px 7px rgba(0,0,0,.10);
	-webkit-box-shadow: 0 0 15px 7px rgba(0,0,0,.10);
	box-shadow: 0 0 15px 7px rgba(0,0,0,.10);	
	margin-bottom:20px;
	margin-top:40px;
	background:rgb(253,253,253);
	border:1px solid #222;
	border-radius:5px;
}
#logo {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	width:100%;

        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
 	height:75px;
	background-color:black;
	background-image:url('logo.jpg');
}
#navigation {
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	background-color:rgb(50,124,203);
	text-align:center;
	margin: 0 auto;
}
#navigation ul {
	list-style-type:none;
	height:30px;
}
#navigation ul li {
	font-size:1.3em;
	line-height:30px;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#navigation ul li:hover {
	background:rgb(10,74,173);
}
#navigation ul li.active {
	background:rgb(10,74,173);
}

#navigation a {
	color:white;
	text-shadow: black 0px -1px 0px;
	text-decoration:none;
}

#content {
	width:700px;
	margin: 0 auto;
	background:rgb(253,253,253);
	padding:15px;
}
#content #truckimage {
	height:240px;
	margin: 0 auto;
	border:1px solid #666;
}
#services {
	padding-top:10px;
	padding-left:40px;
}
#right {
	margin-top:10px;
	float:right;
}
#right p {
}
#right h1 {

}

#left {
	margin-top:10px;
}
#left h1 {
}
#left ul {
	font-size:1.2em;
}

.bold {
	font-weight:bold;
}

#footer {
	background:rgb(50,124,203);

	border-top:1px solid #222;
	height:30px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#footer p {
	text-align:center;
	text-shadow:black 0 -1px 0px;
	color:white;
	line-height:30px;
}

#content img {
    border-radius:3px;
    margin-top:10px;
    border:1px solid #222;
}
