html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fff;
	font-family:Lucida Grande, arial,helvetica,sans-serif; 
	color:#333;
	height:auto !important; /* real browsers */
	min-height:100%; /* real browsers */
}

html>body #container {
    height: 500;
	}

/*Styles for the header text*/
 
 h1 {
	font-size: 150%;
	margin-top: 5px;
	margin-bottom:0px;
	color: #738040;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
 }
 
 h2 { 
    font-size: 120%; 
	margin-bottom: 5px;
	margin-top: 3px;
	color: #738040;
 }
 
h3 { 
    font-size: 100%;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 0;
	color: #738040;
 }

p {  
	margin:0 0 1em;
}

#sidebar { 
    font-size: 80%;
	padding: 0px 14px;
	color: #333;
	}
	
#sidebar h2{ 
    font-size: 130%;
	margin-bottom: 3px;
	margin-top: 5px;
	color: #738040;
	font-weight: bold;
	}

div#container {
	position:relative;
	margin:0 auto;
	width:100%;
	background:#fff;
	padding-left: 10px;
}

div#wrapper {
padding: 15px;
}

div#header {
	padding:0;
	background:#fff;
	color: #242424;
}
	
	
/* top navigation tabs */
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #fff;
color: #242424;
float: right;
width: 100%;
font-size: 80%;
font-family:Lucida grande, arial,helvetica,sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 2px 5px;
background-color: #fff;
color: #804080;
text-decoration: none;

border-right: 1px solid #242424;
font-weight: bold;
}

#navcontainer ul li a:hover
{
background-color: #B88199;
color: #fff;
}


/* marks link on same page as current */
body#home a#one,
body#portfolio a#two,
body#vita a#three,
body.fourteen a#sideone,
body.fourteens a#sidetwo,
body.swap a#sidethree,
body.swaps a#sidefour
{
background-color: #B88199;
color: #fff;
} 

/* link color in content area */
a:link {
	color: #804080;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #BF30BF; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #B88199;
color: #fff;
}

div#content {
	padding:1px 1px 10px; /* bottom padding for footer */
}
	div#content p {
		text-align:left;
		padding:0 1em;
	}

div#footer {
	width:100%;
	background-color:#fff;
	font-size:75%;
	color:#242424;
	text-align:center;
	border-top: 1px solid #242424;
	padding: 3px;
}
	
	
