@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* MAIN CONTENT */

#header {
	margin: 0px;
	padding: 0px;
	width: 780px;
}

#breadcrumb {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 3px;
}

#breadcrumb a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 3px;
}

#footer {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

#about {
	padding: 10px 15px;
	border: 2px ridge #000000;
}

h1 {

}

h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 2px;
}

#thanks {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 25px;
}

/* -------------PORTFOLIO------------- */

#portfoliobox {
	background: url(/buttons/bgcode.gif);
	border-left: 6px solid #003366;
	color: #606060;
	font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	margin: 20px 10px 5px 480px;
	width: 200px;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}

#portfoliobox h1 {
	font: bolder 24px Garamond;
	color: #936fb1;
	margin: 0px;
	padding: 0px;
}

#portfoliobox ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#portfoliobox li {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#portfoliobox a {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: underline;
}

#portfolio {
	width: 780px;
	margin: 0px;
	padding: 0px;
	height: 400px;
	background-image: url(../buttons/Sq1-Portfolio2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
