body{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align:center;
}
.classname-of-div {
float: left;
width: 1080px;
height: 721px;
margin-left: 10px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

ul.menu * {
	list-style:none;
	margin:0px;
	padding:0px;
	width:134px;
	color: #333333;
	z-index:999;
}

ul.menu a {
	text-decoration:none;
	display:block;
}

ul.menu li {
	position:relative;
	float:left;
	margin-right:0px;
}

ul.menu ul {
	position:absolute;
	list-style:none;
	top:55px;
	left:0;
	display:none;
}

ul.menu ul li {						/* Main Category Styling */
	position:relative;
	border-bottom:solid;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right:5px;
	text-align:left;
	text-indent:5px;
	margin:0px;
}

ul.menu ul li a {
	display:block;
	padding:5px 0px 5px 0px;
	background-color:#E8E8E8;		/* (all) Color before rollover */
	margin:0px;
}

ul.menu ul li a:hover {
	background-color:#B2B2B2;		/* (all) Color on rollover */
}

ul.menu ul ul {						/* Sub Menu Styling */
	left:-134px;
	top:0px;
}

ul.menu .menulink {
	width:134px;
	height:50px;
	margin:0px;
	text-align:right;
	background-image:url(http://www.erikshirai.com/images/menu_bg_over.gif);
	background-repeat:no-repeat;
}

ul.menu .menulink:hover {
	width:134px;
	height:50px;
	margin:0px;
	text-align:right;
	background-image:url(http://www.erikshirai.com/images/menu_bg_over.gif);
	background-repeat:no-repeat;
}

ul.menu .menulink_blink {
	width:134px;
	height:50px;
	margin:0px;
	text-align:right;
	background-image:url(http://www.erikshirai.com/images/menu_bg.gif);
	background-repeat:no-repeat;
}

ul.menu .menulink_blink:hover {
	width:134px;
	height:50px;
	margin:0px;
	text-align:right;
	background-image:url(http://www.erikshirai.com/images/menu_bg_over.gif);
	background-repeat:no-repeat;
}

ul.menu .sub {
	text-indent: 10px;
	background:url(images/arrow.gif) 2px 8px no-repeat;
	background-color:#E8E8E8;		/* (all) Color before rollover */
}

ul.menu .topline {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* body */

.container {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.image_container {
	width:514px;
	margin-right:auto;
	margin-left:auto;
}

.image_link {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.logo {
	background-image:url(http://www.erikshirai.com/images/logo.jpg);
	width:1100px;
	height:100px;
	background-repeat:no-repeat;
}


.navigation {
	float: right;
}

.rule {
	clear:both;
	padding-top: 10px;
}

.category_text {
	font-weight: bold;
}

.main_content {
	text-align:center;
}

.show
{
	display: inline;
}

.hide
{
	display: none;
	text-align:left;
	padding-top:10px;
}

#flashcontent{
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
