/*external style sheet for final*/


*{
margin: 0;
padding 0;
border:none;
}

/* links & type*/

body
{
	background-image:url('images/sky.png');
	background-color:fff;
	font-size:18px;
}

a:link, a:active, a:visited 
{
text-decoration:none;
font-size:18px;
}

a:hover
{
color:#999; 
text-decoration:underline;
font-size:18px;
}

h1 
{ 
font-family:Helvetica;
font-size:60px;
color:#35b1d7;
margin:20px 20px 0;
}

h2 
{ 
font-family:Helvetica;
font-size:30px;
color:#dd9732;
margin:0 20px 5px;
}

h3 
{ 
font-family:Helvetica;
font-size:30px;
color:#000;
margin:25px 25px 25px 150px;
}

h4 
{ 
font-family:Helvetica;
font-size:16px;
color:#000;
text-align:center;
margin-top:10px;
margin-right:30px;
}

p
{
font-family:Helvetica;
font-size:12px;
margin:3px 30px 30px;
line-height:1.5em;
}

/*layout*/

#wrapper
{ 
position:relative;
margin:40px auto;
width:960px;
height:1200px;
background-image:url('images/tree.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:50% ;
}


.curved, .curved2, .curved3, .curved4 
{ 
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    behavior:url('../border-radius.htc');
    background-color:#fff;
    opacity:0.8;
    filter:alpha(opacity=80);
    border:4px solid #dd9732; 
}

#header { }
.curved
{
    position:absolute;
    top:0;
    left:0;
	width:960px;
    height:130px;
}

form
{
position:absolute;
top:20px;
right:10px;
}

input 
{
 background-color:#35b1d7;
}



#nav { }
.curved2
{
position:absolute;
top:170px;
left:0;
width:250px;
height:860px;
}

.facebook
{
position:absolute;
top:240px;
left:5px;
}


#content
{}
.curved3
{
position:absolute;
top:170px;
right:0;
width:670px;
height:860px;
}

#catagories
{
position:absolute;
top:200px;
left:230px;
width:250px;
}

#catagories2
{
position:absolute;
top:350px;
left:120px;
width:250px;
}

#catagories3
{
position:absolute;
top:350px;
left:350px;
width:250px;
}

#catagories4
{
position:absolute;
top:520px;
left:10px;
width:240px;
}

#catagories5
{
position:absolute;
top:520px;
left:230px;
width:240px;
}

#catagories6
{
position:absolute;
top:520px;
left:440px;
width:240px;
}


#footer {}
.curved4
{
	position:absolute;
	bottom:0;
	left:0;
	width:960px;
    height:130px;
}

.copyright 
{
font-size:18px;
}

/*--------------------
Erika Kranek
copyright 2010
written for - wwww.erikakranek.com

swatch colors
------------
ddd532-yellow
36b529-green
dd9732-orange
632a94-purple
---------------------*/
</style>
