body/*sushisakefest*/
{
	text-align: center; 
	background-color: #b0bfc2; /*background grey outside the webpage itself*/
	color: #000000;
	font: 75% arial, sans-serif;
}
body a 
	{text-decoration: none;}/*removes underline*/
/*affects colors of the links when linked*/

body	 a:link {color: #0000FF;}
body 	a:visited {color: #0000FF;}
body 	a:hover{color: #cc3300;}
body 	a:active{color: #0000FF;}



body h2
{
	margin-top: 0;
	color: #d36832;
	/* looks odd - font-variant: small-caps;*/
}	

body h3
{
	font: 120% arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
}	

body h4
{
	margin-top: 0;
	font-size: 185%;
	color: #d36832;
	/* looks odd - font-variant: small-caps;*/
}

body h6
{
	margin-top: 0;
	font-size: 120%;
	color: #d36832;
	margin-bottom: 3px;
	/* looks odd - font-variant: small-caps;*/
}

		
p
{
	line-height: 1.4em;/* following makes text spacing throughout 1.1 times normal*/
}
#container 
{
	text-align: left;
	margin: 0 auto;
	width: 750px;
	background: #fff /*background color to main section*/ 
	url(blueheaderbase.jpg) repeat-y;/*delete later*/
}

	
/*makes title hi, if used, a link that stays white and goes to contact page*/
h1 a:link {color: #ffffff; text-decoration: none;}
h1 a {text-decoration: none;}/*removes underline*/
h1 a:visited {color: #ffffff;}
h1 a:hover{color: #ffffff;}
h1 a:active{color: #ffffff;}


#topbar
{
	background-image: url(webimages/backer.gif);
	background-repeat: repeat;
	background-position: right center;
	padding: 10px 10px 10px 10px;/*changed bottom padding to try and fit in underbar*/
	margin: 0;
	color: #FFFFFF;
	font: #ffffff;
}	
	
.topstamp
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	

#rightcol
{
	padding: 15px 5px;
	
}	


#nav
{
	float: left;
	width: 100px;
	display: inline;
	/* background-color: #387a9b; this would make some area behind buttons blue*/
	margin-left: 10px;
	padding: 15px 0;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none
	text-align: right;
	text-decoration: none;
	display: block;
}

#nav ul a /*styles the nav buttons*/

{
	display: block;
	text-decoration: none;
	background: #FE9933; /*color background of nav buttons, was blue 387a9b*/
	background-image: url(webimages/buttonback1.gif);
	color: #fff;
	padding: .3em .2em;
	border-bottom: 1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	width: 155px;
}

/* makes navigation buttons go light brown when mouse is on them */
ul#navigation a:hover
{
background: #FFCC99;
color: #000;
}

/* next stuff adds padding between navigation buttons*/
#nav li
{
	background: url(header-bullet.gif) no-repeat 100% .2em; padding:0 10px 5px 0; 
	list-style-type: none;/*I think removes bullets from Mac screen*/ 
}


#content
{
	float: left;
	width: 413px; /* also changed on every other page by inline stylesheet */
	margin-left: 80px;
	padding: 15px 5px;
	/* this was a dashed line: border-right: 1px dashed #ccc;*/
}
#content ul
{
line-height: 2em;
}



#footer
/*clear both means the footer clears both left and right side of page. */
{
	clear: both;
	background:#99cc99;
	color: #fff;
	padding: 30px 10px;
	text-align: right;
	font-size: 90%;
	
	/* next adds in footer background image, had to increase the padding height to 30px in previous styling*/
	background-image: url(webimages/backer.gif);
	background-repeat: repeat;
	background-position: right center;
	height: 80px;
}



/* following removes double lines around table cells.*/
table
{
	border-collapse: collapse;
}




.caption
/* makes line spacing normal in photo caption*/
{
line-height: 1em;
	font: 90% arial, helvetica, sans-serif;
}

body .menutopper
{

	font: 80% arial, helvetica, sans-serif;
} 

img
{
	border-style: none;
}



h5/*now delteted web url above the nav bullets*/
{
	font-size: 60%;
	color: #ccc; 
}

