@charset "utf-8";
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Eras Demi ITC";
}
.twoColFixLtHdr #container {
	width: 877px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../imagenes/Urban%20dragonart2.png);
	background-repeat: no-repeat;
	border-left: 1px sold #000000;
	border-right: 1px sold #000000;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10pc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0px 0px 40px;
	font-size: 18px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0;
	font-size: 14px;
	margin-right: 20px;
	margin-left: 300px;
	color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 50px;
	text-align: left;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 80%;
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	height: 2.2em;
	width: 877px;
}
#menu {
	height: 877px;
	width: 6em;
}
#menu {
	height: 400px;
	width: 4em;
}
#menu {
	height: 400px;
	width: 2.2em;
}
#menu {
	height: 500px;
	width: 500px;
	text-align: left;
}

