/* Arrows  */

body {
	background-image: url(images/side-pink.gif);
	background-repeat: repeat-y;
	background-position: left 132px;
}

#arrowright a  {
	background-image: url(../images/arrowr-int.gif);
}


#arrowleft a  {
	background-image: url(../images/arrowl-int.gif);
	}


#header {
	background-image: url(images/header-pink.gif);
	background-repeat: no-repeat;
	height: 106px;
}

#copyright {
	font-size: 90%;
	color: #AA1458;
}


a:link, a:visited, a:active{color: #AA1458;}
a:hover {color: #999999;}


/*-------MAIN NAVIGATION-----------*/

div#nav
{
	background-color: #AA1458;
	border-top: 1px solid #AA1458;
	border-bottom: 1px solid #AA1458;
}


div#nav ul
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 140%;
	font-weight:bold;
		width:800px;
}

div#nav ul li
{
display: inline;
margin-left: -4px;
}

div#nav ul li a
{
padding: 2px 10px 3px 10px;
color: #FFFFFF;
text-decoration: none;
border-right: 1px solid #F1EFE2;
}

div#nav ul li a:hover
{
background-color: #D1186B;
color: #FFFFF0;
}

#active a {
	border-left: 1px solid #030;
	background-color: #D4D0C8;
}

#nav li#active a {
	background-color: #FFFFFF;
	color: #666666;
}

/* END MAIN NAVIGATION-----------*/

