/* CSS Document for Rio Grande Enterprises, LLC */

body {
	color: #000000;
	text-align: center;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat;
	}
#wrapper {
	width: 720px;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
/* -------------------------------- Topbars -----------------------------------l */
#topbar {
	width: 720px;
	position: relative;
	background-image: url(graphics/topbar.png);
	background-repeat: no-repeat;
	height: 16px;
	margin: 0px;
	padding: 0px;
	}

#content {
	background-image: url(graphics/midbar.png);
	background-repeat: repeat-y;
	text-align: center;
	width: 720px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	}

/* ---------------------------- Top Menu ---------------------------*/
	
#menu {
	text-align: center;
	top: -24px;
	position: relative;
	text-decoration: none;
	padding-top: 10px;
	}
	
#menu a:link, #menu a:visited {
	text-decoration: none;
	}	
/* ---------------------------- Text ---------------------------*/
	
#text {
	width: 604px;
	margin-right: 50px;
	margin-left: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 3px solid #977234;
	padding-top: 20px;
	margin-top: 0px;
	text-align: left;
	}
#text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #362412;
	}
	
#text a:link, #text a:visited {
	text-decoration: underline;
	color: #660000;
	}
#text a:hover {
	color: #666666;
	}

/* -------------------------------- Bottom Bar -----------------------------------l */
#bottombar {
	background-image: url(graphics/bottbar.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 720px;	
	}


/* -------------------------------- Text Formatting -----------------------------------l */

.photo {
	border: 4px solid #977234;
	}

h1 {
	font-size: 0.9em;
	word-spacing: 0.1em;
	text-align:center;
	margin-top: 5px;
	color: #006600;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-indent: 3px;
	margin-bottom: -5px;
	}
h3 {
	font-size: 1.1em;
	margin-bottom: -2px;
	margin-top:-8px;
	text-align:center;
	}
h4 {
	font-size: .95em;
	}
