/* stylesheet for all portfolio pages */

body 
{
	background: #DFF3B4 url(Artwork/gradient_bg.jpg) repeat-x;
	margin: 0px;
}

#flower_bg span
{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 425px; 
	height: 750px; 
	background: url(portfoliodesigns/corner.jpg) no-repeat;
}


.header
{
	font-family: Arial,Helvetica;
	font-size: 12;
	font-weight: bold;
	color: #441A1B;
}

a.headerlinks
{
	letter-spacing: .05cm;
}

a.headerlinks:visited
{
	color: #2B0102;
	text-decoration: none;
}

a.headerlinks:link
{
	color: #441A1B;
	text-decoration: none;
}

a.headerlinks:hover
{
	color: #CBE5F4;
	text-decoration: none;
}

a.headerlinks:active
{
	color: #441A1B;
	text-decoration: none;
}