/* style.css 
   basic styles for Spencer's Tokyofarm site
*/

body
{
	color: #000;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.6em;
	line-height: 1.2;
	margin: 0;
	background-image: url(../images/tf_bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a { text-decoration: none; }
a:link { color:#ddb52a; }
a:visited { color:#660; }
a:hover {
	color: #DDAC00;
	text-decoration: underline;
}
#header {
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 3px;
}
#header h1 { margin: 0; padding: 0; }
#footer {
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color:#990;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 30px 0;
	position: absolute;
	padding-top:3px;
	padding-bottom:3px;
	bottom:0;
	width:100%;
	margin-bottom:0;
}
#header, #footer, #content {
	padding-left: 25px;
}
#menu
{
position: absolute;
width: 100px;
padding: 0;
margin-left: 25px;
margin-top:0;
top: auto;
left: 0;
}

#content {
	margin-left:120px;
	width:300px;
	text-align:justify;
}

#content p {
	margin-top:0px;
}
