/*
Theme Name: Jaunty Jalopies
Theme URI: http://jauntyjalopies.co.uk/
Description: Custom theme for Jaunty Jalopies, by elevation multimedia.
Version: 0.1
Author: elevation multimedia
Author URI: http://elevationmultimedia.co.uk/

	This theme was designed and built by elevation multimedia,
	who you will find at http://elevationmultimedia.co.uk/

	The CSS, XHTML and design is Copyright © 2009 elevation multimedia

*/

body
{
	margin: 0;
	background: #fff;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: #000;
}

#container
{
	position: relative;
	width: 943px;
	height: 600px;
	margin: 10px auto;
	background: #fff url('images/bg.gif') no-repeat;
}

#nav
{
	position: absolute;
	top: 170px;
	left: 350px;
	list-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: lowercase;
	overflow: hidden;
}

#nav li
{
	display: inline;
	margin: 10px;
	padding: 0;
}

#nav li a
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #2f799d;
}

#nav li a:hover
{
	color: #777;
}

#nav li.current_page_item a
{
	font-weight: bold;
}

#footer
{
	position: absolute;
	width: 943px;
	top: 575px;
	left: 0;
}

#credit
{
	color: #777;
	font-size: 80%;
	text-align: right;
}

#credit a
{
	color: #777;
	text-decoration: none;
}

#content
{
	position: absolute;
	padding: 10px;
	top: 192px;
	left: 351px;
	width: 537px;
	height: 306px;
	text-align: left;
	overflow: auto;
}
