/* ------ Global Reset ------ */

html, body, table, tbody, th, tr, td, img, ol, ul, li,
h1, h2, h3, h4, h5, p, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul, li { list-style-type: none; }
a, input { outline: none; }
table, tbody, th, tr, td { border-collapse: collapse; border-spacing: 0; cellspacing; 0; cellpadding: 0;}

/* ------ Main Layout ------ */

body {
	background: #20361b url(images/comehome-events-bkg.jpg) repeat-y top center ;
	font: 12px/140% arial,helvetica,sans-serif; color: #ffffff;
}

a { color: #6d8f60; }
a:hover { color: #2c4a22; text-decoration: none; }

/* ------ Temp Index ------ */

.vtop { vertical-align: top; padding-bottom: 5px; }
.vtophdr { vertical-align: top; padding-bottom: 10px; }
.implink { font-size: 15px; font-weight: bold; text-align: center; }

