* {
	margin: 0;
	padding: 0;
}

body {
background-color: black;
background-image: url('images/background2.jpg');
background-position: center top;
background-attachment: scroll;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}
#menu #navbar img{
height: 25px;
width: 25px;
  
}
a {
text-decoration: none;
color: #cc7722;
}
a:hover {
text-decoration: underline;
color: #CC9322;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 120px;
background: #000000 url(images/heading.svg) no-repeat;
background-size: 100%;
}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #000;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #3F89FF;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #CC5B22;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}

#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#menu ul li img {
    position: relative;
    top: 5px;
    height:20px;
    width: 25px;
}

#content {
background: white;
padding: 0 20px;
}

#content ul
{
	margin-left: 15px;
}

#content ul li
{
	margin-bottom: 10px;
}

.contact img {
    margin: 5px;
    height: 80px;
    width: 70px;
}

.details{
    float:right;
    top: 20px;
    width:650px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #cc7722;
color:white;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.right img
{
	width:inherit;
	margin-bottom: 20px;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #cc7722;
color: #fff;
font-size: 13px;
}
.left img{
    height:40px;
    width:40px;
    float: left;
    margin-top:5px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #cc7722;
list-style:none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
color: #cc7722;
}
.left ul li a:hover {
color: #CC9322
}
.articles { padding: 10px; }

#bottom {
background : #e0f3fa url(images/bottom3.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

.left h2.plainh2
{
margin: 0;
padding-left: 0;
height: 26px;
line-height: 26px;
background: white;
color: black;
font-size: 13px;
text-align: center;
}

.name
{
text-align: center;
}

#elephant
{
	margin-left: 10px;
}