@charset "utf-8";
/* CSS Document */
/* MAIN FORMAT */
html,body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
	background:Black;
	color:white;
	/* font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
    /* background-image:url('../Images/background-2560-1440.jpg'); */
}
#container {
    position:relative;
    width:100%;
    min-width:1000px;
    min-height:100%;
    margin:0;
    padding:0;
}
#header {
    width:100%;
    /* background:Black; */
    padding:10px 0;
    color:white;
    text-align:center;
	background-image:url('../Images/background-2560-1440.jpg');
}
#body {
    padding:10px 10px 60px 10px;
	font-size: 18px;
    
 }



#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;  
    margin:0; padding:0;
    /* background:white; */
	background-image:url('../Images/background-2560-1440.jpg');
}
/* END MAIN FORMAT */
div#container {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
}
/* NAV BAR */
            #navbar 
			{
                padding: 0;
                margin: 0;
                /* background-image:url(../Images/background-1920-1080.jpg); */
                font-size: 14px;
                font-family: Arial, sans-serif;
                text-align: center;
            }
            img{border:none}
            
            
            #wrap {
                width: 970px;
                margin-left: auto;
                margin-right: auto;
            }
                       
            /* Menu Start Here */
            
            #menu li {
                display: inline;
                list-style: none;
                padding: 0;
            }
            
            #menu li a {
                
                /* border: 1px solid white; */
                padding: 15px 15px 15px 15px;
                text-decoration: none;
                color:white;
                margin-left: -5px;
                /* This is the background used for the animation */
                background-image: url('../Images/image4.jpg');
                /* Align the image position to the left of the a */
                background-position: left;
                -webkit-transition: all 0.8s ease-in-out;
                /* Animation with transition in Firefox (No supported Yet) */
                -moz-transition: all 0.8s ease-in-out;
                /* Animation with transition in Opera (No supported Yet)*/
                -o-transition: all 0.8s ease-in-out;
            }
            
            #menu li a:hover {
                color: white;
                /* Align the image position of the background to the right*/
                background-position:right;
            }
/* Nav Bar End*/
div.imglink a img 
{
		border:0px solid #000;
}

.bodyfont
{
	color:white;
	font-family:georgia;
	margin-left:50px;
}

a.link:link {
color:white;
}
a.link:visited {
color:white;
}
a.link:hover {
color:White;
}
a.link:active {
color:white;
}
a.emaillink
{
	color:white;
}

div.socialdiv
{
	float:right;
	background-color:#000;
	padding:2px;
	margin:2px;
}#container #body table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
