@charset "UTF-8";
/* CSS Document */

body{
background-color:#f0ffda;
margin:0px;
height:768px;
font-family:Lucida Grande, Tahoma, Verdana, sans-serif;
color:#FFFFFF;
}


.container{
background-image:url(../images/site/leavesbg.jpg);
background-repeat:no-repeat;
width:1024px;
height:1000px;
margin-left:auto;
margin-right:auto;
}

.main{
background:url(../images/site/blackbg.png) repeat-y;
width:625px;
position:relative;
left:35px;
top:20px;
}

*:first-child+html .main {
background:url(../images/site/blackbg.png) repeat-y;
width:625px;
position:relative;
left:35px;
top:17px;
}
.content{
padding-left:50px;
width:500px;
}

.content h2{
margin:0px;
color:#00e694;
font-weight:100;
font-size:17px;
padding-top:5px;
}

.content p{
font-size:12px;
overflow:hidden;
}

.me{
float:right;
padding-left:10px;
}

.nav{
position:relative;
top:75px;
left:55px;
width:625px;
height:68px;
z-index:1;
}

.topcorner{
position:relative;
top:20px;
left:35px;
z-index:0;
}

.nav a{
padding-right:5px;
}

.content a{
text-decoration:none;
color:#fff04d;
}

.content a:hover{
color:#911f2e;
}

.content h3{
font-size:12.5px;
margin-top:3px;
font-weight:100;
color:#96e835;
text-decoration:underline;
}

.photocategories{
font-size:12px;
color:#96e835;
}

.footer{
background:url(../images/site/roundcorners_bottom.png) no-repeat;
width:625px;
height:68px;
font-size:11px;
color:#44c49d;
text-align:center;
padding-top:10px;
position:relative;
left:35px;
top:20px;
}


.footer a{
color:#9df03a;
text-decoration:none
}

.footer a:hover{
color:#911f2e;
}

.thumb{
padding-top:5px;
}


