
/* 	color: #dceccc; */

p {
	padding: 0px;
	margin: 0px;
}


#indexPageContainer {
	margin: auto;
	width: 930px;
	margin-top: 15px;
}


#indexPageTop
{
	background-image: url('../images/webpageImages/indexBackgroundTop.png');
	width: 930px;
	height: 17px;
}

#indexPageMiddle
{
	background-image: url('../images/webpageImages/indexBackgroundMiddle.png');
	width: 930px;
	height: 100%;
	min-height: 560px;
	padding-bottom: 10px;
}

#indexPageBottom
{
	background-image: url('../images/webpageImages/indexBackgroundBottom.png');
	width: 930px;
	height: 30px;
	margin-bottom: 15px;
}

#indexPageContent
{
	margin: auto;
	width: 650px;
	height: 100%;
	padding: 20px;
	color: #eeeeee;
}

td.pageTitleText
{
	font-size: 5em;
/*	font-family: serif;  */
	padding-right: 30px;
	text-align: right;

        font-family: 'Philosopher';
/*		font-weight: bold;  */
		text-shadow: 2px 2px 4px #bbb;
}

#pageTitleImage
{
	float: left;
	border: 2px solid blue;
}

hr
{
	color: white;  /* Firefox */
	background-color: white;  /* IE */
	height: 1px;  /* IE */
}

#linkTable
{
	margin: auto;
	border: double 4px white;
	border-radius: 15px;
}


td #speciesArea {
	padding: 12px;
}

.subTitle
{
	font-size: 1.8em;
	font-weight: bold;
	font-family: serif;
	margin-bottom: 15px;
}

.subSubTitle
{
	font-size: 1.2em;
	font-weight: bold;
	color: #dddddd;
}

#extraContent {
	padding: 15px;
}

#listOrderButton {
	position: absolute;
	margin-top: 25px;
	margin-left: -99px;
	cursor: pointer;
}

#speciesInfoHeader {
	font-weight: bold;
	color: #222222;
	background-color: #dceccc;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.specialDigit {
	background-color: black;
	border-radius: 3px;
	color: white;
	font-family: sans-serif;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 1px;
}

#speciesContainer {
	padding-left: 8px;
}

.newImageIndicator {
	width: 15px;
	height: 15px;
	color: #dceccc;
	font-size: 2em;
	float: left;
}

