body {
	margin: 0;
	padding: 0;
	background: #ffeeff no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
    text-align:justify;
	color: #534616;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #434616;
    text-align:center;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2.2em;
}

h4 {
	font-size: 1.9em;
}

h5 {
	font-size: 1.6em;
}

h6 {
	font-size: 1.3em;
}



p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #534616;
}

a:hover {
}

    #wrapper {width: 960px;
	         margin: 0 auto;
	         padding: 0;}

    #header {position: fixed; 
		    top: 0px; 
		    left: 0px;
  		    width: 100%; 
            height:100px;
            z-index:96;}

	#gradient {position:absolute; 
		    left:0px; 
		    top:0px; 
		    width:100%; 
		    height:100px; 
		    z-index:97;}
		
	#logo {position:absolute; 
		    top:5px; 
		    left:5px; 
		    z-index:98; } 
		
	#menu {position: fixed;
		    top:80px; 
		    left:0px; 
  		    width:100%; 
		    height:30px;
  		    background-color: #ffffff; color: #000000;
		    z-index:99; }

	#container {position: relative;  
		    top: 100px;
		    bottom: 60px;
		    left: 0px;
		    width: 100%; 
		    background-color: #FFFFFF; 
		    color: #000000;}
		
	#current {position:fixed;
            overflow:scroll;
		    left:10px; 
		    top:370px; 
		    width:310px; 
		    bottom:90px; 
		    padding:0px; 
		    font-weight:bold;
            font-style:italic;
            font-size:.8em;}
		
	#mainarea {position:absolute; 
	        left:330px; 
		    right:0px; 
		    top:0px; 
		    bottom:70px;
		    color:black; 
		    padding:15px; 
		    font-size:smaller; 
		    z-index:90;
            text-indent:20px;}
		
	#video {position:fixed; 
		    left:10px; 
		    top:110px; 
		    width:300px; 
		    height:240px;}
		
	#footer {position:fixed; 
		    left:0px; 
		    bottom:0px; 
		    height:80px; 
		    width:100%; 
		    z-index:100;}

	#botb {position:fixed; 
		    top:10px; 
		    right:10px; 
		    z-index:101;}
		
	#usertrust {position:fixed; 
		    bottom:10px; 
		    right:10px; 
		    z-index:105;}
			
	#pos_right {position:relative;
			  left:20px;}
            
    p:first-letter {
        font-size:200%;}
        
    p.bigheading {
		color: #ff4040;
		text-align:center;
		text-transform:capitalize;
		font-family:cursive;
		font-size:xx-large;
		font-style:normal;
		font-weight:bold;}

	p.question {
		text-indent:0px;
		text-align:left;
		font-family:cursive;
		font-size:large;
		font-style:italic;
		font-weight:bold;}

	p.answer {
		color:#707070;
		text-indent:20px;
		font-family:cursive;
		font-size:medium;
		font-style:normal;
		font-weight:lighter;}
