/*external style sheet for final*/


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

/* links & type*/
a:link, a:active, a:visited 
{
	text-decoration:none;
	color:#000;
}

a:hover
{
	color:#fff; text-decoration: underline;
}


h1 
{
	position:relative;
	top:475px;
	left:300px;
	color:#35b1d7;
	font-size:90px;
	font-family: Helvetica;
}

h2 
{
	position:relative;
	top:330px;
	left:500px;
	font-size:40px;
	font-family: Helvetica;
	font-style:italic;

	color:#dd9732;
}


/*layout*/
body
{	
	font-size: 100%;
	font-family: Helvetica;
	background-image:url('pages/images/sky.png');
	background-color:#fff;	
	margin: 0px auto;
}

#wrapper
{
	position:relative;
	top:40px;
	margin:0 auto;
	width:960px;
	height:580px;
	background-color:#fff;
	border:4px solid #dd9732;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior:url('border-radius.htc');
}

#logo
{
	position:absolute;
	top:20px;
	right:0px;
}


#pepper
{
	position:absolute;
	bottom:295px;
	right:680px;
}

#grapes
{
	position:absolute;
	bottom:295px;
	right:820px;
}

#orange
{
	position:absolute;
	bottom:155px;
	right:680px;
}

#apple
{
	position:absolute;
	bottom:15px;
	right:820px;
}

#limes
{
	position:absolute;
	bottom:155px;
	right:820px;
}

#lemon
{
	position:absolute;
    bottom:295px;
	right:540px;
}


.curved, .curved2, .curved3, .curved4 
{ 
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    behavior:url"border-radius.htc";
    width:130px;
    height:130px;
}

.curved
{
    position:absolute;
	bottom:440px;
	right:820px;
	background-color:#36b529;
}

.curved2
{
	position:absolute;
	bottom:440px;
	right:680px;
	background-color:#dd9732;
}

.curved3
{
	position:absolute;
	bottom:440px;
	right:540px;
	background-color:#ddd532;
}

.curved4
{
	position:absolute;
	bottom:440px;
	right:400px;
	background-color:#35b1d7;
}

p
{
	font-family: Helvetica;
	margin:30px;
	margin-top:50px;
	font-size:35px;
	text-align:center;
	color:#000;
}


#nav { }
#footer { }



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

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