body, html {border:0; padding:0; margin:0;}

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }



body {
	background-color: #ead5af;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	position: relative;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #3a362f;
	margin: 0;
	padding: 0;
	min-width: 656px;	
	text-align: center;
	}



#headershadow{
	width:100%;	
	height:211px;
    background: url("images/shadow.gif");
	background-repeat: repeat-x;
	background-position:bottom;
}
#header{
	margin:0 auto;
	position: relative;
    width:656px;
	height: 211px;
    background: url("images/header.jpg");
	}





#wrapper{
	position: relative;
	text-align: center;
	width:100%;	
    background:#e9e4df;
    background: url("images/content-bg.gif");
	background-repeat: repeat;
	}	

#nav{
 	clear: both;  
    width:656px;
	height: 30px;
	}

#content{
	margin:0 auto;
	position: relative;
    width:656px;
	}

.breadcrumb{
	font-size: 11px;
}



#footershadow{
	width:100%;	
	height:165px;
    background: url("images/shadow-bottom.gif");
	background-repeat: repeat-x;
	background-position:top;
}

#footer{
 	clear: both;  
	margin:0 auto;
	position: relative;
    width:656px;
	height: 165px;
    background: url("images/footer.jpg") ;
	background-repeat: no-repeat;
	background-position: top;
	}






a{
	color: #3d86ac;
	font-weight: bold;
	text-decoration: none;
}

p.more{
	text-align: right;
}

p{
	padding: 3px 0px;
}

h1{
	font-size: 24px; 
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2{
	font-size: 18px; 
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}



#leftitem{
	float: left;
	position: relative;
	top: 52px;
	left: 40px;
}
#rightitem{
	float: left;
	position: relative;
	left: 80px;
}
#blurb{
    width:580px;
	text-align: left;
	padding: 40px;
	position: relative;
	height: 100%;
}





#screenshots-big{
 	clear: both;  
	margin:0 auto;
	position: relative;
	right: 50px;
    width:808px;
	height: 440px;
    background: url("images/iPhone.gif") ;
	background-repeat: no-repeat;
	background-position: top;
}

#screenshot{
	position: relative;
	top: 38px;
	left: 4px;
}

#screenshots-description{
 	clear: both;  
	margin:0 auto;
	position: relative;
	right: 50px;
    width:808px;
}

#screenshots-index{
 	clear: both;  
	margin:0 auto;
	position: relative;
	right: 50px;
    width:808px;
	height: 100px;
}

img.screenshot-small{
	margin: 10px;
}


ul.links li{
	margin-bottom: 20px;
	font-weight: bold;
}

p.description{
	font-size: 14px;
	font-weight: normal;
}

p.small{
	font-size: 11px;
}



div.tutorial-item{
	clear: both;
	width: 420px;
	margin-top: 10px;
	margin-left: 50px;
	position: relative;
	height: 120px;
}

div.tutorial-text{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 200px;
}

div.tutorial-image{
	float: left;
	width: 200px;
}
div.tutorial-image-large{
	width: 399px;
 	clear: both;  
	margin:20px auto;
	position: relative;
}




div.credit-item{
	width: 420px;
	clear: both;
	position: relative;
	padding-top: 20px;
}

div.credit-label{
	float: left;
	text-align: right;
	width: 200px;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
}
div.credit-name{
	float: left;
	text-align: left;
	width: 200px;
	font-size: 12px;
}
