@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/back.jpg);
	background-color: #500411;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
padding: 0;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
	width: 165px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Arial;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

* html #blueblock{ /*IE 6 only */
	width: 114px;
	background-color: #CCCCCC;
}

#blueblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #CCCCCC;
}

#blueblock li {
	border-bottom: 1px solid #000000;
	margin: 0;
	background-color: #CCCCCC;
	color: #000000;
}

#blueblock li a{
	display: block;
	padding: 9px 5px 9px 10px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	width: 165px;
	background-image: url(images/buttona.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

html>body #blueblock li a{ /*Non IE6 width*/
	width: auto;
	background-color: #CCCCCC;
}

#blueblock li a:hover{
	color: #CC0000;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/buttonb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CCCCCC;
}
.stylefoot {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
}
.stylefoot a:link {
    color: #000000;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
}
.mot{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	text-transform: uppercase;
}


.story{ /*class added to contents of 2nd demo when they are open*/
	color: #540312;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #000000;
}

.style3 {
	font-size: 24px;
	font-family: "Engravers MT";
	font-weight: bolder;
}
.style4 {font-size: 16px}

.style1 {
	font-family: Arial;
	font-weight: bold;
}
