/*Reset*/
*{
margin:0;
padding:0;	
outline:none;
font-family: Century Gothic, sans-serif;
}

ul,ol{
list-style-type:none;
}
a{
text-decoration:none;
color:#646363;
}
a img{
border:none;
}
p{
color:#646363;
font-size:14px;
}
a span{
visibility: hidden;
}
a:hover span{
visibility: visible;
}
/*End Reset*/

/*Wrap*/
#wrap{
width:960px;
margin:0 auto;
}
/*End Wrap*/

/*Logo*/
h1 a{
background-image: url(images/logo.gif);
text-indent:-9999px;
background-repeat: no-repeat;
display:block;
height:58px;
width:266px;
}
#logo{
	margin-top:100px;
}
/*End Logo*/

/*Main*/
#main{
	margin-top:55px;
}
/*End Main*/

/*Nav*/
#nav {
float:left;
font-size:14px;
margin-left:36px;
text-align:right;
width:115px;
}
#nav ul li{
margin-bottom:10px;
}
#active span{
visibility:visible;
}

/*End Nav*/

/*Content*/
#content{
float:left;
width:440px;
margin-left:50px;	
}
/*End Content*/

/*Gallery*/
.gallery{
width:75px;
margin-top:10px;
}
ul.gallery li{
display:inline;
margin:5px;
padding:0;
}
/*End Gallery*/

/*Sketchbook*/
#sketchbook{
margin-top:16px;
}
/*End Sketchbook*/

/*Footer*/
#footer{
clear:both;	
text-align:right;
padding-top:300px;
}
#footer p{
font-size:10px;
}
/*End Footer*/