﻿body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#350304;
	font-family:Times New Roman, Serif;
}
/*h3
{
	background-image:url(images/section-title.jpg);
	background-repeat:no-repeat;
	height:32px;
}*/
#page-container
{
	background-image:url(images/background-light.gif);
	border:solid 1px; 
	padding : 0px 0px 0px 0px;
	
}

#title
{
	padding: 0px 0px 0px 0px;
	border:solid 1px #808080;
	background-image:url(images/title-bg.gif);
	height:92px;
}
.inner-title
{
	padding: 0px 0px 0px 4px;
	background-color:#350304;
	width:512px;
	height:36px;
	color:#dbd8c8;
	border-right:solid 2px;
}

#middle
{
	background-image:url(images/paper-content.jpg);
	margin: 0 auto;
	width: 800px;
}

#middle-top
{
	background-image:url(images/paper-content-top.jpg);
	margin: 0 auto;
	width: 800px;
	height:64px
}

#middle-bottom
{
	background-image:url(images/paper-content-bottom.jpg);
	margin: 0 auto;
	width: 800px;
	height:64px
}

#under-title
{
	width:100%;
	height:64px;
	background-image:url(images/under-border.gif);
}

#border-bottom
{
	float:none;
	background-image:url(images/border-bottom.gif);
	height:64px;
}

/* Left side-bar */
#left-bar
{
	float:left;
	width:190px;
	margin-left: 8px;
}

/* Top of left side-bar */
#left-bar-top
{
	background-image:url(images/navigate-top.gif);
	width:198px;
	height:6px;
}

/* Bottom of left side-bar */
#left-bar-bottom
{
	background-image:url(images/navigate-bottom.gif);
	width:198px;
	height:6px;
}

/* Right side-bar */
#right-bar
{
	float:right;
	width:8px;
}


/* Contents */
#content
{
	float:none;
	margin-left:202px;
	margin-right:8px;
	padding: 0px 0px 0px 0px;
	min-height:400px;
}

.content-inner
{
	padding: 8px 8px 8px 8px;
	border-left: solid 1px #C0C0C0;
	/*border:solid 1px #000000;*/
	/*background-color:#dcd5c6;*/
	/*background-image:url(images/background-light.gif);*/
}

.navigation
{
	padding: 2px 2px 2px 2px;
}
.navigation-button
{
	width:184px;
	height:18px;
	font-size:small;
	/*background-image:url(images/nav-button.gif);*/
}
.navigation-button-child
{
	padding-left:16px;
	width:168px;
	height:18px;
	font-size:small;
	/*background-image:url(images/nav-button-child.gif);*/
}

.navigation-title
{
	/*background-image:url(images/section-title.gif);*/
	background-image:url(images/section-title-small.jpg);
	background-repeat:no-repeat;
	padding: 2px 2px 2px 2px;
	background-color:#f2f1e8;
	height:32px;
	text-align:left;
	color:#201010;
	font-weight:bold;
	font-size:24px;
	font-style:italic;
	/*border:solid 1px #000000;*/
}
.section-title
{
	/*background-image:url(images/section-title.gif);*/
	background-image:url(images/section-title.jpg);
	background-repeat:no-repeat;
	padding: 2px 2px 2px 2px;
	background-color:#f2f1e8;
	height:32px;
	text-align:left;
	color:#201010;
	font-weight:bold;
	font-size:24px;
	font-style:italic;
	/*border:solid 1px #000000;*/
}

.section
{
	padding: 2px 2px 2px 2px;
	/*background-color:#dcd5c6;*/
	/*background-image:url(images/background-light.gif);*/
	/*border:solid 1px #000000;*/
}

h3
{
	color:#350304;
}

a
{
	font-weight:bold;
	color:#2e0c0b;
	text-decoration:none;
	border:none;
}
a:hover
{
	color:#FF0000;
}

img
{
	border:none;
}

.bread-crumbs
{
	padding:8px;
	border:dashed 1px #808080;
	font-size:x-small;
	text-align:center;
}

.fine
{
	font-size:x-small;
	color:#202020;
}

.tutorial-block
{
	padding:4px;
	background-color:#ccc5b6;
	border:dotted 1px #808080;
}

.tutorial-block:hover
{
	background-color:#ece5d6;
}

img.thumb
{
	border:solid 1px #000000;
}