/* CSS Document */

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
	background-image: url(http://toltec-nagual.com/images/bg.jpg);
		}
		
#navigation {
	color:#000033;
	font-weight: bold;
	font-size: 14px;
	}
#navigation a {
	color:#000033;
	font-weight: bold;
	font-size: 14px;
	}
.orangeHeader {
	color: #EEB726;
	font-size: 16px;
	font-weight: bold;
}
.darkBlueHeader {
	color: #000033;
	font-size: 16px;
	font-weight: bold;
}
#linkBox a{
	color: #000033;
	font-weight: bold;
}
#topRightBox {
	color: #ffffff;
	}
	
#topRightBox a {
	color: #ffffff;
	}
	
#topRightBox a:visted {
	color: #ffffff;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
		}