body {
	margin: 0px;
	background: #FFFFFF url('../images/background2.gif') top left repeat-y;
	color: #000000;
}



table#layout {
	width: 770px;
}
td#title {
	background: #FFFFFF url('../images/bg_devon_productions.gif') top right no-repeat;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 131px;
}
td#title h1 {
	padding-left: 6px;
	font-family: times;
	font-weight: normal;
	font-stretch: ultra-condensed;
	letter-spacing: 0px;
	font-size: 36px;
	color: #91bb4b;
	margin: 0px;
	margin-top: 65px;
}
td#title h2 {
	color: #333;
	font-weight: normal;
	font-family: times;
	font-size: 20px;
	font-stretch: ultra-condensed;
	letter-spacing: 1px;
	margin: 0px;
	margin-top: -6px;
	padding-left: 120px;
}
td#layout_main {
	background: #FFFFFF url('../images/figure_right.gif') top right no-repeat;
}
td#content {}
#content div {
	font-size: 13px;
}

/* Styled Table */
table.styled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
	border-top: 1px dotted #555;
}
table.styled tr, table.styled th,table.styled td {
	border-bottom: 1px dotted #555;
}
table.styled td {
	padding: 3px;
}

/* Fonts */
h1, h2, h3, p, ul, li, div, table {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 13px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333399;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333399;
}
h3 {}
h1.content {
	text-align: center;
}
li {
	font-size: 13px;
}

/* Dividers */
hr {
	border: 0;
	width: 97%;
	color: #214995;
	background-color: #214995;
	height: 1px;
}
td {
	font-size: 13px;
}


/* Fixed */
a img {
	border: none;
}

/* General */
.right { text-align: right; }
.left { text-align: left; }
.center {	text-align: center; }
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.red {
	color: #F33;
}
.darkblue {
	color: #008;
}
a.red {
	text-decoration: none;
}
a.red:hover {
	text-decoration: underline;
}

/* Navigation */
div#navigation {
	margin-top: 12px;
}
div#navigation a {

	width: 149px;
	float: left;
	clear: left;
	
	margin-bottom: 6px;
	
	
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	
	
	background-color: #91bb4b;
	color: #000000;
	text-decoration: none;
	
	font-family: baskerville;
	font-size: 15px;
	
}
div#navigation a.home {

	width:90px;

	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 40px;

	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

div.free_download_box {
	width: 100px;
	float: right;
	clear: left;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 10px;
	text-align: center;
}

a.order_link {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: Bold;
	color: #91BB4B;
}

img.biography_photo {
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #888;
}
