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

body {
	margin: 0px;
	padding: 0px;
	background-color: #2C3866;
	background-image: url(http://www.chesscorner.com/skin/images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29366b;
}

h1 {
	font-size: 22px;
	color: #000080;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 18px;
	color: #000080;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #000080;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	color: #000080;
	font-weight: bold;
}

#wrapper {
	background-color: #fff;
	text-align: center;
	margin: auto;
	width: 960px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
}

#header {
	width: 960px;
	height: 226px;
	background-image: url(top.jpg);
	background-color: #29366b;
	background-position: top right;
	text-align: left;
}

#nav {
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	position: relative;
	top: 105px;
	left: -10px;
}

#nav ul {
	display: inline;
}

#nav ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
}

#nav a {
	text-decoration: none;
	color: #29366b;
	font-weight: bold;
}

#nav a:link {

}

#nav a:visited {

}

#nav a:hover, #nav a:active {
	color: #ed1c24;
}

#content {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #fff;
}

#footer {
	width: 960px;
	height: 47px;
	background-image: url(footer.jpg);
	background-color: #29366b;
	background-position: top right;
	text-align: left;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	margin: 0;
	position: relative;
	top: 75px;
	left: 25px;
}




.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #29366b;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	top: 28px;
}

.countrystore {
	text-align: right;
}


