@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}
body {
	background-color: #d4ba68; /*Orange Background Color*/
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
}
#container {
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	width:850px;
}
#header {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 159px;
	background-image: url(../images/header_rounded.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	width: 700px;
	position:relative;
	z-index:21;
}
#wrapper {
	position:relative;
	margin:0 auto;
/*	margin-top:-15px;
*/	background-color: #FFFFFF;
	padding: 0px;
	width: 700px;
	z-index:20;
	height:85%;
}
#main{
	background-color: #FFFFFF;
	width: 700px;
}
#nav {
	float: left;
	margin-left:10px;
	width: 150px;
}
#content {
	width: 528px;
	margin-left:165px;
	color: #6d6d6c; /*med-dark Grey*/
	background-color: #FFFFFF;
}
#tape {
	position:absolute;
	left: 475px;
	top: 61px;
	width:300px;
	height:150px;
	background-image:url(../images/tape.png);
	background-repeat:no-repeat;
}
#scissors {
	position:absolute;
	left:0px;
	top:85px;
	width: 200px;
	height: 200px;
	background-image: url(../images/scissors.png);
	background-repeat: no-repeat;
	z-index:0;
}
#spool{
	position:absolute;
	left:275px;
	top:60px;
	width:100px;
	height:200px;
	background-image: url(../images/spool.png);
	background-repeat: no-repeat;
	z-index:0;
}
h1 {
	padding-top:10px;
	margin-top:0;
	font-size: 1.9em;
	color: #86907c; /*Olive green color*/
	padding-left: 26px;
	background-image: url(../images/h1.jpg);
	background-position: left 15px;
	background-repeat: no-repeat;
}
h2{
	text-align:center;
	margin:0 auto;
	font-size: 1.2em;
}
#content p{
	padding:10px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.clearall{
	position:relative;
	clear:both;
}

.under{
	text-decoration:underline;
}