html
{
	padding: 0;
	margin: 0;
   }

body
{
 margin: 0;
 padding: 0;
 color: #336600;
 background: #faf0dd url(mainback2.gif) repeat-y 0 0;
 font-family: Arial, Helvetica, sans-serif;
 	/* set font size to medium in all browsers except IE versions with parsing problems */	
  font-size: small;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: medium;
  }
/* be nice to Opera hack */
html>body {
  font-size: medium;
  }

a:link
{
 color: #336600;
}
a:hover
{
 color: #993300;
}
a:visited
{
 color: #336600;
}

img
{
border: none;	
}

#content ul ol
{
 line-height: 1.2em;
}

#content li
{
 padding: .2em;
}

#wrapper
{
}

#leftside
{
	width: 163px;
}

#content
{
	position: absolute;
	margin-left: 178px;
	top: 0;
	left: 0;
	width: 520px;
	background: #ffffff url(back.jpg) no-repeat scroll left;
	font-size: 90%;
}

#content h1
{
	font-size: 120%;
	font-weight: bold;
	margin-left: 20px;
}

#content h2
{
	font-size: 100%;
	font-weight: bold;
	margin-left: 20px;
}


#heart{margin-left: 20px;}
#footer
{
 font-size: 75%;
 clear: both;
}

#logos
{
 color: #336600;
}

#logos span
{
 color: #ffffff;	
}

#leftside img
{
 margin: 10px 15px 20px 15px;
}

#leftside h3 
{
 margin: 0;
 background-color: #DB8142;
 border-top: 1px solid #8C4620;
 border-bottom: 1px solid #8C4620;
 font-weight: bold;
 text-align: left;
 font-size: 95%;
 padding: .3em;
 color: #faf0dd;
}

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

#leftside li
{
 list-style: none;
 margin: 0;
 padding: 0;
}
 
/* a links within nav menu */
 
#leftside a
 {
 display: block;
 color: #336600;
 text-decoration: none;
 text-align: left;
 font-size: 80%;
 font-weight: bold;
 padding: .3em .7em .3em .3em;
 }
 
 /*class to highlight current page with wider border */
#leftside a.current  
 {
 color: #993300;
 font-weight: bold;
 font-size: 90%;
 text-decoration: none;
 background-color: #FFCC66;
 }
 
 /*class to display subitems in the menu */
#leftside a.subitem  
 {
 color: #336600;
 text-decoration: none;
 font-size: 70%;
 padding-left: 20px;
 }
 
 /*class to display current subitem in the menu */
#leftside a.currentsub  
 {
 color: #993300;
 font-weight: bold;
 text-decoration: none;
 font-size: 80%;
 padding-left: 20px;
 background-color: #FFCC66;
 }
 
 /*to ensure that visited links within the nav remain the correct colour */
#leftside a:visited  
 {
 color: #336600;
 text-decoration: none;
 }
 
/* changes link colour on mouseover */
#leftside a:hover  
 {
 color: #faf0dd;
 text-decoration: none;
 background-color: #FFCC66;
 font-weight: bold;
 }
 
 #content table
 {
 	margin-left: 20px;
	font-size: 80%;
	
 }
 
 #content td
 {
 	border: 1px solid #FFCC66;
 }
 
 #content table.noborder td
 {
   table-layout: inherit;
   border: 0;
 }


 
 p.regular
 {
  padding: 5px 20px;
  line-height: 1.2em;
 }
 
 p.footer
 {
  padding: 5px 20px;
  border-top: 1px solid #baca8b;
 }
 

 img.title
 {
 	margin: 10px 0 30px 0px;
	border: none;
 }
 
 span.bold
 {
 	font-weight: bold;
 }
 
 #content span.xxlarge
 {
 	font-size: xx-large;
	color: #993300;
}
 
 p.red
 {
   background-color: #faf0dd;
	border: 1px dotted #b34c3d;
   padding: 5px 10px;
	margin-left: 40px;
	margin-right: 50px;
 	color: #b34c3d;
 }
 
 img.portfolio
 {
 	float: right;
	clear: both;
	border: none;
 }
 
 