/*
Design, Edited, admin, and CCMS system by T T T Consultants at http://tttconsultants.com. Installed for El Magueyes at http://elmagueyes.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
        font-color: #FFFFFF;
        background-color: #F2F834;
}

h1, h2, h3 {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.4em; font-weight: bold; }

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img { border: none; }

.img.left {
	float: left;
	margin: 0 15px 15px 0;
}

.img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
	height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: transparent url(images/line3.png) no-repeat;
}

/* Header */

#header {
	width: 600px;
	height: 175px;
	margin-left: 200px;
}

/* Wrapper */

#wrapper {
        width: 900px;
	height: 1000px;
	margin-left: 100px;
	margin-left: 50px;
        background: #F2F834;
        font-color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 249px;
	height: 500px;
	background: #F2F834 url(images/menu.jpg) no-repeat left top;

}

#menu ul {
	margin: 0;
	padding-top: 150px;
	padding-left: 75px;
	list-style: none;
}
#menu li {
        font-size: 20px;
        background: url(images/NeonDa1.gif) no-repeat left bottom;
}

#menu a {
	padding-left: 15px;
	padding-right: 0px;
	text-decoration: none;
	font-weight: bold;
	border: none;
	color: #FFFFFF;
}

#menu li:hover {
        background: url(images/NeonDh1.gif) no-repeat left bottom;
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding: 20px;
        background: #C7171A;
        font-color: #FFFFFF;
}

/* Footer */

#footer {
	width: 600px;
        height: 150px;
	margin: 0 auto;
	padding-top: 0px;
	background: url(images/footer.gif) no-repeat;
	font-size: x-small;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
