@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E0C6A9;
	background-image: url(../images/woodbg.jpg);
	background-repeat: no-repeat;
}
#master_hugger {
	width: 1004px;
	margin-top: 25px;
}
#menu_hugger {
	float: left;
	width: 310px;
}
#menu {
	width: 310px;
	margin-top: 0px;
	background-color: #FFFFFF;
	height: 400px;
	margin-left: 45px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#menu ul {
	list-style-type: none;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#menu li {
	margin-left: -19px;
	padding-left: 30px;
	padding-top: 5px;
}
#menu  li:hover {
	background-image: url(../images/pin.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
#tape {
	position: absolute;
	top: 5px;
	left: 140px;
}
#post-it {
	width: 217px;
	background-color: #f0ff00;
	margin-top: 25px;
	margin-left: 100px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
#post-it li {
	margin-top: 5px;
	margin-left: 25px;
	list-style-type: circle;
}

#post-it_bottom {
	width: 234px;
	height: 90px;
	background-image: url(../images/post-it_bottom.png);
	margin-left: 100px;
	margin-top: -2px;
}
#hugger {
	width: 600px;
	margin-left: 404px;
}
#header {
	width: 600px;
	height: 148px;
}
#top-left {
	background-image: url(../images/tl-corner.png);
	background-repeat: no-repeat;
	width: 148px;
	height: 148px;
	float: left;
}
#top-center {
	float: left;
	text-align: center;
	height: 148px;
	background-image: url(../images/tc-side.png);
	background-repeat: repeat-x;
	width: 304px;
}
#top-right {
	height: 148px;
	width: 148px;
	background-image: url(../images/tr-corner.png);
	margin-left: 452px;
}
#content {
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-y;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#content ul {
	margin-top: -8px;
	margin-left: 40px;
	margin-bottom: 20px;
}
#content ol {
	margin-top: -5px;
	margin-left: 40px;
}
#content li {
	padding-top: 2px;
}

#footer {
	width: 600px;
	height: 148px;
}
#bottom-left {
	background-image: url(../images/bl-corner.png);
	background-repeat: no-repeat;
	width: 148px;
	height: 148px;
	float: left;
}
#bottom-center {
	float: left;
	text-align: center;
	height: 148px;
	width: 304px;
	background-image: url(../images/bc-side.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 148px;
	vertical-align: bottom;
}
#bottom-right {
	height: 148px;
	width: 148px;
	background-image: url(../images/br-corner.png);
	margin-left: 452px;
}
#pen {
	position: absolute;
	left: 719px;
	top: 60px;
}
#highlighter {
	position: absolute;
	top: 350px;
	left: 333px;
}


.underline {
	margin-top: 5px;
}
a {
	background-color: #99FFFF;
	text-decoration: none;
	outline: none;
}
.thumb {
	float: right;
	margin-right: 10px;
	margin-left: 5px;
	border: thin solid #000000;
}
a.post-it {
	background-color: #66FF33;
}
a.post-it:hover {
	background-color: #F0FF00;
}
hr {
	width: 75%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

