* {
	margin: 0;
	padding: 0;
}

body {
	background: #EAC99A url(images/img01.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #674a26;
}

h1, h2, h3 {
	font-weight: normal;
	color: #B27217;
}

h1 {
}

h2 {
	margin-bottom: 1.6em;
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.6em;
}

h3.workshop
{
	margin-bottom: 0;
}

h4 {
	margin-bottom: 1.6em;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 140%;
}

p {
}

blockquote {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img06.gif) no-repeat left center;
}

div#content ul li
{
	padding: 0.5em 0 0.5em 1em;
}

ol {
	margin-left: 3em;
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a {
	color: #D65601;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

img {
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

.bg {
	background: url(images/img02.jpg) repeat-x;
}

/* Header */

#header {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	padding-left: 2.8em;
	font-size: 1em;
	font-weight: bold;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding-top: 2.35em;
	list-style: none;
}

#menu li {
	display: inline;
	padding-left: 2em;
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: -1px;
	color: #B27217;
}

#menu a:hover {
	text-decoration: underline;
	font-size: 1.2em;
	letter-spacing: -1px;
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	background: url(images/img04.jpg) repeat-y;
}

#sidebar .title {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(images/img03.jpg) no-repeat;
}

#sidebar .subtitle {
	margin: 0;
	padding: 20px 20px 0 20px;
}

#sidebar .content {
	padding: 20px 20px 0 20px;
}

#sidebar .seperator {
	padding: 0 20px 0 20px;
}

#sidebar .bottom {
	height: 216px;
	background: url(images/img05b.jpg) repeat-x left bottom;
}

/* Content */

#content {
	float: right;
	width: 700px;
}

/* Splash */

#splash {
	text-align: center;
	background: url(images/img09.jpg) repeat-y;
}

#splash .top {
	padding: 20px 20px 16px 20px;
	background: url(images/img08.jpg) no-repeat;
}

#splash .bottom {
	height: 33px;
	background: url(images/img05.jpg) repeat-x left bottom;
}

/* Welcome */

#welcome {
	padding: 0 20px;
}

/* Sections */

div.section {
	padding: 20px 20px 0 20px;
	background: url(images/img05.jpg) repeat-x;
}

/* Footer */

#footer {
	margin: 0 auto;
}

#footer p {
	font-size: 11px;
}

table.workshop
{
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

table.workshop th,
table.workshop td
{
	padding: 3px;
	vertical-align: top;
}

table.workshop th
{
	text-align: right;
	font-weight: normal;
	font-size: 11px;
}
