#pirtd41933
{
	text-align: center;
}

body {
	background: #E6E6E6 url(images/background.gif) repeat-y top left;
	color: #46413C;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	margin-top: 0em;
	margin-left: 190px;
	padding: 0px;
}

.boxitem {
	border-bottom: 1px solid #bbb;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-right: 8px;
	margin-left: 4px;
	display: block;
	text-align: center;
}

.plainBoxItem
{
	display: block;
	text-align: center;
	padding-top: 1em;
}

.box {
		position: absolute;
		/*background-color: #fff;
		border: 1px solid #aaa;*/
		left: 706px;
		top: 7em;
		width: 159px;
		height: 300px;
	}
	
.area {
	position: absolute;
	width: 650px;
	left: 80px;
}
    
a {
	color: #555;
}

a:hover {
	color: #222;
	text-shadow: #aaa 1px 1px 1px;
}

h2 {
	text-shadow: #aaa 3px 3px 3px;
	font: 155% "Skia", Sans;
	color: #555;
}

h3 {
	font: 80% "Skia", Sans;
	color: #555;
}

.navBar {
	height: 28px;
	width: 556px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 16px;
}

.navItem
{
	width: 105px;
	height: 32px;
	padding-top: 7px;
}

.navItemSelected
{
	width: 105px;
	height: 32px;
	padding-top: 7px;
	background-image: url(images/navitemSelected.jpg);
	background-repeat: repeat-x;
}

.navItemSelected .navlink
{
	color: #000;
}


.navItem:hover {
	background-image: url(images/navitem.jpg);
	background-repeat: repeat-x;
}

.navlink
{
	color: #333;
	text-decoration: none;
	text-shadow: #aaa 1px 1px 1px;
	text-align: center;
	font-family: "Skia",Sans;
	font-size: 14px;
}

.navItem:hover .navlink
{
	color: #fff;
}

