body {
padding: 0;
margin: 15px;
font: 76% tahoma, verdana, sans-serif;
background: #fff;
color: #321010;
}




/* the full box, in other words everything except the gray space outside */
#container {
margin: 0 auto 15px auto;
width: 760px;
background: #fff;
}




/* the banner or the material contained on top of the Monster Mountain image */
#banner {
height: 221px;
color: #ffffff;
padding: 0;
background: #505050 url(Images/mountain-header-4.jpg) top left no-repeat;
clear: both;
margin: 0;
}

#banner p {
width: 290px;
font-size: 1em;
line-height: 1.3em;
padding: 0 0 0 15px;
color: #efefd9;
}

#banner h1 {
padding: 0px 10px 0 15px;
margin-bottom: 7px;
color: #efefd9;
}

#banner h2 {
padding: 4px 10px 0 15px;
margin-bottom: 7px;
color: #efefd9;
}

#banner a {
color: #0894f7;
text-decoration: underline;
}
/* end of the banner or the material contained on top of the Monster Mountain image */

/* undivided screen - set alignment if its anything other than the standard align-left.  I could use the centered-links on the top, allowing it to flow all the way through the document, but that just seems too much.... why not start and start fresh with a new division as they can only be used once. */

#undivided {
width: 760px;
font-size: 1em;
padding: 8px 0 8px 0;
line-height: 1.4em;
margin: 15px 0 12px 0;
color: #303030;
background: #fff;
}

/* end undivided screen  */


/* all things that pertain to the right vs left side of the screen if its divided */
#right-side {
width: 500px;
float: right;
padding: 0 15px 0 0;
margin: 10px 0 12px 0;
}

#left-side {
width:210px;
float:left;
padding: 0 0 0 15px;
margin: 10px 0 12px 0;
background: #e2dddd;
}

#left-side p {
font-size: 0.9em;
line-height: 1.7em;
}

/* end of left/right diviisons of screens, ... probably a better way to do this */


/* codes specific to links - first #divisions, then psuedo classes specific to the four link types */
#centered-links-top {
text-align: center;
align: center;
width: 760px;
font-size: 0.9em;
margin: 12px 0 20px 0;
color: #000;
background: #fff;
}

#centered-links-bottom {
text-align: center;
align: center;
width: 760px;
font-size: 0.9em;
margin: 15px 0 12px 0;
color: #000;
background: #fff;
}


a:link { 
/* order should be link, visited, hover, active = LoVe HAte */
color: #34718c;
background-color: #fff;
padding: 5px 10px 10px 10px;
margin: 20px 10px 20px 10px;
text-decoration: none;
}

a:visited {
color: #4d2b24;
background-color: #fff;
padding: 5px 10px 10px 10px;
margin: 20px 10px 20px 10px;
text-decoration: none;
}

a:hover {
color: #0c75b2;
background-color: #fff;
padding: 5px 10px 10px 10px;
margin: 20px 10px 20px 10px;
text-decoration: none;
}

a:active {
color: #0d9717;
background-color: #fff;
padding: 5px 10px 10px 10px;
margin: 20px 10px 20px 10px;
text-decoration: none;
}

/* end codes specific to links */


#footer {
clear: both;
background: #fafafa;
color: #808080;
font-size: 0.9em;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-align: center;
}

#footer a {
color: #808080;
}

h1 {
margin: 20px 0 20px 0;
font-size: 2.1em;
font-weight: normal;
}

h2 {
margin: 20px 0 20px 0;
font-size: 1.6em;
font-weight: normal;
}

h3 {
margin: 20px 0 10px 0;
font-size: 1.4em;
font-weight: normal;
}

h4 {
margin: 20px 0 10px 0;
font-size: 1em;
font-weight: normal;
}

p {
margin: 0 0 15px 0;
line-height: 1.5em;
text-align: left;
}

/* to get the links embedded in paragraphs to display without the excessive padding used for other menu type links*/
.paragraph a {margin:0; padding:0;}

.center {
text-align: center;
}

.right {
text-align: right;
}


.photo {
padding: 5px;
display: block;
margin: 0 auto 15px auto;
background-color: #f0f0f0;
}

.floatleftphoto {
	float: left;
	padding: 0 1em 1em 0;
}

.floatleftwidephoto {
	float: left;
	padding: 0 10em 1em 0;
}

.floatrightphoto {
	float: right;
	padding: 0 0 0 1em;
}

.floatcenterphoto {
	float: center;
	padding: 0;
}


.hide {
display: none;
}

