body
{
        font-family: verdana, arial, sans-serif;
        font-size: 12px;
        line-height: 14px;
	background-color:white;
}
#header
{
        position:relative;
        height:230px;
}
#header h1
{
        position:absolute;
        left:277px;
        top:0px;
        height: 174px;
        width: 335px;
        background-image: url(/images/sushi-across-america-header.gif);
        background-repeat: no-repeat;
}
#header h2
{
        position:absolute;
        left:417px;
        top:134px;
        height: 85px;
        width: 403px;
        background-image: url(/images/fish-rice-life.gif);
        background-repeat: no-repeat;
        z-index:10;
}
#header img.sushiImg
{
        position:absolute;
        left:73px;
        top:50px;
        height: 159px;
        width: 184px;
}
#header img.stadiumImg
{
        position:absolute;
        left:653px;
        top:0px;
        height: 192px;
        width: 193px;
}
#header h1 span, #header h2 span {
        display:none;
}
#sidebar {
        position:absolute;
        left:0px;
        top:250px;
        width:200px;
}
#nav {
	list-style:none;
}
#nav .imgBtn a {
		display:block;
		margin-top:12px;
        height: 58px;
        width: 136px;
        background-repeat: no-repeat;
}
#nav .imgBtn a span {
		display:none;
}
#nav #home a {
        background-image: url(/images/nav-home.jpg);
}
#nav #about a {
        background-image: url(/images/nav-about.jpg);
}
#nav #photos a {
        background-image: url(/images/nav-photos.jpg);
}
#nav #archives a {
        background-image: url(/images/nav-archives.jpg);
}
#content {
        margin-left:215px;
        width:610px;
}
.postInfo {
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	color:#999;
	font-style:oblique;
}
.copyright {
	text-align:center;
	color:#999;
	font-size: 10px;
	line-height: 11px;
}
.copyright a {
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
}

