body {
	font-family: lucida grande, verdana, arial, helvetica, sans-serif;
       font-size: .7em;	
       margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #fff; 
	padding: 20px 0px 0pz 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}

.oneColFixCtrHdr #mainContent {
	padding: 0px 100px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
       margin-left: 75px;
    border-left: solid .1em #ccc;
       margin-top: 30px;
       margin-bottom: 30px;
	background: #FFFFFF;
       line-height: 1.6em;
}
.oneColFixCtrHdr #mainContent_alt {
	padding: 0px 100px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
       margin-left: 75px;
       margin-top: 30px;
       margin-bottom: 30px;
	background: #FFFFFF;
       line-height: 1.6em;
}

.oneColFixCtrHdr #imagePortfolio {
	padding: 0px 100px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
       margin-left: 75px;
       margin-top: 30px;
       margin-bottom: 30px;
	background: #FFFFFF;
       line-height: 1.6em;
}
.oneColFixCtrHdr #thumbsPortfolio {
       width: 200px;
       float: right;
       margin-right: 30px;
       margin-top: 75px;
       margin-bottom: 30px;
	background: #FFFFFF;
       line-height: 1.6em;
}

.oneColFixCtrHdr #footer {
       font-size: 0.9em;
       color: #999;
	padding: 40px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(http://www.nicholassistler.com/images/footer.gif) no-repeat;
       text-align: center;
       letter-spacing: .1em;
       line-height: 1.5em;
      
}
.oneColFixCtrHdr #footer a {
       color: #666;
	text-decoration: none;
      
}
.oneColFixCtrHdr #footer a:hover {
       color: #000;
	text-decoration: none;
      
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 {
	font-size: 1.3em;
	color: #D90000;
       font-weight: lighter;
       letter-spacing: .1em;
}

h2 {
	font-size: 1.3em;
	color: #666;
       font-weight: lighter;
       letter-spacing: .1em;
border-bottom: dotted .1em #ccc;
}

h3 {

	color: #FAB44D;
}



a {
	color: #666666;
       text-decoration: none;       
}
a:hover {
	color: #000000;
       text-decoration: none;       
}

.paginate {
       color: #999;
       margin-top: 10px;      
}
.title {
       font-size: 1em;      
}
li {
	color: #333333;
       margin-bottom: .09em;
}
ul {
	color: #333333;
       margin-bottom: .03em;
}
#category_menu {
	border-top: dotted .09em #ccc;
margin-top: 7px;
}

#feature_box {
float: left;
margin-right: 10px;
width: 45px;
height: 75px;
padding: 2px;
text-align: center;
}
#sub_content {
width: 376px;
height: 78px;
border: dotted .09em #999;
margin-top: 20px;
padding: 5px;
}
#imagebox {
margin-top: 15px;
}
hr {
border-top: dotted .09em #ccc;
}
