BODY {  
	margin: 0px;
	padding 0px;
	font-family: Trebuchet MS; Helvetica,Arial,sans-serif;
	font-size: .9em;
	background: white;
 } 
 
 H1 {
	color: #333399; 
	text-decoration: none;
	font-size: 16pt;
	font-weight: bold;
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	width: 100%; 
	border-bottom: medium solid #cccc33;
	border-bottom-width: 1px;
 }

 H2 {
	color: #333399; 
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
 }

 H3 {
	color: #000099;
	font-weight: bold;
	font-size: 10pt;
	font-weight: normal;
 }

  
 div {
	padding: .5em
}

 #banner {
	position: relative;
	background-image: url("http://www.whysel.com/sprouting/wp-content/themes/blix/images/spring_flavour/header_bg.jpg");
	margin:0 auto;
	text-align:left, bottom;
	width: 690px;
	height: 150px;
	line-height: 1.5em;
	color: #eeffee;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS,Courier,sans-serif;
 }

 #business_card {
	color: #cccc99;
	font-size: 20pt;
	text-decoration: none;
}

 #banner_handheld {
	display: none;
}

 #nav1 {
	font-weight: normal;
	background: #cccc99;
	width: 100%;
 }

 #nav1 a {
	color: white;
}

 .nav2 {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	margin-right: 100px;
	margin-left: 3px;
}

 #content {
	position: relative;
	width: 690px;
	margin: 0 auto;
	text-align:left;
 }
	
 #main_content {
	position: absolute;
	padding: 5px;
	background: white;
	width: 485px;
 }

 #sidebar {
	position: absolute;
	background: white;
	margin-top: 0px;
	margin-left: 485px;
	border-color: gray;
	width: 205px;
 }

 
 #footer {
	background: white;
	width: 690px;
	text-align: center;
	margin: 0 auto;
 }
	
 #copyright {
	margin-top: 30px;
	font-size: 8pt;
 }
 
 #resume {
 	font-family: Courier,sans-serif;
	margin-top: 20px;
	}
 
 UL LI {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
 }
 
.goodie-heading {
	font-size: 10pt;
	color: #999966;
	font-weight: bold;
	font-style: italic;
	margin: 20px 00px 0px 5px;
 }
 
.goodie-text {
	font-size: 8pt;
	margin: 10px 0px 0px 5px;
 }

.portfolio-heading {
	font-size: 10pt;
	font-weight: bold;
	position: relative;
 }
 
.portfolio-desc {
	font-size: 10pt;
	position: relative;
	font-style: italic;
 }
 
.portfolio-text {
	font-size: 10pt;
	position: relative;
 }

 a:link    { 
 	color: #000099;
 }
  
 a:active  { 
 	color: #999999;
 }

 a:visited { 
 	color: #666699;
 }

 a:hover {
 	color: red; text-decoration: underline;
 }
