body {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
    width: 700px;
    margin: 0 auto;
    text-align: left;
    background: #000 url(images/cakeaters_main.jpg) no-repeat 0 0;
}
#nav {
    margin-left: 370px;

}
h1 {
    margin: 0;
    padding: 0;
    font-size: .3em;
    text-indent: -9000px;
    background: #000 url(images/cakeaters_title.jpg) 0 0 no-repeat;
    height: 153px;
    text-align: left;
}
h2 {
    margin: 0;
    padding: 0;
    font-size: .3em;
    text-indent: -9000px;
    background: transparent url(images/vancouver.jpg) top right no-repeat;
    height: 60px;
    text-align: left;
}
address {
    font-family: Verdana
	margin: 0;
    padding: 0;
    font-size: 10pt;
    color: #FFFFFF;
	height: 60px;
    text-align: left;
}

link {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
    margin: 0 0 0 150px;
    padding: 10px 0;
    width: 150px;
}
li {
    text-align: left;
    height: 26px;
    margin: 0;
    padding: 0;
}
li a {
    height: 26px;
    font-size: .3em;
    text-indent:-9000px;
    width: 150px;
    display: block;
}
li a.gallery {
    background: transparent url(images/b_gallery.jpg) 0 0 no-repeat;
}
li a.classes {
    background: transparent url(images/b_classes.jpg) 0 0 no-repeat;
}
li a.contact {
    background: transparent url(images/b_contact.jpg) 0 0 no-repeat;
}
li a.about {
    background: transparent url(images/b_about.jpg) 0 0 no-repeat;
}
li a.whatsay {
    background: transparent url(images/b_whatsay.jpg) 0 0 no-repeat;
}
li a.corporate {
    background: transparent url(images/b_corporate.jpg) 0 0 no-repeat;
}
li a.links{
    background: transparent url(images/b_links.jpg) 0 0 no-repeat;
}
li a:hover {
    background-position: 0 -24px;
}
