	  body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#000;
        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-family: arial, sans-serif;
		font-size:75%;
		color: #FFA			
    }
	
	#title {
	margin-top: 5px;
	}
	
	#header {
	margin-top: 9px;
	margin-bottom: 10px;
	}
	
	a.first:link, a.first:visited, a.first:active  {text-decoration: none}
	a.first:hover {text-decoration: underline}

	a:link, a:visited, a:active  {text-decoration: none}
	a:hover{text-decoration: underline}

	a.footer:link, a.footer:visited, a.footer:active  {text-decoration: none}
	a.footer:hover{text-decoration: underline}
	
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#000;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	table.center {
		width:100%;
		background:#151515;
		border-top:solid 20px #000;
		margin-bottom:30px	
	}
	
	table.side {
		background:#000;
		width:100%;
		margin-bottom:30px
		}
		
	table.menu{
	background:#000}	
		
	
		
	td {
		padding: 5px 5px 5px 5px
		}	
		
	td.side, td.center {
		padding: 10px 5px 25px 5px
		}
		
	td.menu{	
		padding: 20px 5px 10px 5px;
		}
	
	/* 3 Column settings */
	
	.threecol .colmid {
		right:20%;				/* width of the right column */
		background:#000000;		/* center column background colour */
		}
		
	.threecol .colleft {
		right:60%;				/* width of the middle column */
		}
	
	.threecol .col1 {
		width:56%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:16%;				/* Width of left column content (column width minus padding on either side) */
		left:26%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:16%;				/* Width of right column content (column width minus padding on either side) */
		left:90%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
		text-align:center;
		
		padding-bottom:20px
		}
    