    body {
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        /*width:100%;*/
        /*background:#8fd7ff;*/
        background-image:url('images/bigdogbg.jpg');

        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
 	margin: 0 0 20px 0;
 	text-align: center;


    }
img {
border: 0
}

	a {
color:#ff9a00;
font-family:verdana,helvetica,arial,sans-serif;
text-decoration: none;
margin: 0;
padding: 0;
	}
	a:hover {
/*color:#000;
background:transparent; 
		text-decoration:underline;*/ 
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
font-family:verdana,helvetica,arial,sans-serif;
font-size: 12px;
color:#3c4041;

    }
	img {
		margin:0px 0 0px;
padding:0px 0 0px;
	}

    #root {
 	margin-left: auto;
 	margin-right: auto;
 	width: 1010px;
 	text-align: left;
	padding-left: 5px;
    }

    #leftborder {
float:left;
width: 5px;
padding-left: 5px;
color:#000000;
	background:#000000;

    }

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:1000px;
    }
	#header {
		/*border-bottom:0px solid #000;*/
border-right-style:solid;
border-right-width:0px;
border-right-color:#ffffff;
border-left-style:solid;
border-left-width:0px;
border-left-color:#ffffff;
margin:0;
padding:0;
background:#ff9a00;

	}
	#header a {
          padding:0px 0px 0px 0px;
          margin:0;
          border-width:0;
          border-style:none;
          border-color:#ff9a00;
        }
        #header a img {
          border:none;
          vertical-align:top;
        }
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
		/*height:22px;*/
	    list-style:none;
	    margin:0;
            background:#ff9a00;
	    padding:0px 0px 0px 0px;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:0px 0px;
	    text-align:center;
	    background:#ff9a00;
	    color:#ff9a00;
	    text-decoration:none;
	    position:relative;
	    left:7px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		color:#ff9a00;
	}
	#header ul li a.active,
	#header ul li a.active:hover {

	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	#strapline {
		text-align:center;
	   /*background:#2e3132;*/
background:#333333;
color: #92d7ff;
	}

.inset_sidebox {
	background:#e3e1e2;
border:1px solid #00afcc;
font-family:verdana,helvetica,arial,sans-serif;
padding: 5px;
margin-bottom: 20px;
}
.plain_sidebox {

font-family:verdana,helvetica,arial,sans-serif;
padding: 5px;
margin-right: 5px;
margin-bottom: 20px;
}
.plain_sidebox p {
color:#fff;
}

.plain_sidebox a {
color:#ff9a00;
font-family:verdana,helvetica,arial,sans-serif;
text-decoration: none
}
.sidetitle {

/*background:#3d7f55;*/
color:#fff;
font-weight:900;
letter-spacing:-1px;
margin-top: 0;
margin-bottom: 5;
padding: 0;
height: 26px;
}
.leftside {
text-align: right;
margin-left:-10px;
}
.rightside {
text-align: left;
margin-right:-20px;
}
.title p {
	border-top:10px solid #fff;

}

.page_title {
	text-align: center;
        padding: 10px;
}

	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        /*width:100%;*/				/* width of whole page */
width: 1000px;
		overflow:hidden;		/* This chops off any overhanging divs */
border-right-style:solid;
border-right-width:0px;
border-right-color:#ffffff;
border-left-style:solid;
border-left-width:0px;
border-left-color:#ffffff;
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#333333;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-207px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:414px;         	/* Left column width + right column width */
        background:#333333;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:207px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 225px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:193px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:7px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:207px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:8px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:1000px;
		/*border-top:1px solid #000;*/
background: #333333;
text-align: center;
padding-top: 15px;
border-right-style:solid;
border-right-width:0px;
border-right-color:#ffffff;
border-left-style:solid;
border-left-width:0px;
border-left-color:#ffffff;
    }
    #footer p {
        padding:10px;
        margin:0;
background: #333333;
color: #767475;
    }
#footer div.banner {
	border-top:1px solid #ff9a00;
border-bottom:1px solid #ff9a00;
padding-top: 15px;
padding-bottom: 10px;
}

