﻿	* {
		margin:0;
		padding:0;
		}

	html, body {
		
		font-family: Arial;
		font-size: 12px;
		}

	body {
		background-color:#141414;
		text-align:center; /* horizontal centering for IE Win quirks */
		}
    a
    {
    color: #ff8400;
    text-decoration: none;
    }

    h1
    {
        font-size: 22px;
        }

    #header
    {
        margin-top: 20px;
        background: url(images/head.jpg);
        height: 180px;
        width: 871px;
        margin-bottom: 10px;
        }
        
    .menu        
    {
        margin-top: 147px;
        }

    .menu .menyval
    {
        margin-left: 35px;
        border:none;
        }

    .menu .menyval2
    {
        margin-left: 290px;
        border:none;
        }

	#container {
		margin:0 auto;
		/*position:relative;*/ /* puts container in front of distance */
		text-align:left;
		width: 871px;
		}

	#container p
	{
	    margin: 10px 0px 10px 0px;
	    }

    #content
    {
        background-color: #e4e4e4;
        width: 808px;
        }
.content-margins
{
    margin:30px;
    }

address 
{
    margin-top: 10px;
    color: #ededed;
	font-size:12px;
	font-style:normal;
	text-align:center;
	clear: both;
	}
		
.loginBtn
{
    text-align: right;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}
		
