    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#eee;
        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:80%;
		max-width: 984px;

    }
	a {
    	color:#a70819;
		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}
    h1, h2, h3, h4 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
	h1 {
		margin:.2em 0 .2em 0;
		color:#a70819;
		font-weight: normal;
		font-style: italic;
	}	
	h2 {
		color:#a70819;
		font-weight: normal;
	}
	h3 {
		color:#a70819;
		font-weight: bold;
	}
	h4 {
		color:#a70819;
		font-style: italic;
	}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
		border: 0px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
	/*	border-bottom:1px solid #929290; */
		background: #000000;
		color: #FFFFFF;
	}
	/* '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 right menu settings */
	.rightmenu {
	    background:#000000;
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-200px;
        position:relative;
        right:100%;
        background:#fff;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        margin:15px 15px 0 215px;
        overflow:hidden;
	}
    .rightmenu .col2 {
        float:right;
        width:170px;
        position:relative;
        left:185px;
		color: #FFFFFF;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		background:#000000;
		border-top:4px solid #000; 
    }
    #footer p {
        padding:10px;
        margin:0;
    }

	/* RailCam menu styles */

.railcams_menu
{
text-decoration: none;
background: #000000;
text-align: center;
font-size: 90%;
}

.railcams_menu td
{
border: 1px solid #929290;
padding: 10px;
}
.railcams_menu td:hover, .railcams_menu td.sfHover,
.railcams_menu a:focus, .railcams_menu a:hover, .railcams_menu a:active
{
	background:		#a70819;
	outline:		0;
	text-decoration: none;
}

.railcams_menu a
{

color: #FFF;

}

	/* Archives menu styles */

.archives_menu
{
text-decoration: none;
background: #224422;
text-align: center;
font-size: 90%;
}

.archives_menu td
{
border: 1px solid #929290;
padding: 10px;
}
.archives_menu td:hover, .archives_menu td.sfHover,
.archives_menu a:focus, .archives_menu a:hover, .archives_menu a:active
{
	background:		#a70819;
	outline:		0;
	text-decoration: none;
}

.archives_menu a
{

color: #FFF;

}

	/* Highlights menu styles */

.highlights_menu
{
text-decoration: none;
background: #222244;
text-align: center;
font-size: 90%;
}

.highlights_menu td
{
border: 1px solid #929290;
padding: 10px;
}
.highlights_menu td:hover, .highlights_menu td.sfHover,
.highlights_menu a:focus, .highlights_menu a:hover, .highlights_menu a:active
{
	background:		#a70819;
	outline:		0;
	text-decoration: none;
}

.highlights_menu a
{

color: #FFF;

}
