body	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	background: #000080;
	}

#main_box	{
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	left: 0;
	top: 0;
	max-width: 800px;
	min-width: 500px;
	background: #D8C5E6;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	}

#header	{
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	left: 0;
	top: 0;
	background: #6C12B7;
	background-image: url(images/lam-logo-02.jpg);
	height: 150px;
	border-top: 3px solid gray;
	border-bottom: 3px solid gray;
	}

#footer	{
	clear: both;
	margin-top: 20px;
	margin-bottom: 0;
	height: 30px;
	}

#footer p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	margin: 0;
	padding: 0;
	color: #000080;
	text-align: center;
	}


/* style for the navigation box */

#nav_box	{
	position: relative;
	float: right;
	width: 150px;
	margin: 10px -20px 10px 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background: #FFBBFF;
	border-top: 3px solid gray;
	border-right: 2px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	}

#nav_box p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 15pt;
	margin: 0;
	padding: 0;
	color: #000080;
	text-align: center;
	}

#nav_box a	{
	text-decoration: none;
	color: #000080;
	}

#nav_box a:link:hover, a:visited:hover	{
	background-color: #87cefa;
	}


/* 2-col layout boxes */

#left_column	{
	position: relative;
	float: left;
	width: 50%;
	margin: 0;
	border-right: 2px solid #000080;
	}

#right_column	{
	position: relative;
	width: 49%;
	margin: 0 0 0 50%;
	}


/* miyazawa box on home page */

.miyazawa_box	{
	margin: 0 15px;
	padding: 10px 0;
	border: 1px solid #000080;
	background: #E9E9DF;
	}

.miyazawa_box img	{
	position: relative;
	float: right;
	}

.miyazawa_box p	{
	font-family: Times, "Times New Roman", serif;
	font-size: 13pt;
	line-height: 15pt;
	margin: 0 15px;
	padding: 0;
	color: #070601;
	text-align: left;
	}


/* banner */

.banner	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 14pt;
	color: #000080;
	text-align: center;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	background: #FEFBC5;
	border-top: 3px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	}


/* heads */

h1	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 24pt;
	line-height: 30pt;
	color: #000080;
	text-align: left;
	margin: 20px 400px 10px	-20px;
	padding: 0 10px 20px 40px;
	background: #FFBBFF;
	border-top: 3px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 2px solid gray;
	}

h1.two_col	{
	font-size: 16pt;
	line-height: 20pt;
	margin: 10px 200px 16pt -15px;
	padding: 0 10px 10px 40px;
	}

h2	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 16pt;
	line-height: 20pt;
	color: #000080;
	text-align: left;
	margin: 25px 50px 14pt 30px;
	}

h2.two_col	{
	font-size: 12pt;
	line-height: 15pt;
	color: #000080;
	font-weight: bold;
	margin: 15pt 30px 0 30px;
	}

h3	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 12pt;
	line-height: 14pt;
	color: #000080;
	text-align: left;
	margin: 20px 50px 12pt 50px;
	}

p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #000000;
	text-align: left;
	margin: 11pt 50px;
	}

li	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #000000;
	text-align: left;
	margin: 0 50px;
	}

p.right	{
	text-align: right;
	}

p.two_col	{
	margin: 0 30px;
	}

p.two_col_right	{
	margin: 0 30px 15pt 30px;
	text-align: right;
	}

p.two_col_center	{
	text-align: center;
	margin: 0 30px;
	}

p.two_col_center_ital	{
	text-align: center;
	font-style: italic;
	margin: 0 30px;
	}

.large	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 22pt;
	line-height: 15pt;
	font-style: italic;
	}


/* review formatting */

p.review-source	{
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	margin: 10px 100px 0 100px;
	}

p.review-title	{
	font-size: 12pt;
	line-height: 15pt;
	color: #000080;
	font-weight: bold;
	margin: 0 100px;
	}

p.review-author	{
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	margin: 0 100px;
	}

p.review-snippet	{
	margin: 0 100px;
	}

p.review-snippet2	{
	margin: 0 100px;
	text-indent: 2em;
	}

p.review-link	{
	text-align: right;
	margin: 0 100px 10px 100px;
	}


/* cd formatting */

p.cd-title	{
	font-size: 12pt;
	line-height: 15pt;
	color: #000080;
	font-weight: bold;
	margin: 15pt 50px 0 50px;
	}

p.cd-label	{
	font-family: Times, "Times New Roman", serif;
	color: gray;
	margin: 0 50px;
	}

p.cd-revquote	{
	text-align: center;
	font-style: italic;
	color: #000080;
	margin: 0 50px;
	}

p.cd-revlink	{
	text-align: center;
	color: #000080;
	margin: 0 50px;
	}

p.cd-perfomer	{
	color: #000080;
	margin: 0 50px;
	}

p.cd-selection	{
	font-style: italic;
	margin: 0 50px 0 70px;
	}

p.cd-store	{
	text-align: center;
	margin: 0 50px 15pt 50px;
	}

img.cd	{
	float: right;
	position: relative;
	}


hr	{
	width: 25%;
	height: 1px;
	color: #000080;
	background-color: #000080;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	}

/* decorative pull-out quotes */

.pullquote-right	{
	float: right;
	width: 250px;
	margin: 10px 30px 10px 20px;
	padding: 3px 3px 5px 3px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	}

.pullquote-left	{
	float: left;
	width: 250px;
	margin: 10px 20px 10px 30px;
	padding: 5px 3px 3px 3px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	}

.pullquote	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13pt;
	line-height: 16pt;
	color: #000000;
	text-align: center;
	}

.pullquote-source	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13pt;
	line-height: 20pt;
	color: gray;
	text-align: right;
	}


/* article photos */

.Pic	{
  display: inline;
  margin: 7px 6px 7px 6px;
  padding: 6px 0 6px 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  }

.Pic_left	{
  display:inline;
  float:left;
  margin: 7px 30px 7px 30px;
  padding: 6px 0 6px 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  }

.Pic_right {
  display:inline;
  float:right;
  margin:7px 30px 7px 30px;
  padding:6px 0 6px 0;
  border-top:1px solid #666666;
  border-bottom:1px solid #666666;
  }

.PicCap {
  font-family:Geneva,Verdana,Arial,Helvetica,Sans-Serif;
  font-size:8pt;
  color: #000080;
  text-align:left;
  margin:2px 0 0 0;
  }

.PicCred {
  line-height:7pt;
  font-family:Verdana,Arial,Helvetica,Sans-Serif;
  font-size:7pt;
  font-style:italic;
  color: gray;
  text-align: right;
  margin:2px 0 7px 0;
  }


/* photo gallery */

p.photogal	{
	clear: both;
	}

img.photogal_right	{
	float: right;
	margin: 0 0 5px 11px;
	}

img.photogal_left	{
	float: left;
	margin: 0 11px 5px 0;
	}
