.right {
	background-image:  		url(../gfx/right.jpg);
	background-repeat: 		repeat-y;
	width:					15px;
	height: 				100%;			
}
.left {
	background-image:  		url(../gfx/left.jpg);
	background-repeat: 		repeat-y;
	width:					15px;
	height:					100%;
}
.navispace {
	width:					40px;
	height:					25px;
}
a {
	font-family:			verdana;
	font-weight:			bold;
	font-size:				10px;
	color:					#b10000;
	text-decoration:		none;
}
body {
	font-family:			verdana;
	color:					#333333;
	text-decoration:		none;
}
.header {
	font-size:				12px;
	font-weight:			bold;
	color:					#b10000;
	padding-bottom:			1px;
}
p {
	font-size:				10px;
	color:					#333333;
}
.info {
	padding-bottom: 		5px;
}