@charset "UTF-8";
/* CSS Document */
body {
	font-family:Helvetica, sans-serif;
	background-color:#000;
	background-position:top center;
	background-image:url(images/bkgrd.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1106px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/body_bkgrd_02.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtr #container_about {
	width: 1106px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/about_bkgrd_02.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtr #mainContent {
	padding: 0 0 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent h1 {
	font-family:Helvetica, sans-serif;
	font-size:42px;
	color:#FFF;
	font-weight:normal;
	letter-spacing:1px;
	margin:0;
	padding-top:20px;
}
.oneColFixCtr #mainContent p {
	color:#FFF;
	letter-spacing:2px;
	font-size:16px;
}
.oneColFixCtr #mainContent a {
	color:#0CF;
	text-decoration:none;
}
.oneColFixCtr #mainContent a:hover {
	color:#fff;
	text-decoration:none;
}
.oneColFixCtr #mainContent .copyAbout  {
	width:650px;
	color:#000;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	letter-spacing:normal;
	line-height:24px;
	padding:10px 10px;
	margin:0;
	letter-spacing:2px;
}
.oneColFixCtr #mainContent .copyDetail {
	color:#000;
	font-size:12px;
	letter-spacing:2px;
	padding-right:10px;
}
.footer  {
	text-align:left;
	font-size:11px;
	padding:8px;
	color:#FFF;
	margin-top:40px;
}
.footer a  {
	color:#FFF;
	text-decoration:none;
}
#home
{
  display: block;
  width: 355px;
  height: 75px;
  background: url("images/jam_design_logo.png") no-repeat 0 0;
  margin:0;
  top:10px;
  position:relative;
}

#home:hover
{ 
  background-position: 0 -75px;
}

#home span
{
  display: none;
}
