/*** RESeT STYLES ***/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong { font-weight: bold; }
em { font-style: italic; }

/***/

body {
	font-family: Tahoma, Arial, Helvetica, sans serif !important;
	background-image: url("images/background.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}

#Main {
	width: 750px;
}

#Header {
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 100px;
}

#MenuBar {
	margin: 0px;
	padding: 0px;
}

#MenuBar ul {
	margin: 5px 0px 5px 1px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
}

#MenuBar li {
	margin: 1px 0px 0px 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#MenuBar li a, #MenuBar li a:link, #MenuBar li a:visited {
	font-size: 11px;
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 1px 2px 2px 22px;
	background-image:  url(images/menubg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	text-decoration: none;
	color: #044c4a;
}


#MenuBar li a:hover, #MenuBar li a:active {
	background-image:  url(images/menubg_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #2D1E2D;
	text-decoration: none;
}

#MainSection {
	width: 580px;
	margin: 10px 0px 0px 15px;
	font-size: 11px;
	color: #000;
	line-height: 1.2;
}

#MainSection p {
	margin: 5px 0px 5px 0px;
}

#Footer {
	text-align: center;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	margin: 12px 0px 0px 0px;
}

.reviewer {
	text-align: right;
	font-style: italic;
}

	
	h2 {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #ab9050;
		font-weight: bold;
	}
	
	h3 {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ab9050;
		font-weight: bold;
		text-align: center;
	}
	
	h4 {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		font-weight: bold;
		text-align: center;
	}