body{
	margin:0;
	padding:100px 0 0 150px;
	background:#FFF;
	font-family:Tahoma;
	font-size:12px;
	color:#61280A;
 }
 div#header{
	position:absolute;
	top:0;
	left:0;
	width:150%;
	height:100px;
	background:#9CC4F5;
	color: #9CC4F5;
 }
 div#left-sidebar{
	position:absolute;
	top:100px;
	left:0;
	width:150px;
	height:100%;
	background-color:#9CC4F5;
	color: #D6D6D6;
	text-align:center
	
 }


 div#content{
  background:#fff;
 
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#left-sidebar{
	position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 }
 * html div#content{
  height:100%;
  overflow:auto;
 }
 @charset "utf-8";
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9CC4F5;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #9CC4F5;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #9CC4F5;
	font-weight: bold;
	left: auto;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #61280A;
	font-weight:bold
	}
	
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #61280A;
	font-weight:bold
	}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #61280A;
	font-weight:bold
	}
h7 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #61280A;
	font-weight:bold
	}
h8 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: 61280A;
	text-align: center;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #61280A;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align:justify
}

li {
	font-family: Tahoma;
	color: #663300;
}
img
{  border-style: none;
}
a {font-family: Tahoma, Geneva, sans-serif}
a:link {text-decoration: none; color:#9CC4F5;}
a:visited {text-decoration: none; color: #9CC4F5;}
a:hover {text-decoration: none; color: #9CC4F5;
font-weight:bold;}
a:active {color: 9CC4F5;text-decoration: none}
