body    {
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
    font-family: Verdana, "MS Sans Serif", Geneva, sans-serif;
    color: #FFFFFF;
    margin: 0;
    }

/* Main Page Elements
..............................................................*/

#container  {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
    }

#header {
    /*height: 130px;*/
    margin: 0 0 0 0;
    }

#menu   {
	clear: left;
	width: 872px;
	margin: 0;
	border: 0;
	padding: 0;
	float: right;
	position: fixed;
    }
	 
#menu_center	{ /* Fixes Firefox Alignment Error */
	margin-left: 150px;
	float: right;
	}

#left   {
	clear: both;
	float: left;
	width: 400px;
	position: static;
    }

#right  {
	float: right;
	clear: none;
	width: 320px;
    }

#contactleft	{
	 float: left;
    background-color: #CCD812;
	 width: 510px;
    margin: 20px 0 10px 0;
	}

#contactright	{
	 float: right;
    background-color: #CCD812;
	 width: 265px;
    margin: 20px 0 10px 0;
	}

#footer {
	clear: both;
	width: 900px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
    }


/* Secondary Elements
..............................................................*/    

#main   {
    margin: 0 0 20px 20px;
	 padding-top: 10px;
    }

#side_feature   {
    padding: 0 0 0 20px;
    line-height: 1em;
	 background-image: url(images/side_bg.gif);
	 background-position: left;
	 background-repeat: repeat-y;
    }

#contact_top    {
    background-image: url(images/bg_contact_top.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 30px;
    margin: 0;
    }

#contact_left   {
    float: left;
    padding-left: 20px;
    }

#contact_right  {
    float: right;
    width: 305px;
    }

.testimonial	{
	background-image: url(images/quote_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 20px 15px 0 15px;
	padding: 6px 0 0 0;
	font-style: italic;
	font-size: 1em;
	}
	
.testimonial_underneath	{
	background-image: url(images/quote_top_underneath.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 15px 0 15px;
	padding: 6px 0 0 0;
	font-style: italic;
	font-size: 1em;
	}

.testimonial_sidebar	{
	background-image: url(images/quote_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 5px 15px 0 0;
	padding: 6px 0 0 0;
	font-style: italic;
	font-size: 1em;
	}

.testimonial_content	{
	background-image: url(images/quote_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 24px 0 30px;
	}
	
.testimonial_content_sidebar	{
	background-image: url(images/quote_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 24px 0 30px;
	}
	
.testimonial_content_underneath	{
	background-image: url(images/quote_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 24px 0 30px;
	}		


/* Text
..............................................................*/

p   {
    font-size: 0.7em;
    line-height: 1.4em;
    margin: 0;
    }
    
h1  {
	background-repeat: no-repeat;
	background-position: left top;
	color: White;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	 }

h2  {
    font-size: 0.9em;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 10px 0;
    }

h3  {
    font-size: 0.9em;
    font-weight: bold;
    color: #CC0000;
    margin: 0 0 4px 0;
    }

hr  {
    height: 1px;
    color: #949494;
    }
	
h10 {
	color: White;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
}
.hhh {
	font-weight: bold;
	padding-top: 8px;
	font-size: 1.1em;
}


#main   p   {
    margin: 6px 0 12px 0;
	 }

#footer p   {
    font-size: 0.7em;
    }

#contact p  {
    font-size: 0.9em;
    font-weight: bold;
    }

#side_feature h2    {   
    margin: 0 0 2px 0;
    }

#side_feature p {   
    margin: 0 0 4px 0;
    }   

.contact_big    {
    font-size: 1.1em;
    color: white;
    clear: none;
    }

.smallbold  {
    color: #CC0000;
    /*font-size: 0.7em;*/
    font-weight: bold;
    line-height: 1.5em;
    }

.smallboldblue  {
    color: #CC0000;
    /*font-size: 0.8em;*/
    font-weight: bold;
    line-height: 1.5em; 
    }

.small	{
	font-size: 0.6em;
	margin: 0;
	line-height: 0;
	}

.testimonial_content	p {	
	width: 380px;
	}

/* Links
................................................................ */

a   {
    }

a:link, a:active, a:visited {
    color: #990000; 
    }

a:hover     {
    color: #FF0000; 
    }
    
.contact_big a:link, .contact_big a:active, .contact_big a:visited {
    color: white; 
    }

.contact_big a:hover    {
    color: #2A2A2A; 
    }
 

/* There is no TD - as this seems to fuck up the menu style for some bizarre reason !! */

.border  {
    border-right: 1px dotted #AABBC0;
    border-bottom: 1px dotted #AABBC0;   
    padding: 4px 6px 4px 6px;
    }

.no_bottom  {
    border-bottom: 0px;
    padding: 4px 6px 4px 6px;	 
    }

table a, table a:link, table a:visited {
    color: #FF0000; 
    }

table a:hover   {
    text-decoration: underline;
    color: #FF0000;   
    }

th a, th a:link, th a:visited    {
    text-decoration: none;
    color: #2A2A2A; 
    }

th a:hover  {
    text-decoration: underline;
    color: black;   
    }
	 

/* Lists
................................................................ */

ul    {
	font-size: 0.7em;
   line-height: 1.3em;
   margin: 0 0 0 30px;
   padding: 0;
   }

li    {
   margin: 0 10px 6px 0;
   }
	 
table	ul	{
	font-size: 1.1em;
	}

#footer ul    {
	margin: 0 0 0 100px;
	width: 550px;
	font-size: 0.6em;
	font-weight: bold;
	color: #2F7BB7;	
	text-align: center;
   }

#footer li    {
	float: left;
	list-style: none;
   margin: 0 16px 4px 0;
	color: #2F7BB7;
	text-decoration: none;
	height: 10px;
   }
#container #left {
	clear: both;
	float: none;
	width: 150px;
}
#container #midd {
	clear: left;
	float: left;
	width: 450px;
}
.bg {
	background-attachment: scroll;
	background-image: url(images/cave.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.mon_back {
	background-attachment: scroll;
	background-image: url(images/various.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.jandn {

	background-attachment: scroll;
	background-image: url(images/jonniandnellie.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.extract1 {


	background-attachment: scroll;
	background-image: url(images/spid.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.extracts2 {


	background-attachment: scroll;
	background-image: url(images/jonniandnellie.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.extract3 {



	background-attachment: scroll;
	background-image: url(images/variou.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.smallboldgold {

    color: #CCCC33;
    /*font-size: 0.8em;*/
    font-weight: normal;
    line-height: 1.5em;
}
