@charset "utf-8";
/* CSS Document */

/* Main Template Div's */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #008080;
}
#wrap {
	height: 800px;
	width: 800px;
	position: relative;
	color: #383838;
}
#title {
	position:absolute;
	width:780px;
	height:70px;
	z-index:3;
	font-size: 40px;
	font-weight: bolder;
	font-style: normal;
	padding-top: 15px;
	top: 10px;
	left: 10px;
	background-color: #FFFFFF;
}
#navbar {
	position:absolute;
	width:780px;
	height:60px;
	z-index:6;
	left: 10px;
	top: 105px;
	padding-top: 15px;
	background-color: #FFFFFF;
}
#content {
	position:absolute;
	width:780px;
	height:580px;
	z-index:7;
	left: 10px;
	top: 190px;
	background-color: #FFFFFF;
}
#footer {
	position:absolute;
	width:780px;
	height:35px;
	z-index:5;
	left: 10px;
	top: 780px;
	padding-top: 15px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#wrap #footer td {
	text-align: center;
}
#wrap #navbar td {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: 195px;
}
#currentpage {
	color: #980000;
}
#wrap #navbar a:link {
	color: #383838;
	text-decoration: none;
}
#wrap #navbar a:visited {
	color: #383838;
	text-decoration: none;
}
#wrap #navbar a:hover {
	text-decoration: underline;
	color: #000000;
}
#wrap #navbar a:active {
	color: #000099;
	text-decoration: none;
}
#wrap #content a:link {
	color: #383838;
	text-decoration: underline;
}
#wrap #content a:visited {
	color: #383838;
	text-decoration: underline;
}
#wrap #content a:hover {
	color: #000000;
	text-decoration: underline;
}
#wrap #content a:active {
	color: #000099;
	text-decoration: none;
}

/*About Page Content Divs*/
#finalpic {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 340px;
	height: 255px;
	background-color: #F0E68C;
	border: 2px solid #778899;
}
#description {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 580px;
	text-align: left;
	line-height: 25px;
	font-size: 16px;
}
#movingfourth {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 340px;
	height: 255px;
	border: 2px solid #778899;
}

/*Pulley page Content Divs*/
#pulleypic {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 340px;
	height: 255px;
	background-color: #F0E68C;
	border: 2px solid #778899;
}
#pulleyparts {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 340px;
	height: 260px;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	padding-top: 15px;
	border: 2px solid #778899;
	background-color: #F0E68C;
}
#pulleydescription {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 580px;
	text-align: left;
	line-height: 25px;
	font-size: 16px;
}
#pulleypartstitle {
	position: absolute;
	height: 20px;
	width: 340px;
	left: 0px;
	top: 5px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
#pulleypartslist {
	position: absolute;
	height: 240px;
	left: 5px;
	top: 30px;
}
#pulleyparts ul {
	line-height: 20px;
}

/*Archimedes Screw Content Divs*/
#screwpic {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 340px;
	height: 255px;
	background-color: #F0E68C;
	border: 2px solid #778899;
}
#screwparts {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 340px;
	height: 260px;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	padding-top: 15px;
	border: 2px solid #778899;
	background-color: #F0E68C;
}
#screwdescription {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 580px;
	text-align: left;
	line-height: 25px;
	font-size: 16px;
}
#screwpartstitle {
	position: absolute;
	height: 20px;
	width: 340px;
	left: 0px;
	top: 5px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
#screwpartslist {
	position: absolute;
	height: 240px;
	left: 5px;
	top: 30px;
}
#screwpartsnotes {
	position: absolute;
	left: 10px;
	top: 150px;
}
#screwparts ul {
	line-height: 20px;
}

/*Paddle Wheel Content Divs*/
#wheelpic {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 340px;
	height: 255px;
	background-color: #F0E68C;
	border: 2px solid #778899;
}
#wheelparts {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 340px;
	height: 260px;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	padding-top: 15px;
	border: 2px solid #778899;
	background-color: #F0E68C;
}
#wheeldescription {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 580px;
	text-align: left;
	line-height: 25px;
	font-size: 16px;
}
#wheelpartstitle {
	position: absolute;
	left: 0px;
	height: 20px;
	width: 340px;
	top: 5px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
#wheelpartslist {
	position: absolute;
	height: 240px;
	left: 5px;
	top: 30px;
}
#wheelparts ul {
	line-height: 20px;
}