html {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
body {
    padding: 6px;
}

a:focus {
    outline: 0;
}

.left {
    float: left;
}

.right {
	float: right;
}

/* header layout */
div.container {
    margin: 0 auto;
	margin-top: 20px;
    overflow: hidden;
}

.full {
	width: 950px;
}

div#content {
    float: left;
    clear: left;
}

div#title {
    width: 558px;
    text-align: center;
	letter-spacing: .08em;
}

h1#main {
    margin-top: 15px;
    font-size: 135%;
    font-family: Impact;
}

h2#sub {
    font-size: 80%;
    margin-top: 3px;
}

div.vegapipe {
    background: url(img/vegapipe.jpg) no-repeat;
    width: 392px;
    height: 68px;
}

/* footer layout */
div#footer {
	padding-left: 70px;
    float: left;
}

div#footer li {
    float: left;
    margin-right: 10px;
}

div#footer a {
    height: 57px;
    display: block;
    text-decoration: none;
}

a#home {
    width: 147px;
    background: url(img/home.jpg) no-repeat;
}

a#products {
    width: 162px;
    background: url(img/products.jpg) no-repeat;
}

a#order {
    width: 238px;
    background: url(img/order.jpg) no-repeat;
}

li#link_li {
    text-align: center;
    font-family: impact;
    letter-spacing: 0.25em;
    text-align: center;
}

a#link {
    background: url(img/footer_link.jpg) no-repeat;
    height: 23px !important;
    width: 230px;
}

