body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #111111;
	background-image:url(images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	line-height: 15px;
	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: #cccccc;
}
a:link {
	color:#ff9999;
	text-decoration:none;
}
a:visited {
	color:#ff9999;
	text-decoration:none;
}
a:hover {
	color:#ccbb99;
	text-decoration:underline;
}
h1 {
	border-bottom: 1px solid #333333;
	color: #ccbb99;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	margin: 6px 0px 18px 0px;
}
h2 {
	color: #ccbb99;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	margin: 6px 0px 12px 0px;
}
.oneColElsCtrHdr #container {
	width: 720px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 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. */
}
.oneColElsCtrHdr #header { /* 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. */
} 
.oneColElsCtrHdr #subNavigation {
	padding: 28px 4px 6px 4px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #333333;
	line-height: normal;
	text-align: center;	
}
.oneColElsCtrHdr #subNavigation  a {
	font-weight: bold;
}
.oneColElsCtrHdr #mainContent {
	padding:18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #222222;
	background-image:url(images/background-content.gif);
	background-repeat:repeat-x;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
.oneColElsCtrHdr #footer { 
	background: #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	color: #999999;
	font-size:10px;
	line-height: normal;
	padding: 6px;
	text-align: right;
}
#homepage p {
	font-size:10px;
}
.callout {
	background: #000000;
	line-height: 18px;
	padding: 6px;
}
.calloutTitle {
	background: #111111;
	border-bottom: 1px solid #333333;
	color: #ccbb99;
	font-weight: bold;
	line-height: normal;
	padding: 6px;
}
.portfolio {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}