html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
	background-color: #5f1a04;
	background-image: url(/images/bkg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-size: 92%;
	behavior: url(../scripts/iepngfix.htc);
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 2px 0;
	color: #FFFFFF;
	width: 684px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #00FFCC;
}

#wrapper {
	height: 617px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/bkg-2.png);
	background-repeat: no-repeat;
	behavior: url(../scripts/iepngfix.htc);
}

#banner h1 {
	background:transparent url(/images/header.png) no-repeat top center;
	padding: 141px 0 0 0;
	margin: 0 auto;
	display: block;
	width: 684px;
	height: 0;
	overflow:hidden;
	behavior: url(../scripts/iepngfix.htc);
}

#bottom {
	background-image:url(/images/bottom-bdr.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 684px;
	margin: 0 auto;
	padding: 0;
	behavior: url (../scripts/iepngfix.htc);
}

/*NAVIGATION SCRIPT STARTS */
#nav {
	margin: 0;
	padding: 0;
	background: #090909;
	list-style-type: none;
	width: 684px;
	float: left; /*Contain floated list items */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	display: inline;
	position: relative;
	left: 138px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	float: left;
	width: 116px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2.5em;
	text-align: center;
	border-right: 1px solid #d8bd8e;
	padding: 1px 10px 1px 10px;
}
#nav #nav_con a {
	border: none;
}

#nav a:hover {
	background: #9d2d0c;
}
/*NAVIGATION SCRIPT ENDS */

#main_content {
	background-color: #d8bd8e;
	height: auto;
	width: 684px;
	margin-right: auto;
	margin-left: auto;
}

#captioned_photo {
	float: left;
 	margin: .3em 0 .3em 0;
	padding: 0 1em 0 0;
	line-height: 1em;
	width: 105px;
}

#captioned_photo2 {
	float: left;
 	margin: .3em 0 .3em 0;
	padding: 0 1em 0 0;
	line-height: 1em;
	width: 105px;
}

#captioned_photo3 {
	float: left;
 	margin: .3em 0 .3em 0;
	padding: 0 1em 0 0;
	line-height: 1em;
	width: 105px;
}
#captioned_photo p {
	width: 100%;
	margin: 0;
	padding: .5em 0;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: bold;
}

#content {
	text-align: justify;
	padding: 15px;
	display: inline-block;
}

#content1 {
	text-align: justify;
	padding: 15px;
	display: inline-block;
}

#content2 {
	text-align: justify;
	padding: 15px;
	display: inline-block;
}

#content3 {
	text-align: justify;
	padding: 15px;
	display: inline-block;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}
p.intro, p.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

p.intro a {
	text-decoration: none;
	color: #b9360f;
}

p.intro a:hover {
	color: #4f1109;
}

p.text a {
	text-decoration: none;
	color: #b9360f;
}

p.text a:hover {
	color: #4f1109;
}

p.img {
	text-align: center;
}