body {
	background-color: #222;
	background-image:  url('../images/line_bg.png');
	margin: 0px;
	font-size: 11px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input, #sigBox {
	background: #fff;
	border: 0px;
	padding: 2px;
}

#imageDescription {
	z-index: 100;
	background: #000;
	color: #fff;
	font-size: 12px;
}

#mainPage {
}

#contactTitle {
	float: left;
}

#contactItem {
	border-bottom: 2px #222 solid;
	font-size: 18px;
	text-align: right;
	margin: 10px;
	line-height: 18px;
	padding: 10px;
}

a.navLink {
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	color: #FFA000;
	display: block;
	width: 156px;
	z-index: 500;
	height: 25px;
}

#title {
	width: 300px;
	float: left;
	padding-left: 35px;
}

#main {
 	padding: 20px;
	background: #000;
	border-bottom: 2px #FFA000 solid;
	border-top: 2px #FFA000 solid;
}

#topBar {
	border-bottom: 3px #fff solid;
}

#topBarSizer {
	width: 850px;
	height: 110px;
	text-align: center;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#bottomBar {
	color: #fff;
	font-size: 10px;
	height: 50px;
	padding: 5px;
	width: 850px;
	background-image: url('../images/bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 20px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

#titleBox {
	text-align: left;
	width: 801px;
	background-image: url('../images/barBG.png');
	background-repeat: repeat-x;
	height: 50px;
}

#signatures {
	float: right;
	width: 400px;
	overflow: auto;
	height: 350px;
	padding: 5px;
	margin: 10px;
}

#signatureInfo {
	background: #222;
	text-align: left;
	padding: 3px;
}

#addSig {
	float: left;
	height: 200px;
	text-align: left;
	width: 320px;
	padding: 5px;
}

#sigLabel {
	text-align: left;
	width: 80px;
	float: left;
	line-height: 20px;
	color: #fff;
}

#sigBox {
	width: 320px;
	height: 100px;
}

#signature {
	margin-bottom: 3px;
	border-top: 2px #333 solid;
	padding: 10px;
	color: #fff;
}

#content {
	border-top: 1px #FFA000 solid;
	border-right: 1px #FFA000 solid;
	width: 800px;
}

#sigBody {
	padding: 5px;
	text-align: left;
}

#progress {
	color: #fff;
}

#floatRight {
	float: right;
	width: 475px;
	margin-top: 15px;
}

#navBox {
	float: right;
}

#navBar {
	line-height: 25px;
	text-align: center;
}

#navBar {
	width: 380px;
	padding: 25px;
}

#clear {
	height: 1px;
	clear: both;
}

#navBar li {
	float: left;
	width: 156px;
	color: #FFA000;
	background: #222;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin-right: 20px;
}

#navBar li:hover {
	background-color: #333;
}

#imageList {
	float: left;
	width: 370px;
	height: 400px;
	overflow: auto;
	margin-top: 10px;
}

#myGallery
{
width: 400px !important;
height: 400px !important;
}

#imageThumb {
	margin: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	background: #222;
	width: 100px;
	height: 130px;
	padding: 5px;
	float: left;
}

#thumbTitle {
	padding-top: 3px;
	height: 30px;
}

#thumbTitle a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#caption {
	font-size: 10px;
}

#imageThumb:hover {
	background: #333;
}

#fullImage {
	width: 405px;
	height: 425px;
	border: 1px #FFA000 solid;
	float: right;
	margin: 10px;
}

/* Typefaces */

a.outLink {
	color: #FFA000;
	text-decoration: none;
}

a.outLink:hover {
	border-bottom: 1px #fff solid;
}

#mainText {
	float: left;
	color: #fff;
	line-height: 17px;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	width: 300px;
}