@charset "utf-8";
body {background-image: url(/images/chessboard34.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}
#container {
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(/images/chessboard34.jpg);
	background-repeat: no-repeat;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container h1 {
	position: absolute;
	top: -500px;
}
#banner {
	position: relative;
	background-image: url(/chessorama.jpg);
}
#check_menu {
	position: absolute;
	right: 0px;
	bottom: 0px;
	/* [disabled]top: 50px; */
}
#main_image {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 376px;
	width: 968px;
}
#main_text {
	background-color: #FFF;
	width: 300px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	padding: 12px;
	line-height: 1.2;
	position: absolute;
	right: 60px;
	bottom: 60px;
}
#main_text h2 {
	color: #00b4e1;
	margin-top: 0;
	margin-bottom: 10px;
}
#main_text h3 {
	font-size:16px;
	margin: 0 auto;
}
#main_text p {
	font-size: 14px;
	margin: 0 auto;
}
#left_column, #center_column, #right_column {
	width: 316px;
	float: left;
}
#center_column, #right_column {
	margin-left: 10px;
}
p {
	margin-top: 1em;
	color: #CCC;
}
#blog {
	background-image: url(../images/blog_bg.gif);
	background-repeat: repeat-y;
	min-height: 650px;
	color: #333;
}
#blog_posts {
	padding-left: 312px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#archive {
	color: #666;
	width: 115px;
}
#recent {
	color:#000 ;
	width: 135px;
}
#archive, #recent {
	font-size: 12px;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#archive h3, #recent h3 {
	 margin: 0 auto 10px 0;
	 text-transform:uppercase;
}
#archive ul, #recent ul {
	 list-style-type:none;
	 margin:0; padding:0;
}
#recent li {
	margin-bottom: .7em;
	color: #666;
} #archive a, #recent a { 
     text-decoration:none;
}
#archive a:link, #archive a:visited {
	color: #999;
}
#archive a:hover, #archive a:active, #archive a:focus {
	 color:#999;
	 text-decoration:underline;
}
#recent a:link, #recent a:visited {
	 color:#666 #;
	color: #666;
} 
#recent a:hover, #recent a:active, #recent a:focus {
	 color:#CCC;
	 text-decoration:underline;
}
#blog_posts h2, .updated {
	 margin: 0 5px 0 0;
	 background-color: #CCC;
	 padding: 10px 10px 0 10px;
}
.updated {
	 margin-bottom:10px;
	 padding-bottom: 5px;
	 font-size: 13px;
	 color: #646664;
}
.blog_entry {
	padding: 0 30px 0 10px;
	color: #000000;
	font-size: 18px;
	font-weight: bolder;
}
#front_img {
	margin-left: 312px;
	margin-right: 5px;
	height: 130px;
	width: 130px;
}
#back_img {
	padding-left: 5px;
	margin-left: 5px;
	height: 130px;
	width: 130px;
}
