/* =============================================== */
/* Reset Styles */
* { 
	padding: 0; 
	margin: 0; 
}
body {
	font: 13px normal Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 12px;
}
.last {
	margin: 0;
}
h1 {
	font-size: 24px;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #666;
}
ul li {
	list-style: none;
	list-style: none;
}
/* =============================================== */
/* General Styles */
#wrapper {

	width: 729px;
	margin: auto;
}
.clear {
	clear: both;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
/* =============================================== */
/* Header */
#header { 

}
#header h1#logo { 
	float: left;
	background: url(../images/picasa-logo.jpg) no-repeat;
	height: 86px; 
	width: 262px;
	margin: 0;
}
#header h1#logo a { 
	text-indent: -9999px;
	height: 86px; 
	width: 262px;
	display: block;
}
#header #utilitylinks {
	text-align: right;
	padding: 16px 0px;
}
#header #utilitylinks form {
	padding-bottom: 12px;
}
#header #utilitylinks form ul li {
	display: inline;
	border-right: 1px solid #CCC;
	float: right;
	padding: 0px 10px 0px 10px;
}
#header #utilitylinks form ul li#first {
	padding: 0px 0px 0px 10px;
	border: none;
}
#header #googlecoop {
	text-align: right;
}
/* =============================================== */
/* Picasa Main Text */
#picasatext { 
	background: url(../images/picasa-headingtext.jpg);
	height: 141px;
}
#picasatext h1#blurb { 
	height: 85px;
	width: 485px;
	font-size: 20px;
	float: right;
	background: url(../images/picasa-blurb.jpg) no-repeat;
	text-indent: -9999px;
	margin-top: 16px;
}
/* =============================================== */
/* Left Column */
#left { 
	float: left;
	width: 390px;
}
#left .leftbox {
	margin-bottom: 20px;
}
#left .leftboxgoogle {
	margin-bottom: 20px;
	border: 1px solid red;
	width: 500px;
}
#left .leftbox h1.back {
	margin: 0;
}
#left .leftbox h1.back a {
	color: #FF6600;
	background: url(../images/leftarrow.gif) no-repeat left;
	padding-left: 21px;
}
#left .leftbox .leftboxtop {
	background: url(../images/lefttop.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}
#left .leftbox .leftboxmid {
	background: url(../images/leftmid.gif);
	padding: 0px 10px;
	border-bottom: 1px solid #fff;
}
#left .leftbox .leftboxmidtutorials {
	background: url(../images/leftmid.gif);
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
}
#left .leftbox .leftboxbottom {
	background: url(../images/leftbottom.gif) no-repeat;
	height: 10px;
	margin-top: -1px;
}
#left .leftbox ul.index li {
	padding-bottom: 8px;
}
#left .leftbox ul.index li a {
	background: url(../images/bullet.gif) no-repeat left;
	padding-left: 21px;
}
#left .leftbox ul.index li a:hover {
	color: #FF6600;
}
/* =============================================== */
/* Right Column */
#right { 
	float: right;
	width: 320px;
}
#right .orangebox {
	background: url(../images/orangeadsense.gif) no-repeat;
	height: 250px;
	padding: 10px;
	margin-bottom: 20px;
}
#right .greenbox {
	background: url(../images/greenbox.gif) no-repeat;
	height: 69px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	margin-bottom: 20px;
}
#right .bluebox {
	background: url(../images/bluebox.gif) no-repeat;
	height: 69px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	margin-bottom: 20px;
}
/* =============================================== */
/* Footer */
#footer {
	border-top: 2px solid #FF7F00;
	margin-bottom: 16px;
	padding-top: 5px;
	color: #999;
	clear: both;
	font-size: 11px;
}