﻿@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:#ffd27f; /*gold*/
	background:#ffffcc; /*beige?*/
	background:#993333; /*maroon*/
	background:#fff3bf;	
	background: #fff;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* Keep for IE 5* browsers.*/ }
	
#container { 
	width: 665px; 
	background:#ffd27f;	
	background: #ffffcc;
	background: #fff;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #993333;
	text-align: left; /* this overrides the text-align: center on the body element. */ }
	
#header { 
	background:#ffd27f;
	background: #ffffcc;
	background: #fff;
	text-align:left;
	padding:10px 0 0px 10px;} 
	
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse */
	padding: 10px 0; /* padding keeps the element away from the edges of the div */ }
	
#linkbar {
	margin: -60px 10px 0px 180px;
	padding:10px 0px;
	text-align:center;
	font-size:13pt;
	border-bottom:thin; border-bottom-color:#000; border-bottom-style:solid; border-bottom-width:3px; }
	
/* links colors in text*/
a:link, a:visited {color:#000; text-decoration:underline; }
a:hover {font-weight:bold; }

/* navbar settings*/
a.navbarlink {margin-left:5px; margin-right:5px;} /* for spaces in nav bar */
a.navbarlink:link{ color:#000; text-decoration:none; }
a.navbarlink:visited { color:#000; text-decoration:none; }
a.navbarlink:hover {color:#993333; }
	
#leftbar {
	float: left;/* since this element is floated, a width must be given */
	width: 130px; /* since this element is floated, a width must be given */
	/*background: #ffffcc;  color will be displayed for the length of the content in the column only */
	border:thin; border-color:#993333; border:solid;
 	text-align:center;
	font-family: Arial;
	font-style:italic;
	font-size:14px;
	line-height:20px;
 	margin: 40px 0px 15px 20px; 
	padding: 5px;}	
	
#mainContent { 
	margin: 30px 20px 10px 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 10px; /* padding is the space inside the div box and margin is the space outside the div box */
	font-size:14px; }
	
#footer { 
	padding:5px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#993333;
	font-size:10pt;
	text-align:center;}
	
/* #linkbar a.nav {margin-left:8px; margin-right:8px;}  for spaces in link bar 
a:link {color:black; text-decoration:none;}
a:visited {color:black; text-decoration:none;}
a:hover {color:#993333; font-weight:bold;}
a:active {color:#993333; } */
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px; }
	
.portfoliopic {
	margin:15px;
	border:#000; border:solid; border:1px;
	vertical-align:middle; }
	
h1	{font-weight:bold; 
	font-style:italic;
	color:#99333;
	font-size:x-large; }
	
h2  /* h2 used for left bar headings */
	{font-weight:bold;
	line-height:16pt;
	font-style:normal;
	font-variant:normal;
	font-size:medium; 	}

h3	/* h3 used for all top of page headings */
	{font-weight:bold;
	font-style:italic;
	color:#993333; 
	height:auto; }
	
h4	{color:#529E99;
	font-weight:bold;
	font-style:italic; 
	height:auto; }
	
