/* CSS Document */

body{
	background-color: #EEEEEE;
	background-image:url(../styles/images-sushi/sushimat.jpg);
	padding-top: 25px;
}

#contentContainer {
	width: 750px;
	background-color: #FFFFFF;
	background-image:url(../styles/images-sushi/sushikanji.gif);
	background-repeat: repeat-y;
	background-position:left top;
	border-style: solid;
	border-color:#666666;
	border-width: 2px;
	position:relative;
	text-align:left;
	padding-left: 150px;
	padding-right: 15px;
}

#sushiTutorialContent {
	width: 400px;
	float: left;
}

#adContent {
	float: right;
	width: 200px;
	padding: 10px;
}

.header{
	color: #006600;
	font-family: verdana;
	font-weight: bold;
	font-size: 45px;
}

.subheader{
	color: #006600;
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
}

.author {
	font-size: 10px;
}

p, li{
	color:#996600;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}

a:link, a:active, a:visited {
	color:#336633;
	font-weight: bold; 
	text-decoration: underline; 
}

a:hover {
	color:#669966;
	font-weight: bold; 
	text-decoration: underline;
}

hr {	
	border-style: solid;
	border-width: 1px;
	border-color:#666633;
}

img{
	border-style: solid;
	border-width: thin;
	border-color: #000000;
}


.clearBoth {
	clear: both;
}