html,body {
	margin: 0;
	padding: 0;
	color: #48201c;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
}

h1 {
	font:1.5em arial;
	margin:0 0em 0 0em;
	padding:0 1em;
	color: #48201c;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}

h2 {
	font:1.25em arial;
	color: #822722;
	padding:0 1em;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}

h3 {
	font:1.25em arial;
	margin:0 0em 0 0em;
	padding:0 1em;
	color: #48201c;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}


p { 
	line-height:1.2; 
	margin:0 0 0em;
}

body {
	text-align: center;
	background: url(../images/jasmine_bkg.jpg) repeat;
}

a img {
	border: none;
}

	
#container {
	position: relative;
	margin:0 auto;
	width: 850px;
	text-align: left;
	height: 100%;
	background: url(../images/right_bkg.jpg) repeat-y;
	background-position:right;
}
#header {
	width: 850px;
}
#menu {
	height: 29px;
	margin:0;
	padding:0;
}
#menu ul {
	float: left;
	height: 29px;
	margin:0;
	padding:0;
	width: 850px;
	list-style:none;
	background: url(../images/nav_bkg.jpg) repeat-x;
} 
#menu li {
	display: inline;
	padding: 0;
	margin: 0;

}
#menu a {
	display: block;
	float:left;
	margin: 0px;
	padding: 6px 18px 6px 18px;
	width:auto;
	height: 16px;
	background: url(../images/nav_bkg.jpg) repeat-x;
	color: #d7caa6;
	text-decoration: none;
	border-left: 1px solid #928161;
	border-right: 1px solid #000000;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Times, serif;
}
#menu li:first-child a {
}
#menu a:hover,focus,active {
	background: url(../images/nav_bkg_b.jpg) repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}
#menushadow {
	width: 850px;
	margin: 0px;
	padding: 0px;
	height: 4px;
	background: url(../images/nav_shadow.jpg) repeat-x;
	background-position:bottom;

}
#main {
	clear: both;
}
#rightcol {
	padding:1em 1em 5em; 
	float:left;
	width: 223px;
	margin: 0px 0px 0px 0px;
}
#rightcol img {
	margin-bottom: 0px;
}
#rightcol h3 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 4px 0px 0px 15px;
	margin:0px;
	height: 18px;
	background: url(../images/nav_bkg_w_shadow.jpg) repeat-x;
	text-transform:uppercase;
	font-weight: normal;
}
#rightcol ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#rightcol li {
	margin-top: 0px;
	padding-top:0px;
}
#rightcol li:first-child {
	margin-top: 0px;
}

#rightcol li ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
}
#rightcol li li a {
	display: block;
	text-decoration:none;
	color:#000000;
}
#rightcol li li a:hover,focus,active {
	text-decoration:none;
	color:#ab6f19;
}
#rightcol li li {
	margin-bottom: 3px;
	font-size:14px;
}
#rightcol li li:first-child {
	margin-top: 3px;
}
#content {
  float:left;
  background: #e1dacb;
  width: 595px;
  margin: 0;
  padding: 0px 0px 0px 0px;
  height: 100%;
}
	#content p {
		text-align:justify;
		padding:0 1em;
	}
	#content img {
	margin: 0px 0px 0px 10px;
	padding: 8px 8px 8px 8px;
}
    #content a {
    display: inline-block;
    text-decoration:underline;
	margin: 0px;
	padding: 0px 2px 0px 2px;
	width: auto;
	height: 16px;
	color: #3d582d;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
}

    #content a:hover,focus,active {
	text-decoration:underline;
	color:#822722;
}
#footershadow {
	clear:both;
	width: 850px;
	margin: 0px;
	padding: 0px;
	height: 3px;
	background: #351000;
}
#footer {
    clear:both;
    width: 850px;
	height: 14px;
	background: url(../images/nav_bkg.jpg) repeat-x;
	color: #d7caa6;
	align: bottom;
	text-align: center;
	padding: 6px 0px 8px 0px;
	font-size: 12px;
}
#footer a {
	float: none;
	margin: 0px;
	padding: 6px 6px 6px 6px;
	width:auto;
	color:#d7caa6;
	text-decoration: underline;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
}