body  {
border:0;
 word-wrap: break-word;  
text-decoration: none;
 margin: 0;
overflow-x:hidden;
overflow-y:hidden;

 background-color:#f0f0f0;

    padding: 0;
     
  
 

} 
 

::-webkit-scrollbar {
width: 10px; /** width of total scrollbar **/
background: transparent; /** background of scrollbar **/
}

::-webkit-scrollbar-thumb {
background: #cccbcb; /** color of the moving part of the scrollbar (thumb) **/
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 }



.container {
	position:absolute;
 max-width:1000px;
 width:100%;
 	 top:0px;
	 left:0px;
 	 max-height:820px;
 	 height:100%;

}

.contain {

position: absolute;
max-width:1400px;
width:100%;
height:100%;

}


.content {
 	position: absolute;
	z-index: 99999999999999999999;
	right:6%;
	top:10%;
    padding-left:40px;
        padding-right:40px;

    padding-bottom:40px;

    padding-top:10px;

	max-width:540px;
	width:100%;
	max-height: 500px;
 	height:100%;
	overflow-x: hidden;
	overflow-y: scroll;
 	 background-image:  url(images/bg.png);
    background-position:   left top;
    background-repeat:   repeat;
 

}

.footer {
color:#686868;
font-family: 'Open Sans', sans-serif;
line-height:30px;
   font-weight: normal;
    font-size:13px;
    text-align: center;

}


p {
	text-align:left;
color:#686868;
font-family: 'Open Sans', sans-serif;
line-height:30px;
   font-weight: normal;
    font-size:13px;
	  

}


h1 {
margin-top:40px;
 	   font-weight: normal;
text-align: center;
 color:#686868;
font-family: 'Indie Flower', cursive;
line-height:20px;
   text-transform: uppercase;
   letter-spacing: 3px;
    font-size:24px;
	  

}

h2 {
	   font-weight: normal;
padding-left: 0px;
color:#848484;
font-family: 'Open Sans', sans-serif;
line-height:20px;
text-align: center;
   text-transform: uppercase;
   letter-spacing: 7px;
    font-size:11px;
    padding-bottom: 20px;
 	   background: url(images/border.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 4px 4px;

}


 
.header {
	z-index: -999999999999;
	 position:absolute;
	 top:0px;
	 left:0px;


}

.header img {
 
	 width:915px;
	 height:993px;
 
}


.navigate {
	text-align: center;
	letter-spacing: 3px;
    text-transform: uppercase;
	color:white;
	font-family: arial;
 	-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
	outline:0 !important;
	z-index:2;
 bottom:30px;
 left:20px;
 font-size: 14px;
position:absolute;
opacity: 0.93;
filter: alpha(opacity =93);


}


.navigate:hover {
opacity: 1;

} 

 a:link {
 	-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
 	text-decoration: none;
    color: #9ba0ec;
}

 a:visited {
    color: #9ba0ec;
}

 a:hover {
    color: #545454;
}




 A:link.nav  { 

 		-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
	outline:0 !important;


 	border-radius: 0px 92px 0px 0px;
-moz-border-radius: 0px 92px 0px 0px;
-webkit-border-radius: 0px 92px 0px 0px;
 	display:block;
	 
     background-color:white;
    font-family: Times New Roman;
	font-size: 12px;
 	font-style: normal;
	text-align: left;
	letter-spacing: 5px;
	margin: 20px 0px;
     padding-left:10px;
     padding-right:50px;
     padding-top:10px;
     padding-bottom:10px;
	font-variant: normal;
	font-weight: 500;
	color:#7c7c7c;
    text-decoration: none;
    text-transform: lowercase;
    border-bottom: solid 4px #7c7c7c;

 	 

}

a:visited.nav {

border-bottom: solid 4px #7c7c7c;

	color:#7c7c7c;

}

a:hover.nav  {
     border-bottom: solid 4px #ec9bae;

	color:#7c7c7c;
     text-decoration: none;
  
   
} 



A:link.nav2 { 

 		-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
	outline:0 !important;


 	border-radius: 0px 92px 0px 0px;
-moz-border-radius: 0px 92px 0px 0px;
-webkit-border-radius: 0px 92px 0px 0px;
 	display:block;
	 
     background-color:white;
    font-family: Times New Roman;
	font-size: 12px;
 	font-style: normal;
	text-align: left;
	letter-spacing: 5px;
	margin: 20px 20px;
     padding-left:10px;
     padding-right:50px;
     padding-top:10px;
     padding-bottom:10px;
	font-variant: normal;
	font-weight: 500;
	color:#7c7c7c;
    text-decoration: none;
    text-transform: lowercase;
    border-bottom: solid 4px #7c7c7c;

 	 

}

a:visited.na2{

border-bottom: solid 4px #7c7c7c;

	color:#7c7c7c;

}

a:hover.nav2  {

    border-bottom: solid 4px #9ba0ec;
	color:#7c7c7c;
     text-decoration: none;
  
   
} 
