* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	background:#000;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}     
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 800px;
	max-width: 1000px;
	margin: 0 auto;
}

hr	{
	height:1px;
	color:#fff;
	border:1px dashed #ccc;
	background:#fff;
}

h1	{
	font-family: 'Rokkitt', serif;
	font-weight:normal;
	padding:10px;
	color:#000;
	font-size:210%;
	margin-left:-10px;
	
}

.pageTitle	{
	
}

.pageTitle span	{
	font-size:90%;
	color:#666;
	line-height:24px;
	
}

h2	{
	font-family: 'Rokkitt', serif;
	font-weight:normal;
	line-height:30px;
	color:#000;
	font-size:160%;
	
}

#headerImage	{
	width:340px;
	height:130px;
	background: url("../images/chess-header-01.png") no-repeat center center;
}

p a:link, p a:active, p a:visited {
	color:#666;
	text-decoration:underline;
}

p a:hover	{
	color:#F00;
	text-decoration:underline;
}

p img	{
	border:2px dashed #ccc;
	padding:1px;
}

p .smallTxt	{
	font-size:80%;
	font-weight:bold;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	margin-top:10px;
	margin-bottom:0px;
	height: 135px;
	background: #000;
	border-radius:10px 10px 0px 0px;
	background:#000000 url("../images/chess-header-01.png") no-repeat bottom right;
	border:2px solid #fff;
}

#header h1	{
	font-family: 'Rokkitt', serif;
	font-weight:normal;
	color:#fff;
	font-size:360%;
	padding-top:116px;
	
}

#header h1 span	{
	font-size:80%;
	
}

#header h1 a	{
	color:#fff;
	text-decoration:underline;
}

#header h1 a:hover	{
	color: #F00;
	text-decoration: underline;
}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
	background:#fff;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 25px 80px 5px 210px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 170px;
	margin-left: -100.2%;
	position: relative;
	background: #fff;
	border:2px solid #000;
border-radius:0px 10px 10px 0px;
	margin-top:35px;
	margin-bottom:15px;
	-webkit-box-shadow:  1px 1px 6px 2px rgba(0, 0, 0, 0.2);
        
        box-shadow:  1px 1px 6px 2px rgba(0, 0, 0, 0.2);
}

#sideLeft p	{
	padding:10px;
}

#sideLeft ul	{
	list-style-type:none;
	padding:20px;	
}

#sideLeft li	{
	padding:3px 0px 3px 0px;
	font-family: 'Rokkitt', serif;
	font-size:150%;
}

#sideLeft li a	{
	color:#000;
	text-decoration:none;
}

#sideLeft li a:hover	{
	color: #F00;
	text-decoration: underline;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 170px;
	margin-left: -172px;
	position: relative;
	background: #fff;
	border:2px solid #000;
	border-radius:10px 0px 0px 10px;
	margin-top:35px;
	margin-bottom:15px;
	-webkit-box-shadow:  1px 1px 6px 2px rgba(0, 0, 0, 0.2);
        
        box-shadow:  1px 1px 6px 2px rgba(0, 0, 0, 0.2);
}
#sideRight p	{
	padding:10px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin-top:5px;
	height: 60px;
	background: #000;
	border-radius:0px 0px 10px 10px;
	border:2px solid #fff;
	margin-bottom:10px;
}

#footer ul	{
	
	list-style-type:none;
	padding:20px;	
	text-align:right;
}

#footer li	{
	display:inline;
	padding:0px 5px 0px 5px;
	font-family: 'Rokkitt', serif;
	font-size:130%;

}

#footer li a	{
	color:#fff;
	text-decoration:none;
}

#footer li a:hover	{
	color: #F00;
	text-decoration: underline;
}

input, textarea, select {
	padding: 3px;
	border: dashed 1px #cccccc;
	outline: 0;

	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #efefef), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #efefef 1px, #FFFFFF 25px);/*
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	*/
}
textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	border-color: #DE2C4B;
	background: -webkit-gradient(linear, left top, left 25, from(#F4F4F4), color-stop(4%, #E8E8E8), to(#F8F8F8));
	background: -moz-linear-gradient(top, #F4F4F4, #E8E8E8 1px, #F8F8F8 25px);
	color:#333;
}