body {
    font-family: Verdana, Geneva, sans-serif;
    background: #fff;
    margin: 0; /* shorthand for all margins = 0 */
    padding: 0; /* no padding */
	text-align: center;
}

div, p, ul, h1, h2, h3, h4, img, li {
    padding: 0px;
    margin: 0px;
}

ul {
    list-style-type: none;
}


/* outerDiv wraps around content area of the page */
div#outerDiv {
    width: 790px; /* sets the content width */
    margin: 0 auto; /* no top/bottom margin, centered horizontally */
    background: #fff; 
	padding: 0px;
	text-align:left; /* resets the centering hack for IE 5 on the body tag */
}


div#header {
   	margin: 0px auto;
	width: 788px;
	padding: 0px;
}

/* ===== main navigation links ===== */
div#navigation {
	width: 786px;
	margin-top: 40px;
	margin-right:0px;
	margin-bottom:50px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #aab938;
	height: 30px;
}

div#navigation ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

#navigation ul li {
	float: left;
    margin: 0;
    padding: 0;
	
}

#navigation ul li a:link, #navigation ul li a:visited  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	padding: 0 40px 0 0;  /* create spacing between links */
	margin-left: 10px;
	line-height: 25px;
	background: none;
	border: none;
	font-weight: 400;
}
	
#navigation ul li a:hover, #navigation ul li a:active  {
	text-decoration: none;
	color: #aab938;	
}
	
#navigation ul li a.current {
	color: #aab938;
	font-weight: 400;
	text-decoration: none; /* no underline */
	padding: 0 40px 0 0;
	margin-left: 10px;
	line-height: 25px;
	background: none;
	border: none;
		
	} 

#navigation ul li a.current:hover {
    cursor: default; 
}	

/* ====- main content ===== */	
div#content {
    width: 788px;
	border: none;
}

#content div#frontPic {
    float: left;
    width: 586px;
    margin: 0px 10px 0px 0px;
    padding: 0;
}

#frontPic img {
    margin: 0px;
    border: none;
    padding: 0px;
}

#content div#textBox {
	float: left;
    width: 362px;
    margin: 0px;
    padding: 0px;
}
	
#textBox p, #textBox h1, #textBox h2, #textBox h3, #textBox h4 {
    font-family: Verdana, Geneva, sans-serif;
}

#textBox p {
	font-size: 13px;
    color: #000;
	font-style: normal;
	font-weight:100;
	margin: 0px;
	line-height: 120%;
}


#textBox h1 {
    font-size: 18px;
    font-weight: 400; 
    color: #000;
	font-style:normal;
	margin: 0px;
	line-height: 120%;
}

#textBox p span.boldtext {
    font-weight: bold;
}

/* ===== sidebars ===== */
#content div#sideBar {
    float: left;
    width: 192px;
    padding: 0px;
    margin: 0px;
	border: none;
    }

#sideBar div#top {
	margin: 0px 0px 10px 0px;
	
}
#sideBar div#bottom {
	margin: 0px 0px 0px 0px;
	
}

#sideBar div#top img {
	margin: 0px;
    border: none;
    padding: 0px;
}
#sideBar div#bottom img{
	margin: 0px;
    border: none;
    padding: 0px;
}

#content div#text_sideBar {
	float: right;
    width: 362px;
    margin: 0px;
    padding: 0px;
}


div#text_sideBar div#top2 {
	margin-bottom: 10px;
}

div#text_sideBar div#bottom2 {
	margin: 0px 0px 0px 0px;
}

#text_sideBar div#top2 img {
	border: none;
}

#text_sideBar div#bottom2 img {
	border: none;
}

/* ===== portfolio ===== */

#content #portfolio{
	margin: 0px; 
	width: 788px;
	padding: 0px;
	float: left;
	background: none;
	height: 400px;
    position: relative;
}

#portfolio h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
    font-weight: 400; 
    color: #000;
	font-style:normal;
	margin: 0px;
	line-height: 120%;
}

#portfolio p {
	font-size: 13px;
    color: #000;
	font-style: normal;
	font-weight:100;
	margin: 0px;
	line-height: 120%;
}

#portfolioContent {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 42px;
	left: 0px;
	width: 788px;
	height: 400px;
}

#portfolioContent ul{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin-bottom: 10px;
	float: left;
	width:788px;
	height: 123px;
	
}

#portfolioContent ul li{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width:123px;
}

#portfolioContent img{
	border: none;
	padding: 0;
	margin: 0;
}

#portfolioContent ul li.mspace	{ /* creates space between columns */
	    width:10px;
		height:123px;
		margin:0px;
		padding:0px;
		float:left;
}

#portfolioContent ul li .mblank { /* creates space between columns */
		width:10px;
		height:123px;
		margin:0px;
		padding:0px;
		float:left;
}


#portfolioContent ul li a {
	width: 123px;
	height: 123px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px; /*if you add a border, say 3px all around, you will need to subtract 6px from both the height and the width */
	background: none;
	text-align: center;
	text-decoration: none;
}

#portfolioContent ul li a:hover{
	border: 0px;
}

#portfolioContent ul li.mspace_h	{ /* creates space between rows */
	    width:10px;
		height:10px;
		margin:0px;
		padding:0px;
		float:left;
		line-height: 10px;
}

#portfolioContent ul li .mblank_h { /* creates space between rows */
		width:10px;
		height:10px;
		margin:0px;
		padding:0px;
		float:left;
		line-height: 10px;
}

/* ===== ul for varied image sizes inside text_sidebar ===== */
#content div#text_sideBar2 {
	float: right;
    width: 362px;
    margin: 0px;
    padding: 0px;
}

div#text_sideBar2 ul{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	width:362px;
	
}

div#text_sideBar2 ul li{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 190px;
	/*width:100%; */
}

div#text_sideBar2 img{
	/*float: left; */
	/*display: block; */
	border: none;
	padding: 0;
	margin: 0;
}

div#text_sideBar2 ul li.mspace_2	{ /* creates space between columns */
	    width:10px;
		height:190px;
		margin:0px;
		padding:0px;
		float:left;
		
}

div#text_sideBar2 ul li .mblank_2 { /* creates space between columns */
		width:10px;
		height:190px;
		margin:0px;
		padding:0px;
		float:left;
		
}

div#text_sideBar2 ul li.mspace_h2	{ /* creates space between rows */
	    width:10px;
		height:10px;
		margin:0px;
		padding:0px;
		float:left;
		line-height: 10px;
}

div#text_sideBar2 ul li .mblank_h2 { /* creates space between rows */
		width:10px;
		height:10px;
		margin:0px;
		padding:0px;
		float:left;
		line-height: 10px;
}



/* ===== footer ===== */
div#footer {
    background: none;
    color: #000;
    position: relative;
    margin: 0 auto;
    height: 120px;
    clear: both;
}

div#footer_inner {
    width: 788px;
    position: relative;
    margin: 0 auto;
    padding: 0px;

}
	
#footer_inner #logo {
	width: 238px; /* change this setting to width of logo picture */
	height: 58px; /* change this setting to the height of the logo picture */
	text-align: left;
	margin: 0px;
	position: absolute;
	top: 60px;
	right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer_inner #logo p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 26px 0px 0px 56px; /*since it has no width and no height this works */
	
}


/* ===== miscellaneous styles ===== */
.clear {
    clear: both;
	height: 0px;
    font-size: 1px;
    line-height: 0px;
	margin: 0px;
	padding: 0px;
}

