/* CSS Document */

body {
    font-family: Georgia, serif;
	margin: 0;
	padding: 0;
	background-color: #FFCBEF;
	color: #431323;
	font-family: Georgia, serif;
}

a {
color:#000000;
}

a: hover {
color:#FFFFFF;
}

h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

.pageheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 25px;
	top: 12px;
}

.pagesubheader {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 162px;
	top: 118px;
}

.desc {
font-size:12px;
}

a desc {
color:#660033;
font-size:12px;
}

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	z-index:3;
	margin-bottom: 20px;
	padding-top: 160px;
	padding-left: 155px;
	padding-right: 170px;
	
	}
.container {
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	position: absolute;
	width: 777px;
	left: 0px;
}

	#navAlpha {
	position:absolute;
	width:140px;
	top:160px;
	left:0px;
	padding:0px;
	z-index:2;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;
	height: 739px;
	background-image: url(/images/left.jpg);
	bottom: 2px;
	}
	
	
	.prodtable{
	border-bottom:solid #663366 2px;}
	
	#navBeta {
	position:absolute;
	width:120px;
	top:160px;
	right:0px;
	padding:10px;
	z-index:3;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px;
	background-image: url(/images/right.col.bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

.text {
	font-size: 15px;
	font-style: italic;
	color: #972C60;
	position: relative;
	width: 396px;
	left: 133px;
	top: 1px;

}

.nav {
	font-size: 13px;
	font-style: italic;
	color: #FFFFFF;
	position: relative;
	left: 0px;
	top: 200px;
	margin-right: 20px;

}

.navlink {
	color: #201011;
	padding-right: 10px;
}

.footer {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #660033;
	position: relative;
}
