body {
	margin: 0;
	padding: 0;
	background: #FFF306;
	font-size: 10pt;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:  Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 5px 0px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: #444;
	height: 30px;
}

h1 em, h2 em, h3 em, h4 em {
	font-weight: normal
}

/* Heading 1, used at xxx */
h1 {
	position: relative;
	right: 0px;
	top: 30px;
	font-size: 3em;
	letter-spacing: 0.1em;
	line-height: normal;
	padding-right: 10px;
	text-align: right;
	margin: auto;
	font-style: italic;
	clear: right;
}

h2 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 4px;
}

p, ul, ol {
	margin: 10px 10px 0 60px;
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	border-left-style: dotted;
	border-left-color: #444;
}

.image {
	float: left;
	border: thin solid #666;
	height: auto;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 0px;
	width: 280px;
}

.image2 {
	float: left;
	border: thin solid #666;
	height: auto;
	width: 140px;
	margin: 0 6px 0 60px;
}
.image3 {
	float: right;
	border: thin solid #666;
	height: 112px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 11px;
	width: auto;
}

/* shouting words marked with start SPAN and end SPAN*/
p span {
	font-size: 1.50em; 
	font-weight: bold;
}

a:link, a:visited {
	color: #00F;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff; 
	border-color: #fff;
}

ul {list-style: inside square} /* general lists */


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
	position: relative;
	margin: 0 auto;
	width: 800px;
	background: #FFF306;  /* Important image, do not remove */
	overflow: hidden;
}

#hdr {  /* div containing h1, nav and grapes image */
	float: none;
	width: 800px;
	height: 290px;
	background: url(../images/Trivia_Heading.jpg) 0 0 no-repeat #FF0;
	clear: both;
}

#lftcol {   /* left column */
	position: absolute;
	left: 0px;
	top: 325px;
	width: 180px;
	overflow: hidden;
	margin: 0px;
}

#rgtcol {  /* right column */
	float: right;
	width: 620px;
	padding-bottom: 30px;
	background: transparent;
	overflow: hidden;
}

#bttmbar {
	float: right;
	text-align: center;
	font-size: 0.7em;
	height: 4em;
	line-height: 4em;
	width: 100%;
	background: #444;
	border-top: 1px solid #D9D93C;
	color: #FFFFFF;
}

ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {
	float: left;
	display: block;
}

ul#nav li a {
	width: 140px;
	margin: 2px 0 6px;
	border-left: 12px solid #FFFFFF;
	border-right: 12px solid #FFFFFF;
	padding: 8px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background: #333366;
	border-top: 0;
	border-bottom: 0;
}

/* current page, move id in the xhtml when creating a new page */
ul#nav li a#current {
	border-color: #fff;
}

ul#nav li a:hover {
	background: #0000FF; 
	color: #fff;
}
