html *
{
   font-family: Arial !important;
}

#container
{
	margin: 0 auto;
	width: 900px;
	background: #fff;
        
}
a:visited {
  color: #8e8307;
}

a {
  color: #644B29;
}

body{
    
 /*     background-image:url('./img/dark_background_stripes.gif');
    background-repeat:repeat;*/
 background: #eee;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#header
{
	 /*background-image:url('./img/dark_background_stripes.gif');
    background-repeat:repeat;*/
     margin-top:5px;
     height:290px;
     background: #eee;
}


#stripe{
     height:10px;
    width: 292px;
    background-image:url('./img/dark_background_stripes.gif');
    background-repeat:repeat;
    background-color: #9fb208;
}

#lang{
    
    height:20px;
    width: 200px;
    margin-top:15px;
    margin-left: 20px;
    border: 0px solid #0000FF;
    
}
#lang a {
	margin-left:0px;
	margin-right:10px;
	text-decoration:underline;
	color: #DDD;
}

#lang a.active {	
	color: #f9bc45;
        font-weight: bold;
        text-decoration:none;
}


#logo{
    font-family:arial,sans-serif;
    border: 0px solid #00FF00;
    height:290px;
    width: 292px;
    float:left;
    background-color: #624a26;
    
    /*
    background-image:url('./img/dark_background_stripes.gif');
    background-repeat:repeat;*/
}

#jn{
    background-image:url('./img/jn.png');
    background-repeat: no-repeat;
    height:120px;
    width: 260px;
    margin-top:10px;
    margin-left: 20px;
    border: 0px solid #0000FF;
}
#sublogo{
    margin-top: 10px;
    margin-left: 20px;
    height:20px;
    width: 260px;
    border: 0px solid #00FF00;
    
    
}
#reviews{
    cursor: hand;
    cursor: pointer;
    float:left;
    border: 0px solid #FF0000;
    width:120px;
    height:15px;    
    
    font-size: 10pt;
    padding-left: 10px;
    
    
}
#reviews img{    
    padding-left:1px;
    
}
#number_of_reviews{
    color:white;
    margin-left: -5px;
    float:right;
    display:inline;
    border: 0px solid #FF0000;
    position:relative;
    left:-5px;top:1px;
    
}
#donate
{
     
     position:relative;
     float: left;
     margin-left:25px;
     margin-top:10px;
     padding:2px;
     border: 0px solid #0000FF;
     height:40px;
}


#download{
     cursor: hand;
    cursor: pointer;
     border: 0px solid #0000FF;
     border-radius: 5px;
     float:right;
     margin-bottom: 20px;
    height:22px;
    
    background: #9fb208;
    color:white;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
#download a {
     cursor: hand;
    cursor: pointer;
    color:#fff;
    text-decoration: none;
}
#logo h1{
    color:#fff;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;    
    
}
#deities{
    background-image:url('./img/header.jpg');
    background-repeat: no-repeat;
     border: 0px solid #FF0000;
     float: right;
     width: 602px;
     height:290px;
}
#header h1 { margin: 0;  border: 0px solid #FF0000; }

.leftimg{
    width: 252px;
     margin-bottom: 20px;
}

.leftimg div { 
  
    margin: 0 auto;
    text-align: center;
    width:220px;
    

}

.leftimg img{
    border:1px solid #ddc385;
    padding: 1px;
}

#content-container
{
	float: left;
	width: 900px;
	height:1130px;
     /*   background-image:url('./img/dark_background_stripes.gif');
        background-repeat:repeat-y 100% 0; */
	
}

#leftside
{
	clear: left;
	float: left;
	width: 262px;
        border: 0px solid #FF0000;
	        
	margin: 5px 0 0 0px;
	display: inline;
        padding: 10px;
        padding-left: 20px;
        padding-top: 25px;
        background: white;
        height: 1021px;
        
}

#leftside h2 { margin: 0; }

#rightside
{
	float: right;
	width: 600px;
	padding-left: 0px;
        padding-right: 0px;
	margin: 5px 0 0 0px;
	display: inline;
            
         
        border: 0px solid #FF0000;
        
        
}

#aside h3 { margin: 0; }

#content-bar
{
	background: #3c3c3c;
        height:3px;
        width:100%;
	
}

#content
{
	background: white;
        height:1030px;
	overflow: auto;
}
#output
{
	margin:7px;
        margin-left:15px;
}
#output p
{
	line-height:130%;
        font-size:12pt;
}

.tabcontent {  
    background-color:#ffffff;  
    padding:10px;  
    border:1px solid #464c54;         
}  

.rating_row
{
	padding:5px;  
	padding-left:60px;
	margin:5px;
        border:1px #464c54;   
        border-bottom-style:dashed;

        background-image:url('./../img/unnamed.png');
        background-repeat: no-repeat;
        background-position:0px 5px; 

    
}

#footer
{
        
        margin: 1065px auto;
        
	background: #ec8a3f;
	text-align: right;
	padding: 10px;
	height: 1%;
        border: 2px solid #f9e433;
        color:#fff77f;
}
#footer a
{
     color:#fff77f;
}