/* generic styles from template version 1.0 */
/* NOTE: any * > selector rules are for standards-compliant browsers. The rule before will have a style that works in IE6. */
/* Table of Contents 
	Layout
	Typography and Inline Elements
	Forms
	Tables
*/

/* Layout */
/* *************************************************************************************** */
* {margin:0;padding:0;} /* Reset all elements to zero margin and padding */
a img {border:none;}

body {
	color: #333333;
	font: 100%/1.75em Verdana, Arial, Helvetica, sans-serif;
}
.left {float:left; margin:0 1em 1em 0}
.right{float:right; margin: 0 0 1em 1em}

/* Typography and Inline Elements */
/* *************************************************************************************** */
h1 {margin:0 0 1em}
h2 {font-size:1.1em}
h3 {}
p {margin:0 0 1em}


ul {}
li {}

a:link, a:visited{
	color: #4E3227;
	text-decoration: underline;
}
a:hover, a:active {
	color: #BED587;
}

/* Tables */
/* *************************************************************************************** */
table {}
tr {}
td {}
tr:hover {}
