/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	background-image: url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; 
	min-width: 760px;
	margin: 0px 20px 0px 20px;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
  color: #1F8458;
}

a {
	color: #cc0000;
}

p, li {
  font-size: 1.0em;
  color: #006633;
}

h1, h2, p {
  margin: 1em 0;
}

#branding {
  height: 212px;
  text-align: center;
}

#footer {
  padding: 1px 20px;
  text-align: center;
}

#footer p{
	font-size: 0.8em;
}

/* The Core Technique
================================= */


#wrapper {
  width: 100%; 
  margin: 0 auto; 
  text-align: left; 
}

#footer { 
  clear: both; 
}

/* add some padding to the contentse in the main nav and secondary content areas */

#topnav {
	font-size: 10px;
	line-height: 18px;
	color: #006633;
	text-align: center;
	padding-bottom: 10px;
}

#content { 
	width: 100%; 
	clear: both;
}

#LeftNav {
	position: absolute;
	left: 40px;
	top: 210px;
	width: 168px;
	background: url(../images/topcurve.gif) top left;
	padding-top: 20px;
}
#mainContent { 
	background-color: #F4F9F7;
	float: left;
	margin-left: 200px;
	margin-right:215px;
	padding: 0px 20px;
	border: 1px solid #ACD2C2;
}
#RightNav {
	position: absolute;
	top: 210px;
	right: 50px;
	width: 168px;
	background: url(../images/topcurve.gif) top left;
	float: left;
	padding-top: 20px;
}
#RightNav p {
	font-size:10px
}
#LeftNav ul li, #RightNav ul li {
	margin-left: 20px;
	color: #E1DFDB;
	line-height: 25px;
	border-bottom: 1px solid #FCF8D5;
	margin-right: 10px;
}
#LeftNav ul li ul li, #RightNav ul li ul li{
	margin-left: 20px;
	color: #E1DFDB;
	line-height: 18px;
	border-bottom: none;
	margin-bottom: 0px;
}
#LeftNav ul li a, #RightNav ul li a {
	color: #FCF8D5;
	display: block;
	text-decoration: none;
}
#LeftNav ul li a:hover, #RightNav ul li a:hover {
	text-decoration: underline;
	background-color: #FCF8D5;
	color: #1F8458;
}
#LeftNav h3, #RightNav h3 {
	font-size: 16px;
	padding: 0px 5px 15px 5px;
	text-align: center;
	color: #FCF8D5;
}
#LeftNav, #RightNav {
	min-height: 574px;
}
#LeftNav ul, #RightNav ul {
	padding-bottom: 50px;
}
#LeftNav ul li ul, #RightNav ul li ul {
	padding-bottom: 0px;
}
#engraving {
	text-align: center;
}