body, html {
  margin: 0;
  padding: 0;
  /* background: #DDC0C0;   */
  background: #C80000;
  color: #000;
}

body {
  min-width: 95%;
}

a:link, a:visited, a:active {
	/* color: #0000FF;  */
	/* color: #A68C53;   */
	color: #7C6A3E;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	/* color: #0000FF;  */
	color: black;
}
hr {
	height: 1px;
	color: #336699;
	background-color: #336699;
	border: 0;
}
h1 {
	font-size: 16px;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0;
}

.main {
	color: #000000;
  background-color: #F3F2EB;
  font-family: Verdana, Arial, Sans-Serif;
  /* using same background in sidebar fills in sidebar's empty space! 	*/	
  width: 95%;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.header {
	/* background: url(GrupoLogo2.jpg) no-repeat;   */
	background: url(PaganLogoYellowRed.jpg) no-repeat;
	height: 100px;
	/* background-image: url(NewGrupoLogo6.jpg)  */
	/* background-repeat: no-repeat;   */
	
	/* padding: 2em;  */
	/* background-repeat: repeat-x;  */
	/* background-position: center;   */
	
	text-align: right;
	/* font-size: larger;  */
	
	/* margin-bottom: ;   */
	/* color: black;   */
	/* color: #A68C53;   */
	color: #7C6A3E;
	/* background-color: #B82619;   */
	/* background-color: #F3F2EB;   */
	background-color: white;
	/* background-color: #F4E064   */
}

.menu {
	width: 18%;
	margin-bottom: 0;
	float: left;
	margin: 0;
	/* margin-right: ;  */
	padding: 5px;
	background-color: #F3F2EB;
}

.menu ul, .menu li {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 0px 8px 8px;
	color: #7C6A3E;
	/* color: #A68C53;  */
	display: block;
	text-decoration: underline;
}
.menu a:hover {
	color: black;
	text-decoration: underline;
}
.main_menu {
	border-left: 0;
}
.sub_menu {
	border-left: 0;
}
.menu_current {
/*	font-weight: bold;   */
}

.content {
	color: #000000;
  /* font-family: Verdana, Arial, Sans-Serif;  */
  font-size: 12px;
  width: 70%;
  float:right;
	padding:5px;
	/* margin-left: ;   */
	background-color:white;
	border-color:#E7E8DD;
  border-style:solid;
  border-width:1em;
}

.footer {
	/* background-image: url(footer.jpg);  */
	/* background-repeat: repeat-x;    */
	/* background-position: bottom;    */
	clear: both;
	padding: 5px;
	/* margin-top: ;  */
	text-align: center;
	/* color: #A68C53;  */
	color: #7C6A3E;
  background-color: #F3F2EB;
}

.footer ul{
  margin:0;
  padding:0;
  list-style:none;
}

.footer li{
  display:inline;
  margin:0;
  padding:0;
}

.powered_by, .powered_by a:link, .powered_by a:visited, .powered_by a:active, .powered_by a:hover {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	color: #FFFFFF;
}

/* dave classes   */

.font1 a:link {text-decoration: underline; color: #6F714A;}
.font1 a:visited {text-decoration: underline; color: black;}

.font2 a:link {text-decoration: underline; color: #DFDEC6;}
.font2 a:visited {text-decoration: underline; color: black;}

.floater {
  float: right;
  margin: 15px;
}

.shrink {
  font-size: smaller;
}
