html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF; 
	padding: 0;
	text-align: center;
	font: 11px/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

h1, h2, h3, h4 { 
	font-family: "Helvetica Neue", Arial, 	Helvetica, Geneva, sans-serif;}

h1 {
	font: normal 16px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
	margin:0;
}

h3 {
	margin: 5px 0 5px 0 !important;
	margin: 0;	
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

.Title_Style {
	font-size: 11px/1.6em;
	font-weight: bold;
}

.Details_Style {
	font-size: 11px/1.6em;
}


/* Link Styles
------------------------------ */
a:link, a:visited { 
	text-decoration: none;
	color: #666; 
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #9C3;
}

.SeriesLink {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.IndexLink {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.OtherLink {
	font-size: 11px;
}

.PotatoesLink {
	font-weight: bold;
	font-size: 9px;
}

.IndexCurrent {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 1px 4px 2px;
}

.SeriesCurrent {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 1px 4px 2px;
}

.AnalogHeader {
	font-weight: bold;
	color: #000;
}

#LightGreyLink {
	color: #CCC;
}

/* Divs
------------------------------ */

#Container {
	position: absolute;
	left: 50%;
	text-align: left;
	width: 880px;
	background: #FFF;
	-moz-border-radius: 10px;
	padding-bottom: 0;
	margin: 40px auto 0 -540px;
}

* html #Container {
	width: 880px;
}

#C_Left {
	width: 180px;
	float: left;
	margin-right: 20px;
	display:inline;
}
	
#C_Left ul {
	list-style-type: none;
}

#C_Left_Nav_Series {
	width: 180px;
	text-align: right;
	margin-top: 73px;
}

#C_Left_Nav_Other {
	width: 180px;
	text-align: right;
	margin-top: 20px;
}

#C_Right {
	width: 680px;
	float: right;
	display:inline;
}

#C_Right_Logo {
	width: 680px;
	height: 20px;
}

#C_Right_Hdr {
	width: auto;
	height: 57px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

#C_Right_Nav_L {
	float: left;
	text-align: left;
	height: auto;
	padding-top: 15px;
	display:inline;
}

#C_Right_Nav_R {
	float: right;
	text-align: right;
	padding-top: 15px;
	display:inline;
}

#C_Right_Img_Cont {
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}

#C_Right_Img_Meat {
	width: auto;
	height: auto;
}

#About_Meat {
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 40px;
}


#C_Right_Img_Potatoes {
	width: auto;
	height: auto;
	text-align: left;
	margin-top: 20px;
	padding-top: 6px;
	border-top: 1px solid #CCC;
}

#C_Right_Img_License {
	width: auto;
	height: auto;
	text-align: left;
	margin-top: 20px;
	font-size: 9px;
	color: #CCC;
	font-weight: bold;
}

#C_Right_Padding {
	height: 40px;
}
