/* Color Scheme
  Dark Dark:	#272727
  Light Dark:	#2b2b2b
  Green:		#55818d
  Red:			#962a25
  Grey Font:	#888888
  Light:		#e2e2e2
*/

@import url(http://fonts.googleapis.com/css?family=Numans|Expletus+Sans:400,400italic);
a
{
	color:#272727;
	outline:none;
}
a:visited
{
	color:#272727;
}
h3
{
	margin:8px 0 0px 0;
}
html, body
{
	text-align:center;

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url("../images/background.gif") top left repeat-x;
	background-color:#2b2b2b;
	margin:0px;
}
input.Button
{
	margin:4px 0 0 0;
}
label
{
	display:block;
	margin:4px 0 0 0;
}

.center
{
	margin-left:auto;
	margin-right:auto;

	width:920px;
}
.content
{
	width:600px;
	margin:0px 5px 20px 5px;
	padding:20px;
	display:inline-block;
	zoom:1;
	*display:inline;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:3px 3px 3px #666;
	-webkit-box-shadow:3px 3px 3px #666;
	background-color:#ededed;
	border:1px #888888 solid;
}
.index-content
{
	width:472px;
	display:inline-block;
	padding:0 20px 0 20px;
	zoom:1;
	*display:inline;
}
.leftGutter, .rightGutter
{
	width:170px;
	margin:0px 5px 5px 0px;

	vertical-align:top;

	display:inline-block;
	zoom:1;
	*display:inline;
}
.leftGutter > *, .rightGutter > *
{
	padding:8px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:3px 3px 3px #666;
	-webkit-box-shadow:3px 3px 3px #666;
	border:1px #888888 solid;
}
.leftGutter h3, .rightGutter h3
{
	text-decoration:underline;
	margin-top:2px;
}
.nav a
{
	font-family:'Expletus Sans', cursive;
	font-size:18px;
	text-decoration:none;
}
.staff
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#banner
{
	display:block;
	clear:none;
	border:0px;
}
#feature
{
	width:450px;
	height:388px;
	margin:0 auto;
	text-align:center;
}
#feature div
{
	width:450px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:3px 3px 3px #666;
	-webkit-box-shadow:3px 3px 3px #666;
	border:1px #888888 solid;
	margin:0 auto;
	text-align:center;
}
#feature div *
{
	padding-top:340px;
	padding-bottom:15px;
}
#foot
{
	padding: 0;
	padding-top:40px;
	margin: 0 auto;

	width: 994px;

	border: 0px;
	background: url('../images/bottom-edge.png') no-repeat;
	color:#888888;
}
#girth
{
	margin:0px auto;

	width:994px;

	background:url('../images/edge-shadow.png') repeat-y;
}
#head
{
	background-color:#e2e2e2;
}
#main-body
{
	margin:0px auto;

	width:920px;
}
#menu
{
	background:url('../images/banner-bottom-edge.png') no-repeat;
	height:40px;
	width:920px;
}
#torso
{
	margin:0px;
	padding:10px 20px 20px 20px;
	text-align:left;
	min-height:500px;
	background-color:#e2e2e2;
}
/*** Main Content Styles Stop ***/

/*** Right Gutter Styles Start -> see left gutter styles ***/
/*.rightGutter*/
/*{*/
/*	width:200px;*/
/*	vertical-align:top;*/
/*	display:inline-block;*/
/*	zoom:1;*/
/*	*display:inline;*/
/**/
/*	padding:8px;*/
/*	margin-bottom:10px;*/
/*	-moz-border-radius:5px;*/
/*	-webkit-border-radius:5px;*/
/*	-moz-box-shadow:3px 3px 3px #666;*/
/*	-webkit-box-shadow:3px 3px 3px #666;*/
/*	background-color:#ededed;*/
/*	border:1px #888888 solid;*/
/*}*/
/**/
/*.rightGutter h3*/
/*{*/
/*	text-decoration:underline;*/
/*	margin-top:2px;*/
/*}*/
