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

/* CHESS_GAMES_HOME_PAGE STYLESHEET */

/* Theses are the Divs for HOME PAGE
   of the chessGamesHomePage */
#ContainerChessGamesHomePage {
	background-color: #09F;
	height: 900px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #F00;
}
#topLeftHomePage {
	float: left;
	height: 192px;
	width: 192px;
	margin-top: 24px;
	margin-left: 24px;
	padding-top: 2px;
}
#Header {
	float: left;
	height: 192px;
	width: 600px;
	border: thick solid #F00;
	margin-top: 24px;
	margin-left: 30px;
}
#topRightHomePage {
	float: left;
	height: 192px;
	width: 192px;
	margin-top: 24px;
	margin-left: 24px;
	padding-top: 2px;
}
#rightBar1 {
	float: left;
	height: 576px;
	width: 210px;
	margin-right: -15px;
	margin-top: 50px;
}
#rightBar2 {
	float: right;
	height: 576px;
	width: 210px;
	margin-top: 50px;
}
#MenuBox1 {
	width: 192px;
	height: 75px;
}
#MenuBox2 {
	width: 192px;
	height: 75px;
}
#MenuBox3 {
	width: 192px;
	height: 110px;
}
#MenuBox4 {
	width: 192px;
	height: 110px;
}
#MenuBox5 {
	width: 192px;
	height: 200px;
}
#MenuBox6 {
	width: 192px;
	height: 150px;
}
#MenuBox7 {
	width: 192px;
	height: 110px;
}
#MenuBox8 {
	width; 192px;
	height: 160px;
}
#Main {
	float: left;
	height: 576px;
	width: 576px;
	margin-left: 100px;
}

.item{
	width: 576px !important;
	height: 625px !important;
	margin-left:auto;
	margin-right:auto;
}
.CarouselExample{
	margin-top: 50px;
	margin-left: -325px;
}



/*  ==============
 || Style Classes ||
    ==============   */
/* Style Rule for Header Caption */
.headerCaptionStyle {
		Color:#000000; 
		font-family: arial; 
		font-size: 55px; 
		font-weight:bold; 
		text-align: center;
	}
/* Style Rule for the two Menu Bars for links to the Chess Games */
.menuBar {
	text-align:center;
	color:#1210f9;
	font-family:"Edwardian Script ITC";
	font-weight:bold;
	list-style:none;
}
.menuBar li {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	display:block;
	margin-left:15px;
	margin-bottom:2px;
	width:90%;
	background:#ccffff;
}
.menuBar a {
	font-size:13px;
	font-weight:bold;
	display:block;
	padding-left: 10px;
	padding-right: 125px;
	margin-left: -40px;
	margin-bottom:2px;
	width:90%;
	background:#ccffff;
	text-decoration:none;
	border-radius: 30px;
	border: thick solid #1210f9;
}


