html{

}

body{
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #262626;
	background: url(pixel_patterns/pat_20050823001844.gif);
}

div.main_body{
		position: relative;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	}

div.main_body_content{
	background: #fff;
	padding: 10px;
}

div.rounded_top{
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 21px;
	background: url(rounded_top.png) no-repeat;
	
	padding: 10px;	
}

img.logo{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 150px;
	height: 94px;
	float: right;	
}

li.main_menu{
	display: inline;
	}

div.rounded_bottom{
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 14px;
	background: url(rounded_bottom.png);
	padding: 10px;	
}

h2.section_title{
	margin-bottom: 0px;	
	margin-top: 0px;
	font-size: 20px;
	color: #373737;
}
h1.page_title{
	margin-bottom: 0px;	
	margin-top: 0px;
	font-size: 24px;
	color: #373737;
}

h4.page_sub_title{
	margin-bottom: 0px;
}


div.not_ready_disclaimer{
	position: relative;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
}	

fieldset.questions{
	margin-bottom: 15px;
}

div.footer{
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	background: #fff;
}

span.italic{
	font-style: italic;
}

div.whitespace{
	margin: 20px;
}

/***********************************************************
* Code Documentation Styles:
***********************************************************/
fieldset.tutorials{
	margin: 10px;	
}

code{
	font-family: Consolas, Arial, sans-serif;	
	color: #0000bb;
	padding: 10px;
}

span.php{
	font-weight: 500;
	color: #007700;	
}
span.str{
	color: #dd0000;
}

span.comment{
	color: #ff8000;
}
div.tut_users_box{
	padding: 10px;
	width: 400px;
	border: 1px solid #262626;
}


