
body {
	background-color: #FFFFFF;
	background-image: url(../background/background_texture.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-attachment: fixed;
	margin:	0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}



/* LEFT HAND COLUMN FOR NAVIGATION */

div#sidebar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 600px;
}


div#nav {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 350px;
	height: 552px;
}

div#nav-nostyle {
	display: none;
}

#sidebar p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#sidebar img {
	vertical-align: middle;
}

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

#sidebar a:hover {
	color: #000000;
	text-decoration: none;
}


