div.navigation
{
	/*Position Settings*/
	margin-top: 20px;
	padding: 5px;
	padding-left: 200px;
	padding-right: 8px;
	
	/*Dimension Settings*/
	width: 100%;
	
	/*Display Settings*/
	display: block;
	white-space: nowrap;
	
	/*Background Settings
	background-color: rgb(200, 200, 200);
	*/
	/*Border Settings
	border: thin solid black;
	*/
	/*Text Settings*/
	line-height: 100%;
	font-size: 18px;
	text-align: center;
}

div.content
{
	/*Position Settings*/
	width: 100%;
	height: 100%;
	margin-left: 15%;
}

div.page
{
	/*Dimension Settings*/
	width: 550px;
	height: 100%;
	
	/*Text Settings*/
	font-size: 20px;
	text-align: left;
	line-height: 200%;
	
	/*Position Settings*/
	padding: 25px;

	/*Background Settings*/
	background-color: rgb(200, 200, 200);
	
	/*Border Settings*/
	border: thin solid black;
}

div.pageOff
{
	/*Disable Page*/
	visibility: hidden;
	display: none;
}

div.image
{
}

ul.menu
{
	float: left;

	/*Text Settings*/
	text-align: center;

	/*Dimension Settings*/
	width: 150px;
	height: 80%;
	
	/*List Settings*/
	list-style-type: none;

	/*Position Settings*/
	padding: 0px;
	margin: 0px;
	padding-top: 40px;
	
	/*Background Settings*/
	background-color: rgb(200, 200, 200);
	
	/*Display Settings*/
	display: inline;

	/*Border Settigns*/
	border: thin solid black;
}

div.link, div.previous, div.next
{
	/*Background Settings*/
	background-color: rgb(212, 208, 200);
	
	/*Display Settings*/
	display: block;
	
	/*Dimension Settings*/
	width: 100px;

	/*Text Settings*/
	text-align: center;
	
	/*Position Settings*/
	margin-top: 10px;
	
	/*Border Settings*/
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-top: thin solid rgb(226, 225, 222);
	border-left: thin solid rgb(226, 225, 222);
}

div.previous, div.next
{
	/*Display Settings*/
	display: inline;
	white-space: nowrap;
	
	/*Position Settings*/
	margin: 0px;
	margin-left: 10px;
}

div.contact
{
	clear: both;
	float: left;

	/*Text Settings*/
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	
	/*Dimension Settings*/
	width: 150px;
	height: 20%;

	/*Position Settings*/
	padding-top: 20px;

	/*Border Settigns*/
	border: thin solid black;
	border-top: none;

	/*Background Settings*/
	background-color: rgb(200, 200, 200);
}

div.footer
{
}

