
	body
	{
		margin-top: 20px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 20px;
/*		background-color: #A3A3A3; */
		background-color: #444444;
		color: #FFFFFF;
		font-family: Georgia, Courier, serif;
		font-size: 13px;
	}
	
	ul, li
	{
		margin-top: 0px;
	}
	
	a
	{
		color: #FFFFFF;
	}
	
	a:hover
	{
		color: #FB7B2E
	}

	input, textarea
	{
		font-family: Georgia, Courier, serif;
		font-size: 13px;
		margin: 0px;
		padding: 0px;
	}

/* divs */
	#header
	{
		position: relative;
		left: 0;
		background-color: #7B7B7B;
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 0px;
	}
	
	#logo
	{
		position: relative;
		left: 0;
		background-color: #7B7B7B;
		padding: 0px;
	}
	
	#menu
	{
		position: relative;
		left: 0;
		background-color: #A3A3A3;
		padding: 5px;
	}

	#toppart
	{
		position: relative;
		left: 0;
		background-color: #7B7B7B;
		padding-top: 20px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 20px;
	}
	
	#bottompart
	{
		position: relative;
		left: 0;
		background-color: #A3A3A3;
		padding-top: 20px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 20px;
	}

	#footer
	{
		font-size: 10px;
		background-color: #7B7B7B;
		text-align: right;
		padding-top: 1px;
		padding-right: 10px;
		padding-bottom: 1px;
	}

/* custom classes */

	.logo
	{
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
	}
	
	.menu
	{
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
	}

	.title
	{
		font-weight: bold;
		color: #FFFFFF;
		font-size: 25px;
		margin-bottom: 0px;
	}
	
	.orangetitle
	{
		font-weight: bold;
		margin-left: 40px;
		color: #FB7B2E;
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.whitetitle
	{
		font-weight: bold;
		color: #FFFFFF;
		margin-top: 30px;
		margin-bottom: 0px;
	}
	
	.orangetext
	{
		margin-left: 40px;
		color: #FB8B3E;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 16px;
	}
	
	.whitetext
	{
		margin-left: 40px;
		color: #FFFFFF;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.whitebigtitle
	{
		font-weight: bold;
		color: #FFFFFF;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 25px;
	}

	.whitebigtext
	{
		font-weight: bold;
		color: #FFFFFF;
		margin-left: 40px;
		margin-top: 20px;
		margin-bottom: 80px;
		font-size: 18px;
	}
	
	.form
	{
		margin: 0px;
		padding: 0px;
	}

