/* === JAPANESE_FOOD.CSS === */
/* Alan Colquhoun, MDIA 1205 */
/* Last Update: November 30  */
/* ========================= */  

body {
	background: #123;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

a.set1:link {
	color: #fff;
	text-decoration: none;
}

a.set1:visited {
    color: #999; 
	text-decoration: none;
}

a.set1:active {
	color: #ccc;
	text-decoration: none;
}

a.set1:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}

a.set2:link {
	color: #0000ff;
	text-decoration: none;
}

a.set2:visited {
    color: #800080; 
	text-decoration: none;
}

a.set2:active {
	color: #ff0000;
	text-decoration: none;
}

a.set2:hover {
	color: #fff; background: #000;
	text-decoration: none;
}

p.mnu  a:link {
    border: 2px solid red;
	color: black; background: #c0c0c0;
	text-decoration: none;
}

p.mnu  a:visited {
	border: 2px solid black;
	color: black; background: #c0c0c0;
	text-decoration: none;
}

p.mnu  a:hover {
	color: white; background: #3f3f3f; 
	text-decoration: none;
}

p.mnu  a:active {
	color: yellow; background: #3f3f3f; 
	text-decoration: none;
}

#wrapper {
	margin: 0 auto; 
	width: 780px;	
	text-align: left;
}

#header {
	border-left: 3px solid red;
	border-right: 3px solid red;
	border-top: 3px solid red;
	color: #000; background: #fff;
	height: 189px;
}

#banner
{
	background-color: #c8c4ce;
	height: 120px;
}

#bnrtext
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 44px;	
	padding-top: 30px;
	text-align: center;	
}

#mainmenu 
{
	font-family: Arial;
	padding: 60px 0px 0px 0px;
	margin-bottom: 23px;
	width: 780px;
}

#mainmenu p 
{
	margin: 0;
	text-align: center;
}

#mainmenu p a#current 
{ 
	border: 2px solid red;
	color: #000; background: transparent;
	padding: 4px 10px;
	text-decoration: none;
}

#mainmenu p a 
{
	font-size: 18px;
	padding: 4px 10px;
}

#leftright {
	color: #fff; background: #f00;
	height: 518px;
	text-align: center;
}

#right_column {
	float: right;
	padding-bottom: 20px;
	width: 363px;
}

#pagetitle {
	color: #999; background-color: #000;
	float: right;
	font-size: 26px;
	margin: 4px 3px 0px 0px;
	padding-top: 20px;
	width: 359px; height: 60px;
}

#uneed {
	color: #999; background-color: #000;
	padding: 10px 0px 0px 50px; 
	margin: 88px 3px 0px 1px;
	width: 309; height: 325px;
	text-align: left;
}

#uneed h2 {
	margin-top: 15px;
}

#info_link {
	color: #999; background-color: #000;
	margin: 0px 3px 0px 1px;
	width: 334px; height: 87px;
	text-align: left;
}

#info_link h2 {
	margin-top: 4px;
	padding-top: 29px;
}

#left_column {
	font-size: 12px;
	float: left;
	width: 414px;
}

#mainimage {
	background-color: #736f63;    
	margin: 4px 0px 0px 3px;
	padding: 10px;		
	width: 392px; height: 490px;
}

#maincontent {
	border-bottom: 3px solid red;
	border-left: 3px solid red;
	border-right: 3px solid red;
	color: #000; background: #fff;
	font-size: 18px;
	padding: 25px;
	height: 1050px;
}

#maincontent p {
	padding: 10px 0px 0px 194px; 
	line-height: 120%;
}

#maincontent h2 {
	color: #000; background: #fff;
	font-size: 20px;
	margin: 10px 0px 0px 0px;
}

.italiks
{
	font-style: italic;
}

.step {
	height: 140px;
}

strong {
	font-size: 16px;
	font-style: italic;
} 

strong em {
	color: #f00;
	font-size: 16px;
	font-style: italic;
} 

img.floatleft { 
  float: left; 
  margin: 10px 10px 10px 0px; 
  padding: 5px;
  border: 1px solid #000;
}

#page {
	margin: 20px 0px 20px 0px;
}	
	
#footer
{
	background: #c8c4ce; 			
	border-bottom: 3px solid red;
	border-left: 3px solid red;
	border-right: 3px solid red;
	font-size: 1.25em;
	padding-top: 28px;
	text-align: center;
	height: 70px;   
}
