body,
html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	height: 100%;
}


html {
	min-width: 690px;
}

#wholepage {
	background: transparent url('/images/hills1.png') bottom left repeat-x;
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

/* * html #wholepage {
	background: transparent url('/images/hills1.gif') bottom left repeat-x;
} */

/* General stuff */
#content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #00A;
  text-decoration: underline;
}

a:link, a:active {
  color: #00A;
  text-decoration: none;
}

a:visited {
  color: #50A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Standard elements */

td, tr, p, div {
	font-size: 1em;
	line-height: 1.3;
}

p {
	padding: 0;
	margin: 0px 0px 15px 0px;
}


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

li {
	margin: 5px;
	padding: 0;
}

h1 {
	margin: 0px 0px 13px 0px;
  color: #000;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
}

h2 {
	margin: 10px 0px 5px 0px;
  color: #000;
  font-weight: bold;
  font-size: 1.4em;
}

h3 {
	margin: 10px 0px 5px 0px;
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}

h4 {
	margin: 10px 0px 5px 0px;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
}


/* Total design wrapper */

#wrap {
	width: 688px;
 	margin: 10px auto 0 auto;
	padding: 0;
}


/* Header */

#header {
	width: 688px;
	height: 290px;
	margin: 0 0 -6px 0;
	padding: 6px 0 0 6px;
}

#banner {
	width: 675px;
	height: 174px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}


/* Main content area */
#main {
	width: 688px;
	background-color: #FFF;
	background-image: url('/images/middle.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	float: left;
}

#main-content {
	float: left;
	position: relative;
	top: -65px;
	width: 420px;
	padding: 20px 5px 20px 25px;
	margin: 0;
}

* html #main-content {
	width: 410px;
}

#sidebar {
	position: relative;
	top: -85px;
	border-style: solid;
	border-color: #FFF;
	border-width: 0px;
	width: 200px;
	padding: 0 20px 20px 12px;
	margin: 0;
	float: right;
	text-align: center;
}

#portfolio-content {
	float: left;
	position: relative;
	top: -75px;
	width: 655px;
	padding: 20px 5px 20px 25px;
	margin: 0;
}


#portfolioHighlights {
	margin: 0;
	padding: 0;
	list-style: none;
}

#portfolioHighlights li {
	margin: 0;
	padding: 0;
}


/* Footer */

#footer {
	clear: both;
	width: 688px;
	height: 186px;
	margin: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	bottom: 100px;
}

#footer-content {
	position: relative;
	top: 130px;	
}
