/*CSS Main Document for jfapple Design Site */

body, img, #header, #logo, #nav, #nav td, #location, #content, #footer {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
	color:#006600;
}
a:visited {
	color:#003300;
}
body {
	background-image:url(images/bg_pattern.gif);	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-style:italic;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:20px;
}
#page {
	position:relative;
	margin:0px auto;
	width:800px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;	
	height: 144px;
	background-image:url(images/header.jpg);
}
#header a {
	text-decoration: none;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 144px;
}
#nav {
	position: absolute;
	top: 90px;
	left: 270px;
	width: 510px;
	height: 30px;
}
#nav td {
	width:85px;
	height:30px;
}
#location {
	position: absolute;
	top: 20px;
	left: 695px;
	width: 85px;
	height: 50px;
}
#content {
	position: absolute;
	top: 144px;
	left: 0px;
	width: 800px;
	background-color: #E6E3DB;
	color:#006600;
}
#footer {
	position:relative;
	bottom: 0px;
	width: 800px;
	color: #888888;
	margin-top:50px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 60%;
}
.smaller {
	font-size: 80%;
	margin-top:-10px;
}
