/*
Theme Name: DESIGN
Description: Michael Rioux, by carlos esparza.
Version: 0.0
Author: carlos esparza
Author URI: http://carlosesparza.com/

*/

html, body{
margin:0px;
padding:0px;
}

p.copy{
font-family:georgia;
font-size:12px;
color:#666;
padding-left:10px;
float:left;
}

#header{
position:fixed;
width:100%;
z-index:1;
}

#header img{
position:absolute;
z-index:10;
top:5px;
left:160px;
width:542px;
height:193px;
display:block;
}

img{
margin:0px;
padding:0px;
border:0px;
float:left;
z-index:1;
}

#header ul{
margin:0px;
padding:0px;
list-style:none;
font-family:georgia;
position:relative;
left:100px;
top:2px;
padding-right:10px;
float:left;
z-index:20;
}

#header li a{
background:white;
}

#header li a:hover{
background:black;
}

#content{
width:600px;
position:relative;
top:-326px;
margin:0 auto 0 auto;
}

#footer{
font-family:georgia;
color:#ddd;
width:400px;
float:right;
position:relative;
top:200px;
left:-440px;
}