body {
	margin: 0px;
	background: #b5805a;
	background-image:url(images/bkg_Leather6.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}
#menu {
	/*
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	*/
	width: 910px;
	margin: 0 auto;
}
#menu a{
	border-bottom: 0px dotted #999999;
}
a {
	text-decoration: none;
	border-bottom: 1px solid #000000;
	color: #000000;
}

a:hover {
	background: none;
}

#wrapper {
	
	width: 930px;
	margin: 0 auto;
	padding: 10px;
	/* background: #f0e4cd;*/
	background-image:url(images/bkg_Wrapper.jpg);
	background-position: center top;
	background-repeat:repeat-y;
}

/* Header */

#header {
	width: 910px;
	height: 175px;
	margin: 0 auto;
	border: 2px #000000 solid;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 690px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #000000;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Footer */

#footer {
	width: 875px;
	margin: 0 auto;
	padding: 15px 15px 15px 15px;
	background-image:url(images/bkg_Leather5.jpg);
	background-position: center top;
	/* font-family: Arial, Helvetica, sans-serif; */
	color: #ffffff;
	border:#321d1c thin double;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #ffffff;
}