* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "Times New Roman";
	font-size: 16px;
}
body {
	background: #ccc url(images/burlap.jpg);
	color: #4A453F;
}
a {
	color: #4A453F;
}
a:hover {
	color: #486464;
}
img.email {
    position: relative;
    top: 5px;
}
#background_stripe { /* this is the blue stripe */
	background: #6D7B7B;
	width: 100%;
	height: 205px;
	top: 170px;
	position: absolute;
	z-index: 1;
	border-top: 1px solid #625A4E;
	border-bottom: 1px solid #625A4E;
	text-align: center;
}

#wrapper { /* this box holds the main body */
	width: 630px;
	min-height: 650px;
	margin: 50px auto;
	position: relative;
	/*border: 3px solid #979077;*/
}
#wrapper2 { /* this box holds the wrapper so that it can be above the stripe */
	position: absolute;
	z-index: 5;
	width: 100%;
}
span.name {
	font-size: 44px;
	position: absolute;
	top: 40px;
	left: 50px;
	color: #486464;
}
#header {
	height: 50px;
	background: url(images/top.png) no-repeat;
}
*html #header {
	background: url(images/top.gif) no-repeat;
}
#header h1 {
	color: #486464;
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	top: 85px;
	left: 125px;
}
#middle {
	background: url(images/middle.png) repeat-y;
	padding: 90px 0 20px 0;
	min-height: 450px;
}
*html #middle {
	background: url(images/middle.gif) repeat-y;
}
#footer {
	height: 50px;
	background: url(images/bottom.png) no-repeat;
}
*html #footer {
	background: url(images/bottom.gif) no-repeat;
}
/* *****************************************  left column   **************************************** */
#left_column {
	float: left;
	margin-right: 35px;
	padding-left: 30px;
}
img.photo {
	border: 2px solid #695B47;
	margin: 0 0 35px 30px;
}
#left_column ul {
	list-style-type: none;
	color: #486464;
	width: 130px;
}
#left_column ul a {
	color: #486464;
	text-decoration: none;
}
#left_column ul a:hover {
	color: #4A453F;
	text-decoration: underline;
}
#left_column li {
	font-size: 15px;
	margin: 0 0 15px 0;
	text-align: right;
}
/* *****************************************  content  **************************************** */
/*span.horizontal_bar {
	border-top: 1px solid #000;
	width: 540px;
	height: 1px;
	display: block;
	position: relative;
	margin: 0 auto;
	bottom: 30px;
}*/
#content {
	padding-right: 70px;
	margin-left: 200px;
	margin-bottom: 0px;
}
#content p {
	text-align: justify;
	margin-bottom: 20px;
}
#content ul {
	list-style-image: url(images/point.gif);
	font-size: 14px;
	margin: 30px 0 30px 45px;
}
#content p.info {
	font-size: 14px;
}
span.break {
	margin-bottom: 6px;
	display: block;
}
/* *****************************************  other  **************************************** */
p.title {
	text-decoration: underline;
}
p.indent {
	padding-left: 30px;
}
#box {
	height: 350px;
	width: 400px;
	position: relative;
	right: 10px;
}
**#box {
	margin-bottom: -250px;
}
*HTML #box {
	margin-bottom: 0px;
	float: right;
}
