/* CSS Document */

body {
	background-image: url(../images/bg_stripes.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
}

#wrap2 {
	width: 940px;
	background-color: #FFFFFF;
	font-size: small;
	height: 872px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#content2 {
}

#nav {
	width: 150px;
	text-align: left;
	font-size: 80%;
	margin-top: 0px;
}

#nav img{
	margin-bottom: 40px;
	margin-top: 40px;
	border: 0px;
}

.navItem {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	line-height: 2.5em;
	text-transform: uppercase;
	margin: 0;
}

.navItem a{
	color: #999999;
	text-decoration: none;
}

.navItem a:hover{
	color: #666666;
	text-decoration: none;
}