/*change content example CSS page*/

body
{
background: #f4a259;
}
h2
{
font-size:22px;
color: black;
 font-family: Tahoma, sans-serif;
}

.container
{
  background-color: #f4e285;
	width:1200px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px;
	height: 860px;
	}
	
	.header
	{
	 background-color: #bc4b51;
	 width: 1160px;
	 color: #32558a;
	 padding: 20px;
	 font-weight: bold;
	 text-align: center;
	 }
	 
	 .nav
	 {
	 background-color: #945600;
	 border: 2px solid #ffffff;
	 height: 30px;
	 width: 1156px;
	 color: #ffffff;
	 padding: 20px;
	 margin-top: 0px;
	 }
	 
	 .sidebar
	 {
	 background-color: #c75000;
	 width: 200px;
	 color: #dcd8e3;
	 margin-top: 2px;
	 padding: 20px;
	 position: absolute;
	 height: 600px;
	 text-align: center;
	 font-size: 17px;
	 }
	 
	 .main
	 	 {
	 background-color: #f95738;
	 width: 920px;
	 color: #ffffff;
	 margin: 2px 0px 0px 240px;
	 padding: 20px;
	 position: absolute;
	 height: 600px;
	 font-size: 18px;
	 }
	 a:link
	 	 {	
	 color: #ffffff;
	 text-decoration: none;
	 }
	 a:active
	{	 
	color: #ffffff;
	 text-decoration: none;
	 } 
	 	 a:visted
	{	 
	color: #ffffff;
	 text-decoration: none;
	 }
	 a:hover
	{	 
	color: #ffffff;
	 text-decoration: none;
	 font-size: 18px;
	 }
	 
	 
	 table, tr, td
	 {
	 text-align: center;
	 font-size: 18px;
	 	 	color: #ffffff;
	 }