﻿body, div, h1, h2, h3, h4, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

p, div, li, h1, h2, h3, h4, td, in-put, select, text-area {
    background-position: 0px 0px;
	line-height: 120%;
	background-repeat: repeat;
	background-attachment: scroll;
}

a img, :link img, :visited img {
    border: none
}


div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
    padding-bottom: 20px;
} 

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */

#wrapper {
	width: 950px;
	background: #ffffff;
	border: 1px solid #666666;
	margin: 20px auto;
}

#cloak {
	margin: 0px;
}

/* ----------------------------------- */
/* HEADER
/* ----------------------------------- */

#header {
	width: 910px;
	height: 190px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	margin: 20px auto;
	padding: 20px auto;
}

#logo {
	margin: 20px;
	display: inline;
	float: left;
	}

#header_meat {
	margin: 20px 20px 20px 10px;
	display: inline;
	float: left;
	width: 690px;
	}

	#header_meat_top {
		font-size: 12px;
		color: #999999;
		text-align: right;
		height: 25px;
	}

	#header_meat_mid {
		font-size: 12px;
		color: #333333;
		text-align: right;
		line-height: 30px;
		height: 35px;
	}

	#header_meat_bot {
		text-align: right;
		height: 90px;
	}

/* ----------------------------------- */
/* TOP SEARCH
/* ----------------------------------- */

#search {
	width: 890px;
	height: 25px;
	background-color: #666666;
	border: 1px solid #666666;
	margin: 20px;
	padding: 10px;
	color: #000000;
	text-align: right;
}

/* ----------------------------------- */
/* CORE CONTENT
/* ----------------------------------- */

#main {
	width: 950px;
	margin: 20px;
}

#left {
	width: 225px;
	display: inline;
	float: left;
	}
	
.box {
	border: 1px solid #CCCCCC;
	padding: 20px;
	color: #333333;
}

#core {
	width: 668px;
	display: inline;
	float: left;
	margin-left: 20px;
	}

/* ----------------------------------- */
/* IMAGE THUMBNAILS
/* ----------------------------------- */

#thumbs {padding: 0px 0px 500px 0px; vertical-align:top}

.thumbnails {padding: 0 6px 0 0; float: left; cursor:default}

.thumbnails a { cursor:pointer;}

#thumbText {
	margin: 0px 0px 0px 0px; 
	font-size: 10px; 
	vertical-align: top;
	color: #666666;
	width:120px;
	display:inline;
	text-align:left;
	padding-left:0px;

}