body {
	font-family: "Trebuchet MS", Arial;
	height: 100%;
	min-width:800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #666666;
	background-image: url(images/frog-with-sign-grayscale-25.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header {
	background-image: url(images/pd-newsletter-head-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 135px;
	width: 100%;
	margin-bottom: 15px;
}
#menu-bar {
	height: 41px;
	width: 800px;
}
#menu-bar .menu-item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	line-height: 25px;
	float: left;
	height: 25px;
	width: 120px;
	letter-spacing: .2em;
	margin-right: 5px;
	margin-left: 5px;
}
#menu-bar .menu-item:hover {
	background-image: url(images/menu-pointer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 41px;
}
#menu-bar .menu-item a {
	color: #666666;
	text-decoration: none;
}
#content-top {
	background-image: url(images/content-top-2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 800px;
}
#content {
	width: 750px;
	background-image: url(images/content-middle-2.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 30px;
	padding-left: 20px;
}
#content #frog {
	background-image: url(images/frog-peeking.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 150px;
}
#content #frog-learn, #content #frog-shopping, #content #frog-behind-sign, #content #frog-with-laptop {
	background-repeat: no-repeat;
	float: left;
	height: 585px;
	width: 150px;
	text-align: left;
	background-position: 500px;
}
#content #frog-learn {
	background-image: url(images/frog-reading.jpg);
	background-position: center bottom;
}
#content #frog-shopping {
	background-image: url(images/frog-shopping-bags.jpg);
	background-position: center center;
}
#content #frog-behind-sign {
	background-image: url(images/frog-behind-sign.jpg);
	background-position: center center;
}
#content #frog-with-laptop {
	background-image: url(images/frog-with-laptop.jpg);
	background-position: center center;
}
#content #frog-learn .frog-article {
	line-height: 25px;
	height: 25px;
	width: 145px;
	text-align: left;
	font-weight: bold;
}
#content #frog-learn .frog-article:hover {
	background-image: url(images/submenu-pointer-olive.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #EAD26E;
}
#content #frog-learn .frog-article a {
	color: #626924;
	text-decoration: none;
}
#content #frog-learn .frog-article a:hover {
	color: #DC5023;
}
#content #main {
	float: left;
	width: 600px;
	text-align: left;
	margin-bottom:20px;
}
#content #main .static {
	min-height:700px;
}
#content #main h2 {
	font-size: 1.4em;
	color: #DC5023;
	letter-spacing: .25em;
	font-style: italic;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #EAD26E;
	clear: both;
	width: 100%;
}
#content #main h3 {
	font-size: 1.1em;
	color: #DC5023;
	text-indent: 15px;
	letter-spacing: .25em;
}

#content #main p {
	text-align: justify;
}
#content #main a {
	color: #DC5023;
	font-style: italic;
}
#content #main table {
	border: 1px dotted #DC5023;
	width: 100%;
}

#content #main th {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #EAD26E;
}
#content #main td {
	padding-right: 5px;
	padding-left: 5px;
}
#content #main #contact {
	background-image: url(images/frog-peeking-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
	width: 100%;
}
#content #main #sysmsg {
	width: 95%;
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 2%;
}
#content #main #fb_comments {
	height:300px;
}
#content #main #fb_comments h4 {
	color: #0099FF;
}

#content #main #fb_fan_box {
	float: right;
	height:550px;
}
#content #main .portfolio-item {
	width: 90%;
	margin-bottom: 20px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height: 250px;
	margin-top: 20px;
}
#content #main .portfolio-item img {
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 2px solid #999999;
}
#content-bottom {
	background-image: url(images/content-bottom-2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 800px;
	margin-bottom: 20px;
}
#footer {
	line-height: 25px;
	background-color: #B0BE67;
	height: 25px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	color: #DC5023;
	letter-spacing: .5em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EAD26E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAD26E;
	position: fixed;
}
#feedback {
	height: 125px;
	width: 37px;
	position: fixed;
	left: 0%;
	top: 35%;
	background-image: url(images/btn-feedback.png);
	background-repeat: no-repeat;
}
.ok {
	background-color: #66FF00;
}
