body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100.1%;
	/*background-color: #828e91;
	background-color:#83838e;*/
	background-color:  #919693;

	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	
}
#wrapper {
	width: 1000px;
	/*margin: 0px 0 0px 0;*/
	margin: 0 auto;	
	padding: 0;
}


#masthead {
	width: 995px;
	color: #FFFFFF;
	/*padding: 10px 0 3px 10px;*/
	padding: 0 0 0 10px;
	font-size: 0.95em;
	font-weight:bold;
	/*letter-spacing: .5em;
	margin-right: 0;*/
	margin: 0 auto;
	
}


#masthead p {
	padding: 5px 0 0px 5px;
	font-size: 0.95em;
	font-weight:bold;
	letter-spacing: 0.3em;
	margin: 10px 0 0 0;
}

#description {
	background-color:#555565;
	width: 300px;
	/*padding: 0 10px 0 10px;
	margin-left: 10px;
	border: 1px solid #ffffff;
	border-bottom: 0;
	width: 150px;
	background-color: #FFFFFF;*/
}

#description p {
	/*padding:2px 20px 0px 15px;
	margin: 0;*/
	padding: 3px 20px 0px 15px;
	margin: 6px 0 0 0;
	text-align: left;
	color: #FFFFFF;
	font-size: .85em;
	
}

#description h1 {
	margin: 5px 10px;
	padding: 10px 2px 10px 0;
	text-align: left;
	font-size: 1.0em;
	color: #FFFFFF;
}

#description img {
	align:right;
	padding: 0 0 0 5px;
	border: 0;
}

.small {
	/*margin-top: 100px;*/
	padding: 0px 0 0 0;
	font-size: .75em;
		
}

.bottom {
	vertical-align:bottom;
}


.top {
	vertical-align:top;
}


.bold {
	font-weight:bold;
}


table, tr, td {
	vertical-align: top;
}

#navbar {
	text-align: left;
	background-color:#83838e;
	width:700px;
}




#navbar tr {
	vertical-align: bottom;
}


#thumbnails {
	vertical-align: bottom;
	width: 700px;
}
	
	
#footer {
	background-color: #FFFFFF;
	
}


#footer p {
	text-align:left;
	padding: 5px 0;
	margin-left: 190px;
	color: #990e0e;
	font-weight: bold;
	letter-spacing:1.10em;
}

.pixPad {
	padding-left: 2px;
}


.imgPad {
	padding-top: 0px;
	padding-bottom: 5px;
}

.right {
	text-align: right;
}


#hideText p {
	color: #555565;
}

h1 {
	font-size: 105%;
	padding-top: 0;
	margin-top: 0;
	margin-right: 10px;
}

img {
	border: 0;
}



/*-----PAGE LINK STYLES --------*/
/*We assign specific link styles for links based upon the element that contains them.*/
a:link {
	color: #44235E;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	/*color: #660000;*/
	color: #b92c2c;
	outline-style: none;
}

/*masthead link styles.*/
#masthead a:link, #description a:link {
	color: #ffffff;
	text-decoration: none;
}
#masthead a:visited, #description a:visited {
	color: #ffffff;
	text-decoration: none;
}
#masthead a:hover, #masthead a:active, #masthead a:focus {
	/*color: #660000;*/
	color: #b92c2c;
	text-decoration:none;
}


#description a:hover, #description a:active, #description a:focus {
	color: #ffffff;
	text-decoration: underline;
}

