
body{
	color:#333;
	background:#3b444a url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') repeat-x ;
	font:14px;
	font-family:Helvetica, Arial, sans-serif;
}
a{
	color:Black;
}



#header{
	width:960px;
	min-height:100px;
	margin:0 auto;
	
}
#header img{
  float: left;
  width: 100px;
  height: 100px;
  background: clear;
}
#header h6{
	font-size:55px;
	margin-left:200px;
	margin-top:25px;
	margin-bottom:60px;
	color:#FE642E;
	text-align:center;
	font-family:Rockwell;
}


#navigation{
	width:960px;
	margin: 0 auto;
	position:relative;
	top:4px;
}
#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#navigation ul li{
	display:inline;
	margin-right:20px;
}
#navigation ul a{
	background:green;
	text-decoration:none;
	padding: 10px 10px 6px 10px;
	text-transform:uppercase;
	border-left:1px solid red;
	border-top:1px solid red;
	border-right:1px solid red;
	background-color:#EC1C50;;
}
#navigation ul li.current_page_item a, #navigation ul li a:hover{
	color:orange;
	border-left:1px solid purple;
	border-top:1px solid purple;
	border-right:1px solid purple;
	background:purple;
}
#container{
	overflow:auto;
	width:960px;
	margin:0 auto;
	padding:10px;
	background:purple;
}
#content{
	width:960px;
	min-height:auto;
	margin: 0 auto;
	background:#fff;
}
#contentleft{
	width:900px;
	float:left;
	margin-right:50px;
	padding:30px;
	text-align:center;
}

#contentleft {
  background-color: #ff5733;
  border: 10px solid #03fe21;
  border-radius: 4px;
  box-shadow: 0 8px 8px -1px rgb(0, 0, 0, 0.055);
  color: #5c03fe;
  display: block;
  margin: 8px 15px 8px 15px;
  overflow: hidden;
  width: 90%; 
  font-size:40px;
}

#contentleft ul {
    margin: 0;
    padding: 0;
	text-transform:uppercase;
  }
#contentleft p{
	font-size:20px;
	color:#010001;
   
}
#footer{
	width:960px;
	margin:0 auto;
	text-align:center;
}
#footer ul{
	margin:15px 0 0 0;
	padding:0;
	list-style-type:none;
}
#footer ul li{
	display:inline;
	margin-right:5px;
}
#footer ul li a{
	text-transform:uppercase;
	text-decoration:none;
	color:green;
	font-weight:bold;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer p{
	font-weight:bold;
	color:orange;
}

