
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:960px;
	margin: 0 auto;
	background:#fff;
}
#content h2{
	text-decoration:none;
	font-size:20px;
	color:red;
}
#content a {
	text-decoration:none;
}
#content h5 img{
	width:40px;
	height:40px;
	padding:40px,40px, 40px;
	margin-left:10px;
}


#contentleft{
	width:580px;
	float:left;
	margin-right:20px;
	padding:30px;
}
#contentleft h1{
	font-size:24px bold;
	margin-top:0;
	color:#fff;
	background:purple;
	padding:7px 10px;
	text-transform:uppercase;
}
#contentleft ul li a{
	text-decoration:none;
}
#photos{
	width:90%;
	
}
#sidebar{
	width:280px;
	height:auto;
	float:left;
	padding:10px;
}
#sidebar h3{
	overflow:auto;
	margin-top:15px;
	color:#fff;
	background:purple;
	padding:7px 10px;
	text-transform:uppercase;
	font-size:14px;
}
#sidebar h4{
	color:#fff;
	background:purple;
	padding:7px 10px;
	text-transform:uppercase;
	font-size:14px;
}

#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;
}

