body {
	margin: 0px;
	padding: 0px;
	background-color: #E3E3E3;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-y;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
#content {
	width: 623px;
	padding-left: 146px;
	background-image: url("../images/left.gif");
	background-repeat: no-repeat;
	height: 375px;
}
.img_frame {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

a {
	color: #515B19;
}
a img { border: none }

a:hover {
	color: black;
}
h1 {
	text-align: center;
	margin: 40px 40px 20px 40px;
}
h2 {
	margin:  0px 40px 0px 40px;
	font-family: serif;
	font-size: 30px;
	color: #666;
	font-weight: normal;
}
h3 {
	margin:  10px 40px 10px 40px;
}
h4 {
	margin:  10px 40px 10px 40px;
}
table {
	margin:  10px 40px 10px 40px;
}
td { padding: 3px; }
th {
	text-align: left;
}
p {
	line-height: 19px;
	text-align: justify;
	margin: 15px 40px 15px 40px;

}
li {
	margin-top: 10px;
	margin-bottom: 5px;
}
#nav {
	border-top: 1px solid #777;
	color: #777;
}
#nav a { 
	font-weight: bold; 
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
.article-photo {
	padding-left: 15px;
	padding-right: 15px;
}