/* CSS Document */

body {
	background-color: #000000;
	text-align: center; /* for IE */
}
#wrapper {
	width: 993px;
	background-image: url(../images/cell-gradient-bg.jpg);   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-repeat: repeat-y;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	height: 138px;
	width: 993px;
}
#left {
	background-image: url(../images/body-bg-left.jpg);
	height: 568px;
	width: 95px;
	float:left;
}
#right {
	background-image: url(../images/body-bg-right.jpg);
	height: 568px;
	width: 96px;
	float: right;
}
#center {
	background-image: url(../images/body-cell-BG.jpg);
	width: 800px;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4B483D;
	border-right-color: #4B483D;
	border-bottom-color: #4B483D;
	border-left-color: #4B483D;
}

#center .text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787361;
	padding: 15px;
}

#center .text h1{
	font-size: 16px;
	color: #787361;
	font-weight: bold;
}
#center .text h2{
	font-size: 14px;
	color: #787361;
	font-weight: bold;
}
#footer {
	background-image: url(../images/footer-wide.jpg);
	height: 18px;
	width: 993px;
	float:left;
	background-repeat: no-repeat;
	position: relative;
	top: -10px;
}
#footer2 img {
	float: left;
	position: absolute;
	left: 110px;
}
#footer2 {
	background-image: url(../images/1px-offwhite.gif);
	height: 50px;
	width: 993px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	position: relative;
	top: -10px;
	margin-bottom: -10px;
}

.clear {
	clear: both;
	margin: 0px;
}
.pic {
	float: left;
	width: 120px;
	height: 150px;
	margin: 10px;
	padding: 9px;
	border: 1px solid #CCCCCC;
}
.picname{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
