@charset "utf-8";
/* CSS Document */

/* This is the main "main_nav_frame.css" document for the styles that affect the main frame design and navigation which do not change */

body {
	text-align: center;
	margin: 0;
	padding: 0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFDEAD;
}


/* This is the div#wrapper container for the layout */
#wrapper {
	margin: auto;
	text-align: left;
	width: 75%;
	max-width: 860px;
	min-width: 720px;
	/*height: 140px;*/
	padding: 0px;
	background-color: #C39E58;
}
#header {
	background-image: url(../images/light_brown_textured_top_background_1.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 100%;
	height: 125px;
	padding-top: 10px;
}
.divider {
	width: 100%;
	background-image: url(../images/flare_brown_top_divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 7px;
	clear: both;
	float: none;
}
#header img{
	text-align: right;
	clear: both;
	float: right;
}





/* This is the #wrapper2 section that contains nav bar, middle content and footer */
/*I changed the name to div#main_content*/

#main_content  {
	/*clear: both;
	float: none;*/
	width: 100%;
	background-image:url(../images/brown_background.gif);	/*max-width: 860px;
	min-width: 720px;
	height: auto;*/
	background-repeat: repeat;
	}
	
#main_content img {
	padding-bottom: 10px;
	padding-left: 10px;
}


/* This opens the div#navBar */

#navBar {
	/*width: auto;*/
width: 100%;
	text-align: center;
	/*height: auto;*/
/*font-family:"Times New Roman", Times, serif;*/
	text-decoration: none;
	word-spacing: .5em;
	clear: both;
	float: none;
}

#navBar a {
font-family:"Times New Roman", Times, serif;
font-size: 150%;
font-weight: bold;
color: #820010;
text-decoration: none;
padding: 5px;
line-height: 110%;
text-align: center;
} 


#navBar a:hover, a:active {
color: #FFFAB2;
}


/* This opens the div#left_content container */

#left_content {
	float: left;
	height: 385px;
	width: 45%;
	padding-top: 25px;
}

#left_content #profile_image {
float: right;
padding-right: 5%;
}

#left_content #words {
	float: right;
}

#left_content #good_man {
clear: both;
float: right;
text-align: center;
padding-right: 5%;
}


/* This opens the div#float_right container */

#float_right {
	float: right;
	height: 385px;
	width: 55%;
	text-align: center;
	padding-top: 35px;
}



/* This opens the div#socialLinks_home container */

#socialLinks_home {
	clear: both;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}
	

/* This styles the copyright notice in footer */

#copyright  {
	clear: both;
	float: none;
	width: 100%;
	height: 30px;
	font-size: 80%;
	text-align: right;
	padding-top: 5px;
}
