/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Done with resetting styles, on to setting */

body {
	background: #534c3c url('../images/3.png') top left repeat-x;
	color: #fff;
	}
#head {
	height: 36px;
	}
#head h1 {
	background: url('../images/4.png') top center no-repeat;
	width: 267px;
	height: 36px;
	margin: 0 auto;
	}
#head h1 span {
	position: absolute;
	left: -999em;
		}
	
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #000;
	color: #c4c194;
	}
.onebox {
	float: left;
	width: 176px;
	height: 400px; 
	margin: 20px;
	padding: 12px;
	border: 1px solid #7c745d;
	overflow: hidden;
	background: #58503d;
	font-size: .8em;
	cursor:pointer;  
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	}
.onebox img {
	border: 1px solid #2e2a20;
	}
.onebox h2	{
	font-size: 1.2em;
	font-weight: bold;
	color: #d3cfa1;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	}
.onebox h2 a	{
	color: #d3cfa1;
	}
.hover 	{
	border: 1px solid #aba07c;
	background: #645b43;
}	
#foot {
	clear: both;
	margin: 0 auto;
	}
div.clear {
	clear: both; 
	}
.linkboxes {
	width: 730px;
	border: 0px solid #fff;
	margin: 0 auto;
	}
div.quote {
	width: 600px;
	margin: 10px auto 0;
	padding: 10px;
	font-style: italic;
	border: 0px solid #000;
	text-align: left;
	}
div.quote p.attr {
	text-align: right;
	}
a:link, a:visited {
	color: #f6ed35;
	text-decoration: none; 
	}
div.httplink {
	position: absolute;
	bottom: 5px; 
	width: 180px;
	text-align: center;
	font-weight: bold;
	color: #f6ed35;
	}
