﻿
body {
    background-color: #111111;
    }

#bg {
    position: relative;
    width: 1800px;
    height: 1200px;
    left: 50%;
    top: -260px;
    margin:  10% 0 0 -900px;
    background-image: url("index.jpg");  
    }

#menu {
    position: absolute;
    top: 0px;
    left: 20px;
    
    display: block;
    padding: 40px;
/*     height: 1200px; */
    
    background-color: white;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    
/*
    border-right-style: solid;
    border-right-color: #666666;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-width: 1px;
*/
    }


#menu a {
    font-family: Century Gothic, Arial;
    font-size: 17px;
    color: #111111;
    text-decoration: none;
    }

#menu a:hover{
    text-decoration: underline;
}


#menu ul {
    padding: 0;
    margin: 0;
}

#menu li {
    color: white;
    list-style: none;
    }
    
#menu li a {
    color: #111111;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    }
    
#menu li a:hover {
/*  letter-spacing: 0.5em;
    font-weight: normal;
    margin: 0 0 0 -10px; */
    font-weight: bold;   
    text-decoration: none;
    }
    
#menu h3 {
    color: #111111;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    margin: 15px 0 2px 0;
}
/*    
#logos {
	position: absolute;
	height: 15px;
	width: 61px;
    left: 100%;
    top: 0px;
    margin: 10px 0px 0 0px;
    margin-left: -71px;
    display: block;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}*/

#contact {
	position: absolute;
	height: 50px;
	width: 50px;
	left: 50%;
	top: 10%1200px;
	margin: -1140px 0 0 -170px;
	display: block;
}	