* {
	font: 13px/1.4em "Lucida Grande", Tahoma, Verdana, Sans-Serif;
}

body {
	background-color: white; 
	margin: 0px;
}

a {
	text-decoration: none;
}

#header {
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 15px;
	background: #52627B;
}

#header h1 {
	font-size: 1.5em;
	color: white;
	margin: 0px;
}

#header h2 {
	font-size: 0.6em;
	color: #8AA1A7;
	margin: 0px;
}

#menu {
	font: 0.8em;
	background: #6B7984;
	padding-left: 50px;
}

#menu ul {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
}

#menu li {
	display: inline;
	margin-right: 10px;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color: white;
	font-weight: bold;
}
	
#menu a:hover {
	color: silver;
}

#main {
	padding: 0px;
	color: black;
	text-align: left;
	margin: 10px;
}

#main a, #main a:link, #main a:visited, #main a:active {
	color: #4F607C;
	text-decoration: none;
}

#main a:hover {
	color: #4F607C;
	text-decoration: underline;
}

#main h1 {
	font-size: 1.2em;
	font-weight: bold;
 	color: black;
}

#main h2 {
	font-size: 1.1em;
	font-weight: bold;
}

#main img {
	border: 1px solid #B8CAD0;
}

#main ul, ol {
}

#main li {
}

#main li, blockquote, pre {
	line-height: 1.4em;
}

#main pre {
	font-size: 1.2em;
}

#main p {
	margin-left: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

#code, pre, blockquote {
	font: 0.9em/1.2em Courier New;
}

#code {
	border: 1px solid #B8CAD0;
	background: white;
	text-align: left;
	padding: 0.5em;
}

#requirements, #forumlatest, #pearlatest {
	width: 40%;
	float: left;
}

.sample {
	width: 225px;
	float: left;
	height: 175px;
	text-align: center;
	display: block;
}

#sampleheader {
	font-weight: bold;
	font: 0.6em;
}

#currentsample {	
	text-align: center;
}

#previoussample {
	text-align: right;
	padding-right: 10px;
}

#nextsample {
	padding-left: 10px;
}

#sampleimage {
	float: right;
}

#back {
	text-align: center;
}

#bottom {
	display: block;
	background: #52627B;
	padding: 10px;
	font-size: 0.6em;
	color: #8AA1A7;
}

#bottom a, #bottom a:link, #bottom a:visited, #bottom a:active {
	color: #8AA1A7;
	text-decoration: underline;
}
	
#bottom a:hover {
	color: silver;	
}

#googleadtop, #googleadbottom {
	margin-left: 10px;
}

#googleadright {
	float: right;
	width: 120px;
	margin: 10px;
	border: 1px solid #B8CAD0;
	padding: 10px;
	height: 600px;
	background: #FAFAFA;
}

#googleadrightsamples {
	float: right;
	width: 120px;
	margin: 10px;
	border: 1px solid #B8CAD0;
	padding: 10px;
	height: 600px;	
	margin-bottom: 130px;
	background: #FAFAFA;
}