@charset "utf-8";
body {
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 138px;
	width: 497px;
}
#content {
	background-image: url(images/logobottom.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #4f5356;
	font-weight: normal;
	font-size: 15px;
	margin: 0px;
}
p.author {
	padding-top: 18px;
	padding-bottom: 20px;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E7F1;
	margin-top: 10px;
}
h1 {
	margin: 0px;
	font-size: 30px;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 102px;
}
h1.top, h2.top {
	padding-top: 0px;
}
pre {
	margin: 0px;
	padding: 0px;
}
div.code {
	background-color: #F7F7F7;
	overflow: auto;
	width: 100%;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E4E7F1;
	border-bottom-color: #E4E7F1;
}
div.code p {
	text-indent: 0px;
}

div.code div {
	padding-left: 85px;
}
strong {
	font-weight: normal;
	background-color: #ffffd6;
}
p {
	margin: 0px;
	line-height: 21px;
	text-indent: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 60px;
	width: 700px;
}
#flashcontent {
	margin-left: 60px;
}

a {
	color: #3588e2;
	background-color: #F4FBFF;
}
a:hover {
	color: #FFFFFF;
	background-color: #3588EB;
}
p.author em {
	font-size: 12px;
	color: #999999;
}
em {
	color: #838383;
}

h2 {
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 102px;
}
