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

@import url(menu.css);
@import url(form.css);
@import url(rss.css);
@import url(table.css);
@import url(players_corner.css);
@import url(database.css);

body
	{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	/*background-color:#8ABBDF;
	background-image:url(../../images/bg.gif);
	background-repeat:repeat-x;*/
	}

p, h1, h2, h3, div, hr, table, form
	{
	margin:0px;
	padding:0px;
	}

p, h1, h2, h3, hr
	{
	margin:10px 0px;
	padding:0px;
	}

h1, h2, h3
	{
	/*font-family:Arial, Helvetica, sans-serif;*/
	color:#772300;
	}

h1
	{
	font-size:24px;	
	}

h2
	{
	font-size:18px;
	}
	
h3
	{
	font-size:14px;
	}	

a
	{
	text-decoration:none;
	color:#425fa7;
	}
	
a:hover
	{
	text-decoration:underline;
	/*color:#be751c;*/
	color:#cc6600;
	}

img
	{
	border:none;
	}

/*** [Lists] ***/
ol li
	{
	list-style-image:none;
	}

li
	{
	list-style-image:url(http://www.sazchess.org/images/body/arrow1_right.gif);
	}

#left
	{
	float:left;
	width:240px;
	font-size:11px;
	background-color:white;
	}

#left div
	{
	-moz-border-radius-topLeft:10px;
	-moz-border-radius-topRight:10px;
	-moz-border-radius-bottomLeft:10px;
	-moz-border-radius-bottomRight:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;	
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border:1px solid #772300;
	background-color:#EEE7D7;
	padding:0px 10px;
	margin:10px 10px 10px 0px;	
	}

#left h2
	{
	margin:0px;
	margin-top:10px;
	text-align:center;
	}	
	
#main
	{
	margin-left:240px;
	background-color:white;
	}

#menu
	{
	height:30px;
	line-height:30px;
	background-image:url(http://www.sazchess.org/images/body/nfHome_bg.gif);
	border:1px solid #772300;
	border-left:2px solid #772300;
	border-right:2px solid #772300;
	/*-moz-border-radius-topLeft:10px;*/
	-moz-border-radius-topRight:10px;
	-moz-border-radius-bottomLeft:10px;
	/*-moz-border-radius-bottomRight:10px;*/
	-webkit-border-top-right-radius:10px;
	/*-webkit-border-top-left-radius:10px;	*/
	/*-webkit-border-bottom-right-radius:10px;*/
	-webkit-border-bottom-left-radius:10px;
	
	}

#content
	{
	margin-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	border-top:1px solid #772300;
	border-left:1px solid #772300;
	
	min-height:648px; /* was 650 */
	height:auto !important;
	height:648px; /* was 650 */
	
	background-color:white;
	}
	
#footer
	{
	clear:both;
	font-size:10px;
	border-top:1px solid #772300;
	padding-top:10px;
	background-color:white;
	}

#footer .footerText
	{
	width:400px;
	float:left;
	}

#footer .footerLink
	{
	text-align:right;
	}

#footer .footerLink a
	{
	padding:0px 10px;
	}
	
/*** Links Page ***/
.links1, .links2 {
	text-align:center;
}

.links1 {
	float:left;
	width:190px;
	padding-left:159px;
}

.links2 {
	margin-left:359px;
	width:215px;
	margin-bottom:10px;
}

.links1 p, .links2 p {
	margin-top:0px;
}
	