* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
    color: #f7d654;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: url(images/body-bg.jpg) repeat-x;
}

p  {
	padding-left: 20px;
    font-size: 2.0em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h2 {
    font-size: 1.0em;
    color: white;
    text-transform: uppercase;
}

a {color: white; font-weight: bold; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

.clear {
	clear: both;
}

.left {
	text-align: left;
	font-size: 1.5em;
}

.right {
	text-align: right;
	font-size: 1.5em;
}

.center {
	text-align: center;
	font-size: 1.5em;
}

div#page-wrap {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
    background: url(images/header.jpg) no-repeat top center;
}

ul#nav {
	height: 40px;
    width: 252px;
	list-style: none;
	margin-left: 570px;
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			width: 84px;
            height: 20px;
			float: left;
            margin-top: 78px;
            text-align: center;
            background: url(images/nav.png) no-repeat;
		}
		ul#nav li.about a {
            background-position: 0px 0px;
		}
        ul#nav li.about a:hover {
        	background-position: 0px -20px;
        }
		ul#nav li.menu a {
            background-position: -84px 0px;
		}
        ul#nav li.menu a:hover {
        	background-position: -84px -20px;
        }
		ul#nav li.contact a {
            background-position: -168px 0px;
		}
        ul#nav li.contact a:hover {
        	background-position: -168px -20px;
        }

div#main-content {
    margin-top: 341px;
    padding: 0px 100px;
    background: url(images/main-bg.jpg) repeat-y;
    }
	div#main-content div#left-col {
        float: left;
        display: block;
        width: 440px;
        height: 280px;
        padding-left: 20px;
    }
    div#main-content div#right-col {
        float: left;
        display: block;
        width: 340px;
        height: 280px;
    }
    div#main-content div#left {
        float: left;
        display: block;
        width: 270px;
        height: 350px;
    }
    div#main-content div#right {
        float: left;
        display: block;
        width: 500px;
        height: 350px;
    }
    div#main-content div#box {
        display: block;
        width: 800px;
        height: 50px;
        padding: 50px 0px 30px 0px;
        }
        div#main-content div#box h1 {
            float: left;
        }
        div#main-content div#box a {
            float: right;
        }
        div#main-content div#box a div#arrow {
            display: block;
            width: 83px;
            height: 32px;
            background: url(images/arrow.png) no-repeat;
        }


div#address {
    width: 220px;
    height: 150px;
    padding-left: 20px;
    font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}

div#hours {
    width: 220px;
    height: 150px;
    padding-left: 20px;
    font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}

div#map {
    width: 500px;
    height: 300px;
}

div#email {
    padding: 20px 0px;
    font-size: 2.0em;
    line-height: 1.2em;
}

div#footer {
    display: block;
    height: 200px;
    text-align: center;
    background: url(images/footer-bg.jpg) repeat-x;
}