@import url(joseph_default.css);

* {/* zero margins and padding */
		margin: 0;
		padding: 0;
}

body {
	font-size: 100.01%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #855c33;
	margin: 0;
}
p {
	font: 0.8em/1.4em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	color: #ece5de;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5px;
	margin-bottom: 0.2em;
}

h1 {
	font-family: Perpetua;
	font-size: 1.5em;
	color: #ece5de;
}
h2 {
	font-family: Perpetua;
	font-size: 1.3em;
	color: #ece5de;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
#outer_wrapper {
	background: #855c33;
	margin-right: auto;
	margin-left: auto;
	max-width: 910px;
	min-width: 910px;
}

#wrapper {

}
#container {
	width: 100%;
	float: left;
	margin-right: -350px;
}

#content {
	margin-right: 350px;
	/* background-image: url(../images/leftcolumn.gif); */
	  /*background: #ffffff url(images/containerBG02.jpg) no-repeat; */
}

#feeds {
    width: 320px;
	float: right;
	padding: 5px 10px 10px;
	background-color: #855c33;
}

#main {
	background-color: #855c33;
	margin-left: 160px;
	text-align: center;
}
/* Image Boxes */

.imagebox {
	border: 1px solid #999999;
	height: 140px;
	width: 190px;
	margin-top: 10px;
	text-align: center;
}


.image {
	border: 1px solid #333333;
	margin-bottom: 10px;
	margin-top: 20px;
}
.image2 {
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Navigation */
#nav {
	width: 150px;
	float: left;
	margin-top: 110px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	font: 0.9em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	color: #ece5de;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#nav a:link, #nav a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	Text-decoration: none;
	color: #ece5de;
	font-weight: normal;
}
#nav a:hover {
	color: #ffffff;
}
/* End of Navigation */

#nav a em{
	text-decoration: none;
	font-style: normal;
}
.justify {
	text-align: justify;
}
.titlebox {
	margin-bottom: 5px;
}
.current {
	font-weight: bolder;
	list-style-type: disc;
	list-style-position: outside;
   
}
.switchcontent {
	text-align: justify;
	background-color: #ae865d;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.top {
	margin-top: 40px;
}
#feeds a:link, #feeds a:visited {
	color: #ece5de;
	font-weight: normal;
}
#feeds a:hover {
	color: #ffffff;
}
