body, form, div, h1, h2, h3, h4, h5, dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
body {
	background-color:#666;
	font-family:Verdana, Geneva, sans-serif;
	/* Browsers default font size is 16px (medium). This changes default value to 14px  */	
	font-size: 87.5%;
	color:black;
}
a:link, a:visited, a:active {
	color:#414513;
	text-decoration:underline;
}
a:hover {
	color: black;
	text-decoration:none;
}
.menu a:link,.menu  a:visited,.menu  a:active {
	color:#413231;
	text-decoration:none;
}
.menu a:hover {
	color: #a25018;
	text-decoration:underline;
}
.homepage {
	background-image:url(../images/homepagebackground2.jpg);background-repeat:no-repeat;
}
.secondarypage {
	background-image:url(../images/secondarypagebackground2.jpg);background-repeat:no-repeat;
}
.menu {
	position:absolute;
	top:260px;
	left:0px;
	width:120px;
	line-height:185%;
	text-transform: uppercase;
}
.homepagecontent {
	position:absolute;
	top:100px;
	left:410px;
	width:480px;
	line-height:110%;
}
.maincontent {
	position:absolute;
	top:100px;
	left:430px;
	width:440px;
	line-height:130%;
}
.currentpage {
	color: #a25018;
}
.puzzle {
	position:absolute;
	top:95px;
	left:120px;
	width: 767px;
}
.morepuzzles {
	position:absolute;
	top:395px;
	left:120px;
	padding:5px;
	width:350px;
	font-size:75%;
	font-weight:bold;
	text-align:center;
}
.puzzledescription {
	position:absolute;
	top:90px;
	left:574px;
	padding:5px;
	width:300px;
}
h6 {
	text-transform:uppercase;
	font-weight:bold;
	background-color:#98613b;
	font-size:100%;
	padding:10px;
}
.puzzlesolution {
	position:absolute;
	top:370px;
	left:477px;
	display:none;
}
.contactinfo {
	position:absolute;
	top:210px;
	left:154px;
	padding:5px;
	width:284px;
}
.aboutinfo {
	position:absolute;
	top:100px;
	left:134px;
	padding:5px;
	width:304px;
}	
/* Menus */
/* Resets the relative position for each menu item */
.resetRelative {
	position: relative;
	top:  0px;
	left: 0px;
	cursor: pointer;
}
#galleries {
	position:absolute;
	left: 120px;
	top: -5px;
	width:135px;
	height:115px;
	z-index:5;
	display:none;
}
