/* site general style */

html {
	margin: 0px;
	padding: 0px;
	}
body {
	font: 8pt/16pt verdana, arial; 
	color: #000; 
	margin: 0px; 
	background: #c0c0c0 url(../images/dirtyspoons_index_bg.png) fixed repeat top left;
	}
p { 
	font: 8pt/16pt verdana, arial; 
	text-align: left;
	}
img { 
	border: 0px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #c0c0c0;
	}
h3 { 
	font: 12pt georgia; 
	color: #000;
	text-align: left;
	font-weight: bold;
	}
h4 { 
	font: 10pt georgia; 
	text-align: left;
	font-weight: bold;
	}

archivepage_menu { 
	font: 10pt georgia; 
	text-align: center;
	font-weight: bold;
	}

/* index specific style */

#container {
	background: #fff;
	margin: 0% 17%;
	clear: both;
	float: left;
	}
#header {
	text-align: center;
	}
#body_box {
	font: 8pt/16pt verdana, arial; 
	color: #000; 
	width: 540px;
	padding: 25px;
	float: left;
	}
#menu_box {
	font: 8pt/16pt verdana, arial; 
	color: #000; 
	width: 200px;
	padding: 10% 5px;
	float: left;
	}
#footer {
	width: 800px;
	text-align: center;
	float: left;
	clear: both;
	}