* {
    margin: 0;
    padding: 0;
}

body {
  font-family: font-family: 'Open Sans', sans-serif;
 font-size: 100%;
 color: #000; 
    background-color: #fff;
    }

#OuterWrapper {
    margin: 20px auto; 
    width: 1200px; 
}

header {
    width: 100%;
    height: 150px;
    text-align: center;
}

h1 {
font-family: 'Vidaloka', serif;    
font-size: 3em;    
}
h2 {
 font-family: 'Vidaloka', serif;    
font-size: 2em;   
}
aside {
    top: 150px;
    width: 200px;
    margin: 0 20px;
    height: 100%;
    position: fixed; 
}
main {
    text-align: center;
}
p{
    text-align: left;
    font-size: 1em;
    line-height: 1.7em;
    margin: 0 50px;
}
img {
    margin-bottom: 20px;
}
/*this style is my home navigation*/


#HomeNav {
    
font-family: 'Vidaloka', serif;   
font-size: 1.25em;
    
}

#HomeNav ul{
    list-style-type: none;
    margin: 0;
    padding: 0:
}

#HomeNav li {
    display: inline;
    padding-right: 10px;

}

#HomeNav a {
   color:#fff; 
   text-decoration: none;
    
}

#HomeNav a:link a: visited {
    color:#fff;
    text-decoration: none;
}
#HomeNav a:hover, a:active {
    text-decoration: underine;
    color: #735A3D; 
    
}
footer {
    font-family: "Times New Roman", Times, serif;
    font-size: .8em;
    padding: 20px;
    position: fixed;
    bottom: 0; 
    width: 100%;
}

/*this style is my main navigation*/
#MainNav {
    
font-family: 'Vidaloka', serif;   
font-size: 1.25em;
    
}

#MainNav ul{
    list-style-type: none;
    margin: 0;
    padding: 0:
}

#MainNav li {
    display: inline;
    padding-right: 10px;

}

#MainNav a {
   color:#000; 
   text-decoration: none;
    
}

#MainNav a:link a: visited {
    color:#fff;
    text-decoration: none;
}
#MainNav a:hover, a:active {
    text-decoration: underline;
    color: #000; 
    
}

/*this style is my sub navigation*/

#SubNav {
font-family: 'Vidaloka', serif;   
font-size: 1.25em;

}
#SubNav ul{
    list-style-type: none;
    margin: 0;
    padding: 0; 

}
#SubNav li {
    display: block;
    padding-bottom: 10px;
    
}
#SubNav a {
color:#000;
text-decoration: none;
}   

#SubNav a: link a: visited {
    color: #fff;
    text-decoration: none;
}
#SubNav a:hover a:active {
    color: #fff;
    text-decoration: underline;
}
footer {
    font-family: "Times New Roman", Times, serif;
    font-size: .8em;
    padding: 20px;
    position: fixed;
    bottom: 0; 
    width: 100%;
}


