/* HTML Tag Properties & Classes */
body {
	background-color:#efdeb5;
	margin:0 0 0 0;
	font-family:verdana,arial,sans-serif;
	font-size:14px;
	color:black;
	height:auto;
	width:auto;
}

a:link {
	color:#ff6600;
	text-decoration:none;
}

a:visited {
	color:#ff6600;
	text-decoration:none;
}

a:active {
	color:red;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}

ul {
	list-style-type:none;
	font-weight:bold;
	font-size:12px;
}

table.photos {  /* Properties of the table for the photos page */
	background:transparent;
	width:400px;
	height:200px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

td.photos { /* Properties of the cells for the photos page */
	background:transparent;
	width:200px;
	height:100px;
	padding:10px;	
}

ol.parts {  /* Properties for the parts section of the assembly page */
	list-style-type:upper-alpha;
	font-weight:normal;
}

ol.instructions {  /* Properties for the instructions section of the assembly page */
	list-style-type:decimal;
	font-weight:normal;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

img.assembly { /* Properties for the image on the assembly page */
	position:absolute;
	left:450px;
	top:-85px;
}

table#order {
	background:transparent;
	width:400px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
}

td.order { /* Properties of the cells for the photos page */
	background:transparent;
	width:165px;
	height:150px;
	text-align:center;	
}

td.order2 { /* Properties of the cells for the photos page */
	background:transparent;
	width:235px;
	height:150px;
	text-align:right;	
}

/* Divider ID's */
#navbar { /* Divider for the Navigation bar for every page */
	background:url(images/navbar.png);
	height:800px;
	width: 225px;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
}

#links { /* Divider for links in navigation bar */
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:163px;
	position:relative;
	top:50px;
	left:-7px;
}

#body { /* Divider for the right pane for every page */
	background:transparent;
	height:800px;
	width:800px;
	position:absolute;
	left:225px;
	top:0px;
	text-align:center;
}

#logo { /* Divider for the logo */
	background:transparent;
	height:218px;
	width:618px;
	margin-right:auto;
	margin-left:auto;
}

#content { /* Divider for content within body pane */
	background:transparent;
	width:600px;
	height:auto;
	position:relative;
	top:50px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}

#content-pics { /* Divider for content within body pane of photos page */
	background:transparent;
	width:600px;
	height:auto;
	position:relative;
	top:75px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

#content-assembly { /* Divider for content within body pane of assembly page */
	background:transparent;
	width:600px;
	height:auto;
	position:relative;
	top:100px;
	left:-50px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}

#content-video { /* Divider for content within body pane of video page */
	background:transparent;
	width:600px;
	height:auto;
	position:relative;
	top:40px;
	left:0px;
	text-align:center;
	font-size:11px;
	margin-right:auto;
	margin-left:auto;
}

#footer { /* Divider for the footer */
	background:transparent;
	font-size:10px;
	width:800px;
	height:auto;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
}