    /*///////////////////////////////////////////////////////*/
    /* razorCMS                                              */
    /* theme/default_css.css                                 */
    /* GPLv3                                                 */
    /* smiffy6969                                            */
    /* www.razorcms.co.uk                                    */
    /* www.burningfist.co.uk                                 */
    /* 03/2008                                               */
    /* ----------------------------------------------------- */
    /* V0.1  -  03/2008  -  Version 0.1 first release        */
    /*                                                       */
    /*                      Theme created by smiffy6969      */
    /*                      Copywrited to burningfist.co.uk  */
    /* ----------------------------------------------------- */
    /* V0.2  -  06/2008  -  This file contains changes for   */
    /*                      up issue to V0.2RC               */
    /* ----------------------------------------------------- */
    /* V0.2  -  08/2008  -  RC2 Bug fix release              */
    /*                      No changes to this file          */
    /* ----------------------------------------------------- */
    /*///////////////////////////////////////////////////////*/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 760px;
	max-width: 1400px;
	background-color: #cccfb5;
	font-family: Arial, Helvetica;
	text-align: center;
	float: left;
	background-attachment: scroll;
	line-height: 130%;
	color:#666666;
}

h1 {
    margin: 10px;
    padding: 0px;

    font-size: 95%;
    color: #444444;
}

h2 {
    margin: 0px;
    padding: 0px;
	font-family: Arial, Helvetica;
    font-size: 100%;
    color: #003366;
}

p {
	padding: 0px;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px; 
}

a, a:visited, a:active {
    margin: 0px;
    padding: 0px;
	color: #003366;
    text-decoration: none;
}

a:hover {
    margin: 0px;
    padding: 0px;
    color: #FF9900;
}

img {
    position: relative;
}

#pageframe {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#pageframer {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: auto;
    background-repeat: repeat-y;
    background-position: top right;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/header.jpg);
	background-color: #FCFDFF;
	height: 160px;
}

#headermid {
    margin: 0px;
    padding: 0px;
    height: 180px;
    width: 100%;
    background-image: url(images/headermid.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

#headerr {
    margin: 0px;
    padding: 0px;
    height: 180px;
    width: 100%;
    background-image: url(images/headerr.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

#headerr h1{
    padding-top: 87px;
    padding-left: 30px;
    color: #ffffff;
    text-align: left;
}

#headerr h2{
    padding-left: 30px;
    color: #999999;
    font-size: 80%;
    text-align: left;
}

/* ######################################################### */
/* ######################################################### */
/* Topnav css */
/* ######################################################### */
/* ######################################################### */

#topnav {
	text-align: left;
	background-color: #FFFFFF;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topnav ul {
	margin: 0px;
	padding: 5;
	list-style-type: none;
	font-size: 1.15em;
	background-color: #FFF;
}

#topnav ul li {
	margin-left: 0;
    display: inline;
}

#topnav a, #topnav a:active, #topnav a:visited {
	color: #069;
	text-decoration: none;
	padding: 10px;
	font-weight: normal;
}

#topnav a:hover{
	border: none;
	color: #9C3;
	text-decoration: none;
	background-image: url(images/button_back.gif);
	background-color: #FFF;
	font-weight: normal;
}

/* ######################################################### */
/* ######################################################### */
/* ######################################################### */
/* ######################################################### */

#midbox {
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	position: relative;
	background-image: url(images/tree_back2.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 35px;
	background-position: right bottom;
	background-color: #FFFFFF;
}

#midbox_gallery {
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	position: relative;
	background-image: url(images/tree_back.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	padding-top: 40px;
	padding-right: 230px;
	padding-bottom: 30px;
	padding-left: 35px;
	background-position: right bottom;
	background-color: #FFFFFF;
}

/* ######################################################### */
/* ######################################################### */
/* Navbar css */
/* ######################################################### */
/* ######################################################### */

#leftbar {
	margin: 0px;
	width: 170px;
	position: absolute;
	top: 0px;
	left: 679px;
	padding-top: 50px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 80%;
	clear: both;
	color: #FFFFFF;
}

#leftbar p {
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#leftbar h1, #leftbar h2 {
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#leftbar #leftnav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#leftbar #leftnav ul li {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 100%;
	background-color: #D0E481;
	border: 1px solid #333333;
}

#leftbar #leftnav ul li a {
    margin: 0px;
	padding: 0px;
	color: #207820;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
}

#leftbar #leftnav ul li a:hover{
    margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/* ######################################################### */
/* ######################################################### */


#content {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 810px;
	text-align: left;
	background-repeat: repeat-x;
}

#content ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style-type: circle;
}

#content li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 80%;
    color: #444444;
}

#belownav {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    background-color: #ffffff;
    border: 1px solid #999999;
}

#footerl {
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

#footer {
	height: 30px;
	font-size: 80%;
	text-align: center;
	width: 840px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #003366;
	background-color: #b4c8db;
}

#footer a, #footnav a:active, #footnav a:visited {
	text-decoration: none;
	color: #003366;
}

#footer a:hover{
text-decoration: none;
    color: #FFFFFF;
}

#footerr {
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* ######################################################### */
/* ######################################################### */
/* Footnav css */
/* ######################################################### */
/* ######################################################### */

#footnav {
	text-align: center;
	width: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#footnav ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style-type: none;
	font-weight: bold;
}

#footnav ul li {
    margin: 0px;
    padding: 0px 5px 0px 5px;
    display: inline;
}

#footnav a, #footnav a:active, #footnav a:visited {
	margin: 0px;
	padding: 0px 5px;
	text-decoration: none;
	font-size: 80%;
	color: #003366;
}

#footnav a:hover{
    color: #ff9900;
}

/* ######################################################### */
/* ######################################################### */

.pageheight{
	height: 300px;
	vertical-align: top;
	width: auto;
}
