/*************************************************************
VIBE style sheet

Written by vitamin
http://www.vitamininc.net/
*************************************************************/

/*************************************************************
General site wide styles
*************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #b2bb1c;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #b15c11;
}

p,td,th,ol,ul,li {
	font-size: 10pt;
	line-height: 1.45em;
}

p, table {
	margin-bottom: 1em;
}

table {
	width: 100%;
	border: none;
	border-width: 0;
	border-collapse: collapse;
}

.clear {
	clear: both;
}

#wrapper {
	width: 5in;
	margin: 0 auto;
	text-align: left;
}

#top {
	width: 5in;
	background-color: #fff;
}

#top h1 {
	font-size: 14pt;
	padding: 1em 0.5in;
}

#middle {
	background: url(images/bg_middle.gif) repeat-y center;
}

#mid_left {
	margin: 0 auto;
	padding-bottom: 1em;
	width: 4in;
}

#mid_left p {
	margin-bottom: 0em;
}

#mid_right {
	margin: 0 auto;
	width: 4in;
	color: #333;
}

#bottom {
	width: 5in;
	background-color: #fff;
}

#bottom p, #bottom h3 {
	padding: 0 0.5in;
}

#bottom h3 {
	font-size: 9pt;
}

#bottom p {
	font-size: 7pt;
	padding-bottom: 1em;
}