
	body{
		background-image: url('images/bg.jpg');
		background-position: top center;
		background-repeat: repeat-y;
		background-color: #2f1c09;
		font-family: sans-serif;
		margin: 0 0 6px 0;
	}
	
	a:link,a:visited{
		color: black;
		text-decoration: none
	}
	
	a:hover,a:active{
		color: black;
	}
	
	.tableFull{
		width: 760px;
	}
	
	.tableExpand{
		width: 100%;
	}
	
	.tableNav{
		width: 794px;
		background-image: url('images/navbg.jpg');
		background-position: top center;
		background-repeat: repeat-x;
		background-color: #a78000;
	}
	
	.logo{
		width: 214px;
		height: 80px;
		position: absolute;
		left: 50%;
		z-index: 1;
		padding-top: 6px;
		margin-left: -386;
	}
	
	.navNetwork{
		height: 20px;
		background-color: black;
		font-size: 12px;
		color: white;
		text-align: right;
		padding: 6px;
	}
	
	.nav{
		font-size: 14px;
		text-align: center;
		padding: 8px;
		border: 1px solid black;
	}
	
	.navNetworkLink{
		color: white;
	}
	
	.navSpace{
		padding: 0 6px 0 6px;
	}
	
	.title{
		font-size: 30px;
		font-family: serif;
		font-style: oblique;
		color: #751638;
		text-decoration: underline;
		margin-bottom: 10px;
	}
	
	.titleDescription{
		font-size: 14px;
		font-style: oblique;
		font-weight: bold;
		text-align: center;
	}	
	
	.subtitle{
		font-size: 13px;
		border-bottom: 1px solid black;
	}
	
	.content{
		background-image: url('images/contentbg.jpg');
		background-position: center center;
		background-repeat: repeat-y;
		background-color: #ffff99;
		font-size: 12px;
		text-align: justify;
		padding: 0 42px 17px 42px;
	}
	
	.content294{
		background-image: url('images/content294bg.jpg');
		background-position: center center;
		background-repeat: repeat-y;
		background-color: #ffff99;
		font-size: 12px;
		text-align: justify;
		padding: 17px 42px 17px 42px;
	}
	
	.contentBox{
		padding: 8px;
		border: 2px solid black;
	}
	
	.footer{
		font-size: 12px;
		color: white;
		text-align: center;
	}
	
	.lineFill{
		background-color: black;
	}
	
	.price{
		font-weight: bold;
		padding-left: 20px;
	}
	
	.priceInfo{
		font-weight: normal;
	}

	.frame{
		margin: 6px;
	}