	body{
		background-color:#cc0000;
		font-family:'Arial', 'Calibri', sans-serif;
	}

	hr{
		float:left;
		width:100%;
		height:5px;
		background-color:white;
		margin-top:10px;
	}

	img{
		 behavior:(url '/images/iepngfix.htc');
		 border:5px black inset;
		 border-radius:10px;
		 -moz-border-radius:10px;
		 -webkit-border-radius:10px;
	}
	
	div.center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	#FbCont{
		margin-left:50px;
		background-color:white;
		border:4px #3B5998 solid;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		padding: 5px;
	}
	
	#site{
		width:1000px;
		height:800px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:25px;
	}

	#header{
		float:left;
		margin-left:30px;
		margin-bottom:15px;
	}

	.header{
		color:white;
		font-size:28pt;
		font-weight:bold;
		margin-top:50px;
		margin-left:55px;
		text-align:center;
	}

	#menubar{
		background-color:black;
		float:left;
		width:100%;
		height:30px;
		border:3px white solid;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		clear:left;
	}

	#menubar a{
		float:left;
		text-decoration:none;
		padding:5px 25px 5px 25px;
		background-color:black;
		color:white;
		font-weight:bold;
		margin-left:15px;
	}

	#menubar a:hover{
		background-color:#8A4117;
		color:yellow;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		text-decoration:underline;
	}

	#content{
		width:100%;
		min-height:450px;
		height:auto;
		color:white;
		clear:both;
	}

	#content p{
		margin-left:15px;
		margin-right:15px;
		margin-top:5px;
		margin-bottom:5px;
		color:white;
		font-weight:bold;
		text-align:justify;
	}

	#footer{
		width:100%;
		padding-top:10px;
		height:auto;
		margin-bottom:40px;
		text-align:center;
		color:white;
		clear:left;
	}

	#footer a{
		text-decoration:none;
		color:white;
		font-weight:bold;
	}

	#footer a:hover{
		text-decoration:underline;
		color:yellow;
	}