body {
	text-align: center;
	background-color: #c4c4c4;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	height: 700px;
	width: 100%;
	background-image:  url(tutorials/images/body_bkg.gif);
	background-repeat: repeat-x;
	top: -66px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

#links {
	position: relative;
	width: 800px;
	top: 216px;
	height: 240px;
}

#nav {
	float: right;
	width: 800px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 703px;
	float: right;
	position: relative;
	height: auto;
	top: 58px;
	border: 1px;
	left: -60px;
}
	
img.floatRight { 
    float: right; 
    margin: 5px;}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;

}
#sidenav {
	background-image: url(tutorials/images/diagnol_gray_bkg.gif);
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	width: 248px;
	float: left;
	margin-right: 15px;

}


#container2 {
	height: auto;
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 20px;
	top: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	bottom: 5px;










}
#links2 {
	position: relative;
	width: 800px;
	top: 0px;
	height: 240px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #c4c4c4;
	clear: both;
	left: -1px;






}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #99cc33;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99cc33;
	text-decoration: none;
	padding: 0px;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c4c4c4;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	padding: 0px;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff9900;
	text-decoration: none;
}
hr {
	color: 3c4c4c4;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url(tutorials/images/diagnol_gray_bkg.gif);
	background-repeat: repeat;
	height: 25px;
	width: 100%;
	border: 1px solid #c4c4c4;
	vertical-align: middle;
	padding: 3px;


}
img.floatLeft {

    float: left; 
    margin: 5px;
}
#footer {
	margin-right: 5px;
}
