﻿html{height: 100%;}

body
{
	background: #000 url('images/bg.jpg') repeat-y center;
	padding: 0px;
	margin: 0px;
	font-size: .78em;
}

p
{
	margin: 0px;
	line-height: 1.5em;
	padding-left: 11px;
	font-family: Garamond, "Trebuchet MS", Tahoma, Verdana;
	padding-right: 10px;
	font-size: 12pt;
	color: #626262;
}

h1
{ 
  font-family:"Trebuchet MS", Verdana, Georgia, Arial;
  font-size: 108%;
  letter-spacing: .1em;
  font-weight: bold;
}

h2
{ font-family: arial;
  margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
  letter-spacing: -.05em;
  font-weight: normal;
  font-weight: bold;
}

img{
	border: 0px;
}

a{outline: none;}

/* auto margins */

#header
{ margin-left: auto; 
  margin-right: auto;
}

#footer
{ margin-left: auto; 
  margin-right: auto;
}

#main
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 840px;}

/* header */
#header
{ 
width: 840px;
  height: 150px;
}

/* logo */
#logo
{ padding: 11px 0px 0px 14px;
  float: left;
}

#pageheaders
{
	float: left;
	width: 340px;
	height: 65px;
}

/* sidebars */

#leftsidebar
{
	float: left;
	width: 180px;
	padding: 50px 10px 15px 10px;
	background-image: url('images/bgleft.jpg');
	height: 670px;
}

#leftsidebarbio
{
	float: left;
	width: 180px;
	padding: 50px 10px 15px 10px;
	background-image: url('images/bgleft.jpg');
	height: 1050px;
}


#rightsidebar
{
	float: left;
	width: 180px;
	height: 540px;
}

#rightsidebarbio
{
	float: right;
	width: 300px;
	height: 540px;
}

/* interests pages */

#leftsidebarinterests
{
	float: left;
	width: 180px;
	padding: 50px 10px 15px 10px;
	background-image: url('images/bgleft.jpg');
	height: 622px;
}

#rightsidebarinterests
{
	float: right;
	width: 300px;
	height: 540px;
}

/* sidebar items */

.sbilinks ul{margin: 0px 0px 18px 0px;}

.sbilinks li a
{
	list-style: none;
	color: #DDD284;
	font-family: arial;
	font-size: medium;
	font-weight: normal;
	font-weight: bold;
	text-align:left;
}

.sbilinks li
{
	list-style: none;
	color: #DDD284;
	font-family: arial;
	font-size: medium;
	font-weight: normal;
	font-weight: bold;
	padding: 0px 0px 0px 50px;
}

.sbilinks li a:hover
{
	color: #6DA8D2;
	height: 16px;
	text-decoration: underline;
} 

.sbilinks li a
{ height: 16px;
  text-decoration: none; 
} 

/* page content (centre) */

#middlepic
{
	width: 460px;
	float: left;
	height: 540px;
}

#content
{ width: 460px;
  float: left;
}

#contentfill
{
	width: 640px;
	float: left;
	height: 135px;
	background-color: #826D55;
	border-top-color: #6DA8D2;
	border-top-style: solid;
	border-top-width: 12px;
}

#biocontent1
{
	width: 640px;
	float: left;
	margin-top: 15px;
}

#interestscontent
{
	width: 340px;
	float: left;
	margin-top: 5px;
}


#content h1
{
	font-family: Garamond, "Trebuchet MS", Tahoma, Verdana;
	margin: 2px 0px 12px 0px;
	font-size: large;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
	color: #43372C;
}

#content a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

#content a
{
	padding: 0px 0px 2px 0px;
	text-decoration: underline;
}

/* footer */
#footer
{ 
  width: 840px;
  height: 44px;  
  padding: 18px 0px 4px 0px;
  font-size: 80%;
  text-transform: uppercase;
  font-family: verdana, arial, sans-serif;
  clear: both;
  text-align: center;
  background-color: #000000;
}

#footer a
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px dashed;
  color: #584D3D;
}

#footer a:hover
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid;
  color: #6DA8D2;
}


