/* The purpose of this css file is to override all other stylesheets with the desired colors for that page */

body
{
	background: rgb(93,38,97) url(/images/backgrounds/purpleBack.jpg) no-repeat 0 0 fixed;
}

#author, #menu, #menu a, #menu a:link, #menu a:visited
{
	color: rgb(93,38,97);
}

#line
{
	border-top: 1px solid rgb(93,38,97);
}

#home #line
{
	background: url(/images/backgrounds/design.gif) 0 0 no-repeat !important;
	height: 45px;

}
/*
#menu a:hover
{
	background: purple;
	color: white;
}
*/
#menu a
{

}

#menu
{
/*	border-bottom: 1px solid rgb(93,38,97);  */

}

#menu ul
{
/*	border-bottom: 1px solid rgb(93,38,97);   Works in XP*/
}

#menu ul li
{
	border: 1px solid rgb(93,38,97);
	border-top: none;
	border-bottom: none; 
}
/*
.boxA
{
	background: url("/images/backgrounds/purple1.png");
}

.boxB
{
	background: url("/images/backgrounds/purple2.png");
}

.boxC
{
	background: url("/images/backgrounds/purple3.png");
}
*/
div.roundedContent
{
}


div.roundedContent p 
{
/*	background: #E2D6E6 url("/_private/final_corner/right.gif") top right repeat-y; */
}

#author div.tl
{
/*	border: 3px solid blue; */
}

div.tl
{
	background: url("/images/borders/blackborder/purple.gif") top left no-repeat;
}

div.tr
{
	background: url("/images/borders/blackborder/purple.gif") top right no-repeat;
}

div.bl
{
	background: url("/images/borders/blackborder/purple.gif") bottom left no-repeat;
}

div.br
{
	background: url("/images/borders/blackborder/purple.gif") bottom right no-repeat;
}


/* now author needs to be white */
div.tlwhite
{
	background: url("/images/borders/blackborder/bw.gif") top left no-repeat;
}

div.trwhite
{
	background: url("/images/borders/blackborder/bw.gif") top right no-repeat;
}

div.blwhite
{
	background: url("/images/borders/blackborder/bw.gif") bottom left no-repeat;
}

div.brwhite
{
	background: url("/images/borders/blackborder/bw.gif") bottom right no-repeat;
}

#copy
{
	background: #E2D6E6;
	display: none;
}