body
{
	color: #77939d;
	font-family: Arial, Arial, Helvetica, sans-serif;
	background-color: #9d856b;
	background-position: center center;
}
h1
{
	font-size: 12pt;
	color: black;
	font-weight: normal;
}
div#container
{
	width: 800px;
	height: 1400px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #c8e1ea;
	font-weight: bold;
	font-size: 24pt;
	color: #9d856b;
}
div#indexcontainer
{
	width: 800px;
	height: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url("files/websitebackground.png");
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
}
div#indextext
{
	width: 400px;
	height: 400px;
	margin: 0px auto 0px auto;
	padding: 200px 0px 0px 0px;
}
div#headerbanner
{
	width: 800px;
	height: 85px;
	margin: 0px auto 0px auto;
	text-align: center;
	text-decoration: none;
}
div#menu
{
	float: left;
	background-color: #9d856b;
	color: white;
	text-align: center;
	background-image: url("files/menubarbackground.png");
	width: 800px;
	height: 40px;
	font-weight: bold;
	font-size: 18pt;
}
div#animationthumb
{
	height: 160px;
	width: 150px;
	text-align: center;
	color: black;
	font-size: 10pt;
}
div#content
{
	float: right;
	background-color: #c8e1ea;
	width: 700px;
	height: 600px;
	text-align: center;
	font-size: 24pt;
	//padding: 50px 50px 50px 50px;//
}
div#smallcontent
{
	width: 400px;
	margin-left: 200px;
	color: black;
	font-size: 12pt;
	text-align: left;
}
div#infocontent
{
	float: middle;
	width: 700px;
	text-align: center;
}
div#infopic
{
	float: left;
	height: 200px;
	width: 300px;
	text-align: center;
}
div#infotext
{
	float: right;
	width: 400px;
	color: black;
	font-size: 12pt;
	text-align: left;
}

a
{
	text-decoration: none;
}

a:link

{

	color: #fda64a;

}

a:hover

{
	color: white;

}

a:visited 

{

	color: #fda64a;

}
a.blu:visited
{
	color: #77939d;
}
a.blu:link
{
	color: #77939d;
}






