html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
el, 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
{
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
:focus
{
	outline: 0;
}
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
a
{
	color: #95A742;
}
body
{
	background: #98AD46 url(../images/bg-body.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
}
#outer-wrapper
{
	_height: 1000px;
	background: transparent url(../images/bg-repeat.jpg) repeat-y -30px;
	margin: 0 auto;
	min-height: 1000px;
	width: 950px;
}
#inner-wrapper
{
	_height: 1000px;
	background: transparent url(../images/bg-wrapper.jpg) no-repeat center top;
	min-height: 1000px;
	padding: 0 170px;
}
#header
{
	height: 160px;
	position: relative;
}
#logo
{
	left: 5px;
	position: absolute;
	top: 15px;
}
#logo a
{
	display: block;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
	width: 175px;
}
#menu
{
	bottom: 20px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	width: 600px;
}
#menu li
{
	float: left;
}
#menu li a
{
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	width: 98px;
}
#main
{
	padding: 15px;
}
#footer
{
	font-size: 10px;
	color: #999;
	padding: 10px 0;
	border-top: 1px solid #efefef;
	margin-top: 15px;
}
#breadcrumbs
{
	height: 12px;
	margin-bottom: 20px;
	overflow: hidden;
}
#breadcrumbs li
{
	color: #333;
	float: left;
	font-size: 0.85em;
	padding-right: 15px;
}
#breadcrumbs li a
{
	color: #666;
	text-decoration: underline;
}
#breadcrumbs li a:hover
{
	color: #888;
	text-decoration: none;
}
h1
{
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.7em;
}
h2
{
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
p
{
	line-height: 1.3em;
	margin-bottom: 15px;
	text-align: justify;
}
.tbl
{
	margin-top: 15px;
	width: 100%;
}
.tbl tr
{
}
.tbl tr.alt td
{
	background-color: #e0e6c7;
}
.tbl td
{
	font-size: 0.85em;
	padding: 2px;
}
.tbl td.d
{
	width: 50px;
}
.tbl td.p
{
	width: 100px;
}
.tbl td.c
{
	width: 150px;
}
.tbl td.t
{
}
.post
{
	border-bottom: 2px solid #ede9e6;
	margin-bottom: 5px;
	margin-top: 25px;
}
.post h2
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6em;
}
.post h2 a
{
	text-decoration: none;
}
p.sub-title
{
	color: #4e2808;
	font-size: 0.8em;
}
p.resume
{
}
.band
{
	margin-bottom: 20px;
	position: relative;
}
.band div.pan
{
	background-color: #000;
	bottom: 0px;
	filter: alpha(opacity=60);
	height: 50px;
	left: 0px;
	moz-opacity: 0.6;
	opacity: 0.6;
	padding: 10px 5px;
	position: absolute;
	width: 567px;
}
.band div.info
{
	bottom: 0px;
	height: 50px;
	left: 0px;
	padding: 10px 5px;
	position: absolute;
	width: 567px;
	cursor: pointer;
}
.band div.info h2, .band div.info h3
{
	color: #fff;
}
.small_band
{
	border-bottom: 1px solid #dcd4ce;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	width: 575px;
}
.small_band h3, .brown
{
	color: #4f2808;
}
.press-kit
{
	display: block;
	width: 141px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/download.png) no-repeat;
	float: right;
}
.text
{
	line-height: 1.5em;
}
.mt35
{
	margin-top: 35px;
}
.mr10
{
	margin-right: 10px;
}
.mb10
{
	margin-bottom: 10px;
}
.mb20
{
	margin-bottom: 20px;
}
.border
{
	border: 1px solid #666;
}
.fleft
{
	float: left;
}