@charset "utf-8";
body {
	background-image:url(images/Harlequin2.jpg);
	background-repeat:repeat;
	background-color: #41280D;
	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: #000000;
}
#container {
	width: 757px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#mainContent {
	margin:40px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
}


#Bg_Header {
	background-image:url(images/Header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:55px;
	width: 757px;

}


#mainpanel {
	background-image: url(images/Pannel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 759px;
	width: 757px;
}

.content{
	padding: 20px 40px 20px 40px;
}

#mainmenu {
	height:69px;
	background-image: url(images/MenuBar.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 757px;

	}

#Banner {
	background-image: url(images/Banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 114px;
	width: 757px;

}

p{
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	margin: 0 0 15 0;
	padding: 0 0 0 0;
	line-height: 16px;
	}
	
li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color:#FEF0BA;
	margin: 0 0 15 0;
	line-height: 18px;	
	}	

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	font-weight:normal;
	color: #000000;
}


h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-weight: bold;
	color:#000000;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight:bold;
	color:#FEF0BA;
}

a:link, a:visited{
	text-decoration:none;
	color: #5B332B;
}

a:hover, a:active{
	text-decoration:underline;
	color:#030F0F;
}

