/* CSS Document for www.hamiotafeedlot.com */

/* This is the title bar section of the page - START */

#header {/* Displays the box around the heading of the page*/
	position:absolute;
	top:10px;
	width:750px;
	height:56px;
	background-image:url(IMGS/header.jpg);
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	border-right-width:2px;
	border-bottom-width:2px;
}

/* This is the title bar section of the page - END */

/* This is the Links section of the page - START */

#link_box {/* Displays the box around the heading of the page*/
	position:absolute;
	top:77px;
	width:750px;
	height:41px;
	background-image:url(IMGS/links.jpg);
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	border-right-width:2px;
	border-bottom-width:2px;
}

#link_text { /* Displays the links in the Links box*/
	color:#000099;
	font-family:tahoma, verdana;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:11px;
	empty-cells:show;
	word-spacing:-3px;
}

#link_text_pad { /* This is the padding between the links */
	padding:0px 5px 0px 10px;
}

/* Text decoration for the links */
a:link { text-decoration:none; color:#000099; }
a:visited { text-decoration:none; color:#000099; }
a:hover { text-decoration:none; color:#0000FF; }
a:active { text-decoration:none; color:#000099; }

/* This is the Links section of the page - END */

/* This is the content portion of the page - START */

#cont_box_out { /*The outer box for content */
	position:absolute;
	top:129px;
	width:690px;
	height:355px;
	background-attachment:scroll;
	background-image:url(IMGS/content.jpg);
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	border-right-width:2px;
	border-bottom-width:2px;
	padding:30px;
}

#cont_box_in { /*The inner box for content */
	width:660px;
	height:299px;
	background-color: #fff;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	padding:10px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

#cont_box_in * { /*Fixes a problem with opaticy effecting the text*/
	position: relative;
}

#cont_title { /*Displays the heading in the content box*/
	color:#000099;
	padding-bottom:10px;
	padding-left:10px;
	font-family:tahoma, verdana;
	font-size:14px;
	font-weight:bold;
	word-spacing:-2px;
}

#cont_box_text { /*Set opacity back to 100%*/
	width:660px;
	height:299px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	font-family:tahoma, verdana;
	font-size:14px;
	overflow:auto;
}

#cont_box_img { /*Set opacity back to 100%*/
	width:660px;
	height:299px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	font-family:tahoma, verdana;
	font-size:14px;
	overflow:hidden;
	text-align:center;
}

#cont_box_img img{ /*Displays the smaller boxes that the content of the page is in */
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	height:265px;
}

/* This is the content portion of the page - END */

/* This is the bottom portion of the page - START */

#footer {
	position:absolute;
	top:555px;
	width:750px;
	height:41px;
	background-image:url(IMGS/footer.jpg);
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	border-right-width:2px;
	border-bottom-width:2px;
}

#foot_text { /*Displays the links in the Links box*/
	color:#000099;
	font-family:tahoma, verdana;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:11px;
}

/* This is the bottom portion of the page - END */

/* This is the counter portion of the page - Start */

#count {
	position:absolute;
	top:608px;
	width:750px;
	font-family:tahoma, verdana;
	font-size:12px;
	text-align:center;
	color:#000099;
}