a { text-decoration: none }
a:hover { color: white }
body { color: #cccccc; background-color: black }

.style1 {color: #FCD26D;font-weight: bold;}
.style2 {font-family: "Times New Roman", Times, serif; font-weight: bold; }
.style4 {font-family: "Times New Roman", Times, serif; font-weight: bold; font-style: italic; }
.style5 {font-family: "Times New Roman", Times, serif; font-weight: bold; color: #FFCC99; }
.style6 {color: #FF9966; font-weight: bold; }
.style7 {font-family: "Times New Roman", Times, serif; font-weight: bold; color: #000000; }
.style8 {color: #FFCC99}

	/* CSS for the box starts here */
	.box {
		padding:0 12px 0 0;
		background:#000 url(borders2.gif) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 12px;
		position: relative;
		background:#000 url(borders1.gif) 0 0 repeat-y;
	}
	.bt {
		height:42px;
		margin:0 -12px;
		background:url(box1.gif) 100% 0 no-repeat;
	}
	.bt div {
		width:43px;
		height:42px;
		background:url(box1.gif) 0 0 no-repeat;
	}
	.bb {
		height:42px;
		margin:0 -12px;
		background:url(box1.gif) 100% 100% no-repeat;
	}
	.bb div {
		width:43px;
		height:42px;
		background:url(box1.gif) 0 100% no-repeat;
	}
	.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#000;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}

	/* 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 */
		overflow:hidden;		/* This chops off any overhanging divs */
		}

	/* holy grail 3 column settings */
	.holygrail {
	    background:#ff9;    	/* Right column background colour */
	}

    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* 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:400px;         	/* Left column width + right column width */
        background:#FFD8B7;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0px 200px;     	/* 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:200px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* 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:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /* --> */

    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->
