body {
    background-color:#171717;
	width:auto;
	height:auto;
	margin-right:auto;
	margin-left:auto;
    }
/********** PRIMARY MAJOR DIVS ***************/
#container {
	background-image:url(images/bg.jpg);
	background-color:#171717;
    border:none;
	width:1050px;
	height:592px;
	margin-top:80px;
	margin-right:auto;
	margin-left:auto;
	}
#navmenu {
	float:left;
	width:211px;
	height:85px;
	padding-top:406px;
    margin-top:0px;
	}
#navmenuProjects {
	float:left;
	width:211px;
	height:136px;
	padding-top:355px;
    margin-top:0px;
	}
#blurb1 {
    width:835px;
	border:none;
	height:586px;
	float:left;
	text-align:justify;
	position:relative;
	}
#blurb2 {
    width:211px;
	border:none;
	height:586px;
	float:left;
	text-align:justify;
	position:relative;
	}

/********** SECONDARY MAJOR DIVS ***************/
#imageBox {
    width:773px;
	padding:31px;
	border:none;
	height:526px;
	float:left;
	display:inline;
	}
.imageBoxSub {
	width:247px;
	padding:0px;
	border:none;
	height:459px;
	float:left;
	display:inline;
	position:relative;
	}
.imageBoxSubText {
	display:table-cell;
    vertical-align:bottom;
	}
.imageBoxSpace {
	width:15px;
	padding:0px;
	border:none;
	height:459px;
	float:left;
	display:inline;
	position:relative;
	}
#imageBoxProjects {
    width:773px;
	padding-left:31px;
	padding-top:31px;
	padding-bottom:6px;
	border:none;
	height:469px;
	float:left;
	display:inline;
	}
#thumbnailsProjects {
    width:773px;
	padding-left:0px;
	border:none;
	height:56px;
	float:left;
	display:inline;
	}
.thumbs {
	padding-right:6px;
	border:0px;
	}
/********** FOOTERS ***************/
#footerDiv {
	background-repeat:no-repeat;
    width:1050px;
	height:8px;
	position:relative;
	float:left;
}
#footer {
    text-align:right;
    width:1050px;
	height:40px;
	padding:0px;	
}
#footerText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
#footerText a:link,
#footerText a:visited {
    color:#333333;
	font-size: 10px;
	}
#footerText a:hover {
    text-decoration:underline;
}

/* TEXT FONTS ETC */
p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10.5px;
   color:#b9b9b9;
   }
#p2 {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 10px;
   color:#fff;
   }
h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   color:#b9b9b9;
   }   
h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color:#b9b9b9;
   }
#sr {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #D6C8AE;
   font-weight:bold;
   }
.h3{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#D6C8AE;
   font-weight:bold;
}
#h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #970332;
    font-weight:bold;
}
a {
	color:#666666;
	text-decoration:underline;
	font-size:12px;
	}
a:link {
   font-family: Geneva, Lucida Grande, Arial, Sans;
   font-size:12px;
   text-decoration:none;
   }
a:visited {
   text-decoration:none;
   font-size:12px;
   color:#666666;
   }
a:hover {
    color:#F89828;
	font-size:12px;
	}


/**********IMAGE CLASS**************/
.images {
    padding:15px;
}
.imageAbout {
    padding-left:49px;
}
.images2 {
    width:99%;
}
.images3 {
    padding:0px;
	
}
.imagesAlignR  {
    text-align:right;

}

#mycustomscroll {
/* percentage width without the fix*/
width: 90%;
height: 140px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 100%;
height: 140px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto 0.3em -20px;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 20px;
}
.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 600px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

