/* navleft.css */

html,body { font-family: sans-serif; color: #000080; 
	background-image: url(images/fadedroses.jpg); 
	background-attachment: fixed; 
	margin: 10 px; 
	padding: 10 px; 
	text-align: left; } 

div#wrap {
	margin-left: 110px; text-align: center;
}
div#google {
	padding: 45px 0px 0px;
	float: right;
	height: 620px;
	width: 110px;
}

/* main, to the right */

div#main {
	width: 72%; float: right; text-align: left; 
}
div#maincontent {
	width: 80%;
	float: left;
	text-align: left;
	border: thin none;
}
/* item listings box */
div#items {
	height: 145px;
}

#main p {
	margin: 0;
	padding: 0.5em 4%;
	border: none;

}

/* nav, to the left */

div#nav { position: absolute;
	margin-right: 80%;
	text-align: left;
	margin-left: 110px;
	padding: 0.5em 3%; 
}

#nav p { padding: 10 px; }

/* bottom */
div#bottom { 
	margin-left: 110px; 
	text-align: center;
	clear: both; 
}

#bottom p { padding: 0.5em 2%; }

a:link { color: rgb(191, 95, 132);
    text-decoration: none;
    }

  a:visited { color: rgb(43, 149, 61);
    }

  a:hover {  color: rgb(191, 37, 95);
    font-weight: bold;
    text-decoration: underline;
    }

  a:active { color: rgb(255, 0, 0);
    text-decoration: none;
    }
