/* --------------------------------------------------
CSS Document For Start with the Answer - SweeneyVesty
-------------------------------------------------- */


/* @group Reset  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

 DIV.scroll {
	margin: 0;
	padding: 0;
	border: 0;
}

#scroll {
        margin: 0;
	padding: 0;
	border: 0;
}

/* BODY */

body { background-color:#959394;
margin: 0px auto 0px auto;
		}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none;
 }

/* @end */
	
/* CONTAINER */

#container {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; /* Verdana for the Macs, Verdana for the PCs */
	font-size: 12px;
	line-height: 1.6em;
}


/* SIDEBAR*/

#sidebar {
display: none;				 
}

.title {
display: none;	
}

.pages {
padding: 0px 0px 0px 0px;
}


/* CONTENT*/

#content {
   	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0;
	float: none;		
				 
}
/* GENERAL MOJO AND MULA */

		p {
			font-family: Arial, Helvetica, sans-serif;
			font-color: #000000;

		}
		

		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 40px;
			color: #ca2128;
				
								}
			
			
		h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #ca2128;
				
								}
								
		h3 {
			font-family: Georgia, Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #ca2128;
								}

		img {
		padding-bottom:10px;
		border:0px;
		  }
					
		a {
			color:#a79f99;
			text-decoration: none;
			}
		

			a:hover {
			color:#ca2128;
			background-color: none;
		}
		
		
		a:active { 
			  color: #ca2128;
			  background-color: none;
		 }
		 
#nav_menu1, #nav_menu1 ul {
display: none;
}
      
#cat_menu1_divs{width: 380px;}

navsub_menu1 {
display: none;
}
ul#nav_menu1{display: none;}    
    
ul#nav_menu1 li{
display: none;
}

.menu1 {
display: none;
}

.menu1 a{
display: none;
}

.menu1 a:hover{
display: none;
}

.menu1.selected a {    
display: none;
}

/* Clearing floats without extra markup */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  border:1px;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* @end */

/* @group IE6 */

* html body { text-align: center; }
* html .container { text-align: left; }
* html .column { overflow-x: hidden; }
* html .pull-1, * html .pull-2, * html .pull-3, * html .pull-4,
* html .push-1, * html .push-2, * html .push-3, * html .push-4, 
* html ul, * html ol { position: relative; }
* html legend { margin-bottom:1.4em; }
* html ol { margin-left:2em; }

/* @end */		 
			
/* And they lived happily ever after. The End. */