#toplogotutorial {
	padding: 0px;
	border: 0px;
	margin: 0px;
	height: 84px;
	width: 810px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
.title {
	font-size: 24px;
	font-weight: bold;
	}
.sub_title{
	font-size: 20px;
	font-weight: bold;
	}
	
.credits{
	font-size: 14px;
	}
	
.box {
	width:846px;
	background:url(../layout/tutorialsborder/left.png) repeat-y;
	margin:5px auto;
	text-align:left;
	}
.box ul {
	margin:0;
	padding:0;
	line-height:0px;
	font-size:0;
	list-style:none;
	}
.topbar {
	background:url(../layout/tutorialsborder/top.png) repeat-x;
	height:18px;
	}
.botbar {
	background:url(../layout/tutorialsborder/bottom.png) repeat-x;
	height:14px;
	}
.box ul li {
	float:left;
	}
.box ul li.fright {
	float:right;
	}
.content {
	background:url(../layout/tutorialsborder/right.png) right repeat-y;
	margin-left:18px;
	padding:20px 36px 20px 20px;
	font-size: 12pt;
	color: #545454;
	font-family: Arial Narrow;
	}
.content p {
	margin:0;
	padding:5px 0;
	}
	
	
.nolink {
	border: 1px solid #808080;
	margin-right: 5px;
	}

.menuwidth {
	width: 795px;
	margin: 0 auto;
	}
	
.menuleft {
	font-family: Arial, sans-serif, garuda;
	text-decoration:none;
	color:#909090;
	font-size:10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	float:left;
	margin-top: 3px;
	}

.menuleft:hover{
	color:#000;
	text-decoration:none;
	}
	
.menuleft:active{
	color:#404040;
	}
	
.menuleft_currentview {
	font-family: Arial, sans-serif, garuda;
	text-decoration:none;
	color:#000;
	font-size:10px;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 3px;
	float: left;
	}
	
.menuright {
	font-family: Arial, sans-serif, garuda;
	text-decoration:none;
	color:#909090;
	font-size:10px;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: bold;
	float: right;
	margin-top: 3px;
	
	}

.menuright:hover{
	color:#000;
	text-decoration:none;
	}
	
.menuright:active{
	color:#404040;
	}
	
.menuright_currentview {
	font-family: Arial, sans-serif, garuda;
	text-decoration:none;
	color:#000;
	font-size:10px;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: bold;
	float: right;
	margin-top: 3px;
	}
	
	
/*
Footer Settings
*/
#footerminwidth {
	width:810px;
	margin: 0 auto;
	}

* { 
	margin: 0; 
	}

html, body { 
	height: 100%; 
	background: #ffffff url(../layout/tutorials_gradient.png) repeat-x;

	} 
	.wrapper { 
		min-height: 100%; 
		height: auto !important; 
		height: 100%; 
		margin: 0 auto -3em; 
		} 
	.push { 
		height: 6em;
		}
	.footer {
		font-size: 11px;
		color: #959595;
		font-family: Arial, sans-serif, garuda;
		text-align: center;
		} 
	.w3clink{
		text-decoration: none;
		color: #959595;
		} 
	.w3clink:hover{
		text-decoration: underline;
		color: #202020;
		} 