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

#wrapper {
	width: 960px;
	margin: 0 auto;
	left: auto;
	right: auto;
	background-color: #F3E9DC;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	line-height: 1.5em;
	padding: 15px;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #522A2A;
	border-right-color: #522A2A;
	border-bottom-color: #522A2A;
	border-left-color: #522A2A;
}

aside {
  float: right;
  width: 25%;
  border: thin solid #FFF;
  background-color: #255C5C;
  padding: 10px;
  margin: 10px;
  display:block;
  	clear: right;
}
body {
	background-color: #9A673D;
	background-image: url(../images/jigsaw%20body%20background%20image.jpg);
}

#h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	background-color: #F3E9DC;
	color: #F2A868;
	padding-left: 10px;
	line-height: normal;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	padding-bottom: 15px;
	height: 300px;
	width: 960px;
	background-image:<img src="../images/jigsaw_banner.png" width="945" height="300" alt="jigsaw banner">
	background-repeat: no-repeat;
}
h2 {
	color: #F2A868;
	background-color: #255C5C;
	width: 300px;
	padding: 10px;
}
#wrapper #Section {
	font-style: italic;
}
#aside {
	padding: 5px;
	float: right;
	width: 560px;
	background-color: #F3E9DC;
	color: #336;
	height: 325px;
	border: thick double #900;
	line-height: normal;
	font-weight: normal;
	clear: right;
	text-align: left;
	background-repeat: no-repeat;
	margin: auto;
}
footer {
	width: 960px;
	margin: 0 auto;
	left: auto;
	right: auto;
	display:block;
	font-style: italic;
	font-size: small;
	text-align: center;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #00FF00;
}
a:hover {
	color: #FF00FF;
}

a:active {
	color: #0000FF;
}

a:focus {
	 background-color: yellow;
}

.datagrid table { 
border-collapse: collapse; 
text-align: left; 
width: 100%; 
} 
.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	background: #F3E9DC; 
	overflow: hidden; 
	border: 1px solid #A65B1A; 	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
	}
.datagrid table td, .datagrid table th { 
	padding: 3px 10px; 
	}
.datagrid table thead th {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #255C5C), color-stop(1, #255C5C) );
		background:-moz-linear-gradient( center top, #255C5C 5%, #255C5C 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#255C5C', endColorstr='#255C5C');
		background-color:#255C5C; 
		color:#F2A868; 
		font-size: 14px; 
		font-weight: bold; 
		border-left: 1px solid #BF691E; 
		} .datagrid table thead th:first-child { 
		border: none; 
		}
.datagrid table tbody td { 
		color: #000; 
		border-left: 1px solid #D9CFB8;font-size: 14px;
		border-bottom: 1px solid #D9CFB8;font-weight: normal; 
		}
.datagrid table tbody td:first-child { border-left: none; 
}
.datagrid table tbody tr:last-child td { border-bottom: none; 
}