/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

/*img { behavior: url(iepngfix.htc); }*/

a:link {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	width: 6em;
}

a:visited {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: 900;
	font-size: larger;
}

a:active {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

body {
	font-family: "Courier New", Courier, monospace;
	background-color: #3D8CF3;
	color:#000066;
}

#wrapper{
	height: 600px;
	width: 955px;
	background-image: url(Images/CorseFortdeCalviDaub.png);
	background-position: center;
	background-repeat: no-repeat;
	position: static;
	left: auto;
}

#mexicowrapper{
	height: 600px;
	width: 955px;
	background-image: url(Images/MexicoFlag.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: static;
	left: auto;
}

#title{
	padding: 10px;
	margin: 0;
}
ul{
	list-style-type: none;
}

.dialog {
 	width:450px;
 	position:absolute;
	behavior: url(iepngfix.htc);
 	top:100px;
	left:50px;
 	min-width:20em;
 	max-width:500px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
}

.dialog .hd .c,
.dialog .ft .c {
 	font-size:1px; /* ensure minimum height */
 	height:20px;
}

/*.dialog .ft .c {
 	height:20px;
}*/

.dialog .hd {
	behavior: url(iepngfix.htc);
 	background:transparent url(Images/bkgdtl.png) no-repeat 0px 0px;
 	margin-right:20px; /* space for right corner */
}

.dialog .hd .c {
 	background:transparent url(Images/bkgdtr.png) no-repeat right 0px;
 	margin-right:-20px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd {
 	background:transparent url(Images/bkgdbody.png) repeat-y 0px 0px;
	text-align:center;
 	margin-right:20px;
 	padding-left:20px;
}

.dialog .bd .c {
 	background:transparent url(Images/bkgdr.png) repeat-y right 0px;
 	margin-right:-20px;
 	padding-right:20px;
}

.dialog .bd .c .s {
 	margin:0px 8px 0px 4px;
 	background:url(Images/bkgdbody.jpg) repeat-x 0px 0px;
 	padding:1em;
}

.dialog .ft {
	behavior: url(iepngfix.htc);
 	background:transparent url(Images/bkgdbl.png) no-repeat 0px 0px;
 	margin-right:20px;
}

.dialog .ft .c {
	behavior: url(iepngfix.htc);
 	background:transparent url(Images/bkgdbr.png) no-repeat right 0px;
 	margin-right:-20px;
}

.menu{
	height: 100px;
	width: 350px;
	position: absolute;
	left: 550px;
	top: 250px;
}

.mexicomenu{
	height: 100px;
	width: 350px;
	position: absolute;
	left: 550px;
	top: 50px;
}
