body {
	/*background:#FFF url(/images/Background.gif) repeat;*/
	background:#333; /* url(/images/background.jpg) repeat-x;*/
	margin-top:0;
}

#hourglass{
	left: 300px;
	position: absolute;
	top: 100px;
	width: 200px;
}

#divFrame{
	background:#FFF;
}

#divTopBar{
	background: url(/images/sushiguru_banner.png) repeat;
	/*height: 6em;
	padding-top: 1em;*/
	height: 84px;
	margin-bottom: 30px;
	position: fixed;
}

#divMenuHolder{
	/*text-align:right;*/
	float:right;
	margin-top:39px;
	margin-right:45px;
}

/*
#divMenu{
	float: left;
	width: 140px;
}
*/
#divContent{
	background:#FFFFFF;
	min-height: 300px;
	margin-top: 104px;
/*	margin-left: 150px;
	padding: 10px;
	width: 610px;*/
}

#divBottomBar{
	background: #222; /*#d8d6c3;*/
	color: #ddd; /*#73593a;*/
	text-align: right;
/*	width: 780px;*/
}


.filedate {
	color: #ddd; /*#983932;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 120px;
/*	margin: 0;
	padding: 0;*/
}
/*
.header {
	color: #000000;
	font-family: Consolas, Lucida Console, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.smalltext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
*/

h1 {
	color: #000000;
	font-family: Consolas, Lucida Console, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18pt;
}
h2 {
	color: #000000;
	font-family: Consolas, Lucida Console, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14pt;
}

a:link{ color: #990000; font-weight: bold; text-decoration: none; }
a:visited { color: #990000; font-weight: bold; text-decoration: none; }
a:hover { color: #00529B; text-decoration: underline; }
a:active{ color: #999999; }

ul.plain  {
	list-style-type: none;
}

.card{
	width:240px;
	padding:10px;
	background:#7F3426;
	border:5px solid #000000;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 50, 50, 1)), to(rgba(50, 50, 50, 0)));
	background-image: -moz-linear-gradient(90deg, rgba(50, 50, 50, 1), rgba(50, 50, 50, 0));

	min-height: 240px;
}

.white{
	color: #fff;
}

.card-left{
	float:left;
	margin-right: 20px;
}

.card-left-last{
	float:left;
	margin-right: 0px;
	text-align:right;
}

.bottom{
	top: 160px;
	right: 10px;
	position: relative;
}

.big-title{
	font-size: 40px;
}

.right{
	float:right;
	margin: 0 0 10px 10px;
}

.left{
	float:left;
	margin: 0 10px 10px 0;
}
