/*   
Theme Name: lukeMV.com
Theme URI: http://lukeMV.com
Description: Designed for lukeMV
Author: Luke M. Vaillancourt
Author URI: http://lukeMV.com
Version: 4.0
.
This theme cannot be used or reused in any way, shape, or form.
.
*/

*{
    margin:0;
    padding:0;
    font: 12px "Gotham Black", Arial, sans-serif;
    color:#535353;
}

img{
	border:none;
}

body{
	overflow:hidden;/*Needed to eliminate scrollbars*/
    background-color: #f0f0f0;
}
#headerHome{
    margin: auto;
    height: 50px;
    font: 15px "Gotham Black", Arial, sans-serif;
    top: 175px;
    background-color:#FFF;
    border-top:3px solid #202020;
    border-bottom:3px solid #202020;
    position:absolute;
    padding: 10px;
}

#footer{
    margin:0px auto;
    height:90px;
    width:100%;
    bottom:25px;
    position:absolute;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
    background-color: transparent;
    background-image: url("images/FooterBackground.jpg");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0px 10px;
}
#footer li{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    font: 12px "Century Gothic","Avant Garde",Verdana,Helvetica,Arial,sans-serif;
    text-shadow: #ede3e3 2px 2px;
}
#footer a{
    text-decoration: none;
}