/* CSS Document */

body{
	background:url(images/bg.jpg) no-repeat center #020202;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
}

a{
	color:#ffffff;
	text-decoration:none;
}



#content{
	background:url(images/content-bg.png) no-repeat;
	width:700px;
	height:450px;
	margin:0 auto;
}

#navigation{
	height:33px;
	color:#fff;
}

#navigation ul.nav li{
	float:left;
	list-style-type:none;
}

#navigation ul.nav li a{
	display:block;
	float:left;
	padding-right:10px;
	padding-top:5px;
	text-decoration:none;
	color:#fff;
}

#content-wrap{
	width:505px;
	margin:0 auto;
	padding-right:50px;
}

#leftColumn{
	width:250px;
	float:left;
}

#rightColumn{
	width:220px;
	float:right;
}

.clear{
	clear:both;
}

#content-wrap p a{
	color:#ffffff;
	border-bottom:1pt dotted #ffffff;
	font-size:.875em;
}

#sushi-wrap{
	width:505px;
	margin:0 auto;
	padding-right:50px;
	font-size:14px;
}

#sushi-wrap p, h3{
	margin:0;
}

.input{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	width:300px;
}

textarea{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	overflow:auto;
	width:300px;
	height:100px;
}

.gallery-thumb{
	border:3px solid #CCCCCC;
	margin-right:15px;
}

.gallery-row{
	width:450px;
	margin:0 auto;
	padding-left:30px;
}

.gallery-row a{
	text-decoration:none;
	border:none;
}