body {font-family: Georgia, Arial, Verdana, sans-serif;
}
h1{font-size: 150%;
color:#000; }
h2{font-size: 120%;
color:#000;}
h3{color:#000;
}

 body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        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:100%;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
        background:#000;
    }
	#header {
		
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
    #header a {
    color:#fff;
    }
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		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 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 */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#fff;
    }
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
        
	}
    .leftmenu .col2 {
        float:left;
        width:160px;
        position:relative;
        right:160px;
        
        
    }
    .leftmenu .col2 p {
        font-family:cursive;
        font-size:80%;
        font-style:italic;
        width:120px;
        float:left; 
        margin-left:5px;
        color:#232728;}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
        background:#000;
    }
    #footer p {
        padding:10px;
        margin:0;
        color:#fff;
        font-size:70%;
    }

table.regular {
             table-layout:fixed;}
             
    .gallery {
        float:left;
        padding:0px;
        margin:0px;
    }
    
    .logos {
       width:200px;
       margin-top:15px;
       margin-left:40px;
       background-image: url(images/steel.jpg);
       padding:20px; 
       float:right;
    }
    
    .leftmenu .col1 ul {
       color:#000;
       list-style-image:url(images/checkmark.gif);
    }
    
    .leftmenu .col1 .red {
       color:#db2a30; 
    }
    
    .leftmenu .col2 .red {
       color:#db2a30;
    }
    
    .lefmenu .col1 .p .small {
       font-size:60%;
       font-style:italic; }
       
    #footer .footerpic {
       float:right;
    }
    