/* CSS Document */

/* reset */
* {
margin: 0;
padding: 0;
}


/* render html5 elements as block */

header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #F7931E;
font-family: 'VeggieburgerRegular', Verdana, Arial, Helvetica, sans-serif;
color: #441D0C;
font-size: 14px;
line-height: 18px;
}


/* layout */

#container {
	width: 960px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

header {
width: 960px;
height: 150px;
margin: 0 auto;
}

header h1 {
	position:absolute; left:-9999px; top: -9999px;
	}

nav {
width: 960px;
height: 50px;
margin: 0 auto;
background: #F7931E url(../img/navbar.gif) no-repeat;
}

nav  {
font-size: 18px;
font-weight: bold;
}

nav ul {
margin: 0;
padding: 14px 0 0 100px;
list-style: none;
line-height: normal;
}

nav li {
display: block;
float: left;
}

nav a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #ddd;
}

nav a:hover {
text-decoration: underline;
}

#main {
width: 960px;
margin: 0 auto;
padding: 0 auto;
}

#triplecols {
	margin:30 0 30 0;
width: 960px;
text-align:center;

}

.tripleblocks {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	text-align: left;
}

#footer {
	width: 960x;
margin: 100 auto;
clear: both;
text-align:center;
}
a {
	color:8D0000;
}

.sbox {
	text-align:center;
}
.sbox img {
	padding:10px;
	text-shadow:3px 3px 8px #ff0000;
	-webkit-box-shadow:5px 5px 10px black;
}


