/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  color: #464646;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1em;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center;
	background: #a1491c url(img/wm_bg.gif) repeat;
}


/* Commonly used to style page titles. */
h1 {
  color: white;
	letter-spacing: .3em;
	font: italic 2em/14px Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
}

/* My Comment */
/* Commonly used to style section titles. */
h2 {
  color: #69c;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  font-weight: bold;
  text-decoration: none;
	color: #303030;
}
/* Sets the style for visited links. */
a:visited {
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  max-width: 1200px;
  min-width: 900px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 80%;
	background-image: url(img/paper.png);
	border: 3px groove #99640f;
}
#outerWrapper #header {
  border-bottom: solid 1px #4b647f; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
	color: #333;
	background-color: #7c2317;
	background-image: url(img/stripe_black.png);
	height: 60px;
}

#outerWrapper #header a:link {
	color: white;
	letter-spacing: .3em;
	font: italic 1em/14px Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	}
	
#outerWrapper #header a:visited {
	color: white;
	letter-spacing: .3em;
	font: italic 1em/14px Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	}
	
#outerWrapper #header a:hover {
	border-bottom: 1px dotted white;
	text-decoration: none;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px;
	color: #8e2c0f;
	min-height: 500px;
	background: #fef4d8 url(img/paper.png) repeat;
}

#tabs {
	padding-left: 30%;
	padding-top: 30px;
	padding-right: 20px;
}

#tabs p {
	padding-left: 5px;
}

#tabs td{
	font-size: .7em;
	text-indent: -5px;
}


#outerWrapper #contentWrapper #content h1 {
	font-weight: bold;
	color: #333;
	letter-spacing: inherit;
	line-height: 1.3em;
	font-size: 1.3em;
	padding-right: 25px;
	text-align: center;
	padding-left: 25%;
}

#outerWrapper #contentWrapper #content h2 {
	
}

#outerWrapper #contentWrapper #content p {
	line-height: 1.6em;
	padding-right: 20px;
	padding-left: 30%;
	font-size: .9em;
}

.single_img {
border: 3px groove #99640f;
	margin-right: 20px;
	margin-bottom: 20px;
}


#toppix {
	text-align: center;
}

#toppix img {
	border: 3px groove #99640f;
}


#looper img{
	border: 3px groove #99640f;
}

#nav {
	float: left;
	padding-left: 3%;
}



#outerWrapper #footer {
  background-color: #7c2317;
  border-top: solid 1px #9bb6d2; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px;
	background-image: url(img/stripe_black.png);
	color: white;
	font-size: .8em;
	text-align: center;
	line-height: 1.6em;
	float: none;
	clear: left;
}

#outerWrapper #footer a:link {
	color: white;
	font-weight: bold;
	font-style: italic;
}

/* Glossy Menus */
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
	background: url(img/body_bg_black.png) repeat;
	clear: none;
	float: none;
	display: block;
}

.glossymenu li a{
background: #a1491c none repeat-x left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: silver;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

border: 2px groove #99640f;
	

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(img/glossyback2.gif);
	color: white;
}

.glossymenu h3 {
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #ececec;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px hidden #9A9A9A;
	border-bottom-width: 0;
	background: none repeat;
	text-indent: 5px;
}

.desc {
	font-size: .7em;
}

.contact {
	margin: 20px;
	padding: 20px;
	float: left;
	width: 400px;
}


