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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
	color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1.5; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
em { font-style: italic; }

h1 { font-weight: bold; font-size: 1.5em; margin-bottom: 0.1em; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #bed606; }
h2 { font-weight: bold; font-size: 1em; margin-bottom: 1em; font-family: "Palatino Linotype", "Book Antique", Palatino, serif; color: #fff; }
p { margin-bottom: 1.5em; }
li { list-style-type: disc; margin-left: 3em; }
iframe { background-color: #fff; }

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-size: 0.95em;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

	a { color: #bed606; text-decoration: underline; }
	a:hover, a:active { text-decoration: none; }

	#div-container {
		margin: 0 auto;
		margin-top: 52px;
		width: 900px;
	}
	
		#div-titlebar {
			width: 900px;
			border: 13px solid #bed606;
			margin-bottom: 26px;
		}
		
			#div-titleleft {
				width: 234px;
				border-right: 13px solid #bed606;
				float: left;
			}
			
		#div-nav {
			width: 926px;
			overflow: hidden;
		}
			
			#div-nav a {
				display: block;
				height: 75px;
				text-decoration: none;
				float: left;
			}
			
			#div-nav .ourmenu {
				width: 232px;
				background: url(../images/ourmenu.png) no-repeat 0 -75px;
			}
				#div-nav .ourmenur {
					width: 232px;
					background: url(../images/ourmenu.png) no-repeat 0 0;
				}
			#div-nav .aboutverve {
				width: 231px;
				background: url(../images/aboutverve.png) no-repeat 0 -75px;
			}
				#div-nav .aboutverver {
					width: 231px;
					background: url(../images/aboutverve.png) no-repeat 0 0;
				}
			#div-nav .events {
				width: 232px;
				background: url(../images/events.png) no-repeat 0 -75px;
			}
				#div-nav .eventsr {
					width: 232px;
					background: url(../images/events.png) no-repeat 0 0;
				}
			#div-nav .contactus {
				width: 231px;
				background: url(../images/contactus.png) no-repeat 0 -75px;
			}
				#div-nav .contactusr {
					width: 231px;
					background: url(../images/contactus.png) no-repeat 0 0;
				}
				
			#div-nav a:hover {
				background-position: 0 0;
			}
				
			#div-nav .displace {
				position: absolute;
				top: -5000px;
			}
		
		#div-body {
			margin-top: 26px;
			padding: 13px 39px 39px 39px;
			width: 822px;
			border: 13px solid #bed606;
			background-color: #3d1a09;
			overflow: hidden;
		}
		
			#div-leftmenu {
				float: left;
				width: 385px;
				margin-right: 52px;
				font-size: 0.9em;
			}
			
				#div-leftmenu li {
					margin-left: 1.4em;	
				}
			
			#div-rightmenu {
				float: right;
				width: 385px;
				font-size: 0.9em;
			}
				
				#div-rightmenu li {
					margin-left: 1.4em;	
				}
				
				#div-rightmenu .menuimg {
					margin-left: 78px;
					margin-top: 78px;	
				}
		
			#div-leftabout {
				float: left;
				width: 502px;
				margin-right: 30px;
			}
			
			#div-rightabout {
				float: right;
				width: 290px;
				margin-top: 26px;
			}
			
			#div-leftevents {
				float: left;
				width: 390px;
				margin-right: 30px;	
			}
			
			#div-rightevents {
				float: right;
				width: 344px;
				margin-top: 26px;
				background-color: #57321f;
				font-size: .9em;
				padding: 26px;				
			}
			
			#div-leftcontact {
				float: left;
				width: 290px;
				margin-right: 30px;	
			}
			
			#div-rightcontact {
				float: right;
				width: 502px;
				margin-top: 26px;
			}
		
		#div-footer {
			clear: both;
			margin-top: 26px;
			padding: 26px;
			width: 848px;
			border: 13px solid #bed606;
			background-color: #3d1a09;
			text-align: center;
			margin-bottom: 52px;
		}

