/* Reset first */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	outline: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* CSS begins */

body {
	text-align: center;
	margin: 0 auto;
	background: #fff;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	font-family: helvetica, arial, sans-serif;
	color: #222;
}

a:link, a:visited {color: #3366cc; text-decoration: none; outline: 0;}
a:link:hover, a:visited:hover {color: #3366cc; text-decoration: underline; outline: 0;}

#page {
	margin: 30px auto;
	width: 900px;
	padding-left: 50px;
	text-align: left;
}

.quarterleft, .quarterright {
	width: 187px;
	position: relative;
	text-align: left;
}

.quarterleft {float: left;}
.quarterright {float: right;}

h1 {
	background: url(/includes/ourgoods_logo.gif);
	text-indent: -9999px;
	overflow: hidden;
	width: 169px;
	height: 23px;
	margin-bottom: 30px;
}

strong {
	font-weight: bold;
}

p, h2 {
	text-align: left;
	margin: 0 0 20px 0;
}

.intro {font-size: 1.3em; line-height: 1.5em;}
.fine {font-size: 0.9em; line-height: 1.4em;}
.last {margin:0;}

#alert {
	background: #ffff00;
	text-align: center;
	padding: 10px 0;
	width: 850px;
	margin: 0 auto;
}

h2.events, h2.about {
	text-indent: -9999px;
	overflow: hidden;
}

h2.events {
	background: url(/includes/ourgoods_events.gif);
	width: 227px;
	height: 19px;
}

h2.about {
	background: url(/includes/ourgoods_about.gif);
	width: 222px;
	height: 19px;
	
}

.left {
	width: 500px;
	float: left;
	margin: 0 24px 30px 0;
	border-right: 1px solid #ccc;
	padding-right: 25px;
}

.right {
	width: 300px;
	float: right;
	margin: 0 50px 30px 0;
}

.right .quarterleft, .right .quarterright {
	width: 130px;
}

.bottom {
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}

hr.rule {
	display: block;
	visibility: visible;
	clear: both;
	width: 850px;
	height: 1px;
	margin: 30px 0;
	border: none;
	border-top: 1px solid #ccc;
}

ul.eventslist, ul.eventslist li, ul.eventslist li p, .eventdates {
	float: left;
	position: relative;
}

ul.eventslist, ul.eventslist li {width: 600px;}

ul.eventslist li {margin: 0 0 25px 0;}

ul.eventslist li p {width: 450px;}

.eventdates {
	width: 125px;
	margin: 0 25px 0 0;
}