* { padding: 0; margin: 0; }

html, body {
      border:0;
      margin:0;
      padding:0;
      height: 100%;
      background: #F2F2E6 url(images/background.png) repeat-x left top;
      font-family: arial, trebuchet ms, verdana, tahoma;
      font-size: 95%;
      color: #935B42;
      line-height: 180%;
}

html{
	height: 100%;
}
    
img {
    border:0;
}

p, ul, ol {
          margin:0;
          padding:0 0 1.25em 0;
}

#wrapper { 
         margin: 0 auto;
         width: 760px;
         position: relative;
         min-height: 100%;
}

* html #wrapper{
                height:100%;
                width:760px;/* box model hack for ie5.+*/
                w\idth:760px;
}
    
#header {
        width: 100%;
        background: url(images/top-banner.png);
        padding: 0px;
        border: 0px solid #ccc;
        height: 250px;
        margin: 0;
}



#space {
       width: 100%;
       height: 20px;
       border: 0px solid #000;
}

	#content {
		float: left;
		width: 500px;
		padding: 0px 20px 0px 20px;
        border-left: 1px solid #FFA97D;
        border-right: 1px solid #FFA97D;
        text-align: justify;
        height:auto;
}

	#rightnavbar {
		float: left;
		width: 200px;
        line-height: 130%;
}

#rightnavbar p{
           padding: 20px 0 0 20px;
           align:center;
}
    
/* for Internet Explorer */
/*\*/
* html .content {
height: 570px;
}
/**/


#content p{
           font-size: 90%;
           margin-bottom: 1.1em;
           line-height: 175%;
}
         
#content h1 {
            font-size: 120%;
            font-weight: bold;
            color: #D85B18;   
            padding: 0 0 10px 0;    
}

#content h2 {
            font-size: 100%;
            font-weight: normal;
            color: #935B42;   
            padding: 0 0 15px 0;    
}
         
#footer{
        width: 758px;
		position: absolute;
		bottom: 0;
        height:70px;
        border: 0px solid #DDE6D7;
}

#clearfooter{
             clear:both;
             height:70px;
             width:760px;
}

#footer p  {
           font-size: 11px;
           TEXT-ALIGN: left;
           Color: #888;
           margin: 40px 0 0px 0px;
}

.style1 {font-size: 250%; color: #C7D9DC; line-height: 150%;}
.style2 {color: #888; font-weight: bold;}
.style3 {color: #80AECB; font-size: 27px; font-weight: normal;}

a:active,a:visited,a:link{color: #E86421; font-weight: bold; text-decoration: none; }
a:hover{color: #935B42; text-decoration: underline; }