/*   
URI: http://www.spitfiregrill.net
Description: CSS for Spitfire Grill
Author: Andrew Murray
Author URI: http://www.BitByBitITSolutions.com/
*/

/* global */

body {
	text-align:center;
	font:12px/18px georgia, "times new roman", serif;
	color:#FFFFFF;
	background:#3f5d21;
	background-color: #666666;
}
a:hover {
	color: #999999;
}
body,td,th {
	color: #000000;
}
.style1 {color: #000000}
a:link {
	color: #000000;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.style3 {color: #FFFFFF}
.style5 {font-size: 18px}
.style6 {font-size: 24px; }
.style7 {color: #666666}
.style8 {color: #333333}
.twelve {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.style9 {font-size: 9px
}
.style10 {font-size: 12px
}
a:visited {
	color: #000000;
}
a:active {
	color: #999999;
}
* {margin:0 padding:0;}

h1,h2,h3,h4,h5,h6,p {margin:5px 0 20px 0px;}
img {margin:5px 0;}
.clear {clear:both;}

/* links */
a img {border:none;}

a {color:#fff; text-decoration:none;}
a:hover {color:#030; text-decoration:underline;}

a.top {font:11px verdana, arial sans-serif; color:#fff;}
a.top:hover {color:#030; text-decoration:underline;}

/* text format */
h1 {
	font:36px "garamond", georgia, "times new roman", serif;
	letter-spacing:-1px;
	color:#ffd;
	border-bottom:1px solid #ccc;
	width:450px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h2 {font:18px georgia, "times new roman", serif;}
h3,h4,h5,h6 {font:16px georgia, "times new roman", serif;}
.credits {font:11px verdana, arial sans-serif;}
ul {list-style:none; padding:0; margin:0 0 10px 0;}

/* menu */
#nav {
	width:910px;
	height:20px;
	text-align:center;
	margin:5px auto;
	padding:5px 0 0 0;
	font:bold 14px "helvetica", arial, sans-serif;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#nav ul {text-align:center;}
#nav ul li {display:inline;}
#nav ul li a {text-decoration:none;margin:0 10px; color:#fff;}
#nav ul li a:hover {color:#030;}

/* layout */
#header {
	margin:0 auto;
	padding:10px 0 0 0;
	width:910px;
	height:120px;
	background:transparent url(../images/logo.gif) center no-repeat;
	background-color: #666666;
}
#artluna {
	width:910px;
	margin:0 auto;
	text-align:left;
	background-color: #666666;
	height: 690px;
}
.leftcol{
	float:left;
	width:290px;
}
.rightcol {
	float:right;
	width:600px;
}
#navpress {
	float:left;
	width:100px;
	text-align:left;
	margin:5px auto;
}
#navpress a {font:11px verdana, arial sans-serif; color:#fff;}
#navpress a:hover {color:#030; text-decoration:underline;}
.presscol {
	float:right;
	width:395px;
	margin:0 0 0 10px;
}
/* press */
.pressleftcol {
	float:left;
	width:290px;
	margin:0 10px 0 0;
}
.pressleftcol ul {margin:0 0 20px 0;}
.pressleftcol ul li {padding:5px 0;border-bottom:1px solid #030;}

/* footer */
#footer {
	clear:both;
	margin:0 auto;
	width:910px;
	text-align:center;
	border-top:1px solid #ccc;
}
#footer p {
	padding:10px 0;
	font:10px/14px georgia, "times new roman", serif;
	color:#030;
}
#footer a {color:#030;}
#footer a:hover {color:#fff;}

