body {
	margin: 5px auto;
	padding: 0;
	background:  url(images/bg.jpg) repeat;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #A15F22;
}

p {padding: 0 35px 8px 0;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-style: italic;
	border-bottom: 2px dotted #616F3B;
	width: 400px;
	color: #701208;
}

h3 {
	color: #701208;
	font-size: 1.1em;
	font-style:italic;
	margin-bottom: 0;
}

h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: #67B358;
}

a:hover {
	text-decoration: underline;
}

/* Header */
#header {
	width: 790px;
	height: 190px;
	margin: 0 auto;
	background:  url(images/title.gif);
	border: 2px solid #909E6C;
	border-bottom: none;
}

#header h1 {
	padding: 50px 0 0 20px;
	font-size: 2.5em;
	font-family: "trajan pro", "andulus"; constantina;
	letter-spacing: 0.08em;
}


#header a {
	text-decoration: none;
	color: #F8C44A;
	float: left;	
}


/* Menu */
#menu {
	width: 788px;
	height: 30px;
	margin: 92px auto;
	/*background: #8B9666;*/
	/*border: 2px solid #F8C44A;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 0 20px 0 20px;
	border-right: 1px solid #F8C44A;
	text-decoration: none;
	font-weight: bold;
	color: #F8C44A;
;
}

#menu a:hover {
	color: #DD8331;
}

/* CONTENT */
#content {
	margin: 0 auto;
	/* shadow border background: url(images/shadow.jpg);*/
}

/* INTERIOR contains links & text */
#interior {
	margin: 0 auto;
	width: 790px;
	border: 2px solid #909E6C;
	border-bottom: none;
	background: url(images/interior.jpg);
}

/*text*/
div.text {
	width: 550px;
	padding: 10px 10px 10px 25px;
	float: right;
}

/*      LINKS-LEFT        */
div.links {
	margin: 1px 0 0 1px;
	float: right;
	width: 150px;
	padding: 12px 20px;
	/*background:  url(../Dr.Selinger/images/left_link_bg.gif) no-repeat;*/
	line-height: 195%;
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
		color: #AF7641;

}

div.links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.links li ul {
	padding: 15px 20px 30px 20px;
}

div.links li li {
	padding: 3px 0;
}

div.links li a {
	color: #AF7641;
	text-decoration: none;
}

div.links ul ul li {
	padding: 2px 0 2px 15px;
}


/* FOOTER */
div.footer {
	margin: 0 auto;
	width: 788px;
	border: 2px solid #909E6C;
	background: #D9D3CB;
	color: #7E8D57;
}

div.footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.footer li {
	display: inline;
	padding: 1px 12px 1px 12px;
}

div.footer a {
	color: #6E7D47;
		padding: 1px 12px 1px 12px;

}

/* DESIGNED BY */
div.design  {
	margin: 4px;
	font-family: "times new roman";
	font-size: 12px;
	text-align: center;
	color: #435A1A;
	vertical-align: bottom;

}

div.design a {font-style: none;
	font-size: 12px;
	letter-spacing: 0em;
	color: #701208;
	text-decoration: none;
}

div.design a:hover {text-decoration: underline;
}

div.top {
	font-size: 1.0em;
	color: #FCCB47;
}

div.top a {
	text-decoration: underline;
}

