BODY 
{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    /*color: #bebf95;*/
    
    background: #191814 url(images/bg.jpg) no-repeat fixed center;
}
BODY.history
{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    /*color: #bebf95;*/
    /*background: #191814 url(images/bg.jpg) no-repeat fixed center;*/
    background-color: Red;
}

#container
{
    /*background-color: red;*/
    
	width: 960px;
	height: 658px;
	
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin: -350px 0 0 -480px;
}

#header
{
    /*background-color: green;*/    
    height: 158px;
    
    font-family: Calibri;
	font-size: 18px;
	/*color: #333333;*/
}

#content
{
    /*background-color: white;*/
    height: 499px;
}

#left
{
    /*background-color: red;*/
    height: inherit;
    width: 476px;    
    float: left;
    padding: 2px;
}

#right
{
    /*background-color: green;*/    
    height: 404px;
    width: 440px;    
    float: right;
    padding: 20px;
}

#left2
{
    /*background-color: green;*/    
    height: 404px;
    width: 440px;    
    float: left;
    padding: 20px;
}

#right2
{
    /*background-color: red;*/
    height: inherit;
    width: 476px;
    float: right;
    padding: 2px;
    text-align: right;
}

#top
{
    /*background-color: red;*/
    /*height: 400px;    */
    height: 400px;
    /*float: left;*/
    padding: 2px;
}

#bottom
{
    /*background-color: green;*/
    /*height: 89px;*/
    height: 100px;
    /*float: right;*/
    padding: 10px 10px 0px 10px;
}

#nav
{
    width: 476px;
    margin-top: 5px;
}

#url
{
    float: left;
}

#browse
{ 
    float: right;
}

#browse2
{ 
    float: left;
}

#contact
{
    float: left;
}

#social
{
    float: right;
    text-align: right;
}

#footer
{
    float: left;    
    height: 25px;
    width: 100%;
    color: #666666;
    margin: 5px 0px 0px 5px;
}
 
a:link {color: #666666;	text-decoration: none;}
a:link.prev {color: #ffffff; text-decoration: none;}
a:link.next {color: #ffffff; text-decoration: none;}
a:link.menu {color: #ffffff; text-decoration: none;}
a:link.menuselected {color: #ff9000; text-decoration: none;}

a:unknown {color: #666666; text-decoration: none;}
a:unknown.prev {color: #ffffff; text-decoration: none;}
a:unknown.next {color: #ffffff; text-decoration: none;}
a:unknown.menu {color: #ffffff; text-decoration: none;}
a:unknown.menuselected {color: #ff9000; text-decoration: none;}

a:hover {color: #666666; text-decoration: none;}
a:hover.prev {color: #ffffff; text-decoration: underline;}
a:hover.next {color: #ffffff; text-decoration: underline;}
a:hover.menu {color: #ffffff; text-decoration: none;}
a:hover.mmenuselectedenu {color: #ff9000; text-decoration: none;}

a:visited{color: #666666; text-decoration: none;}
a:visited.prev {color: #ffffff; text-decoration: none;}
a:visited.next {color: #ffffff; text-decoration: none;}
a:visited.menu {color: #ffffff; text-decoration: none;}
a:visited.menuselected {color: #ff9000; text-decoration: none;}

.title
{	
	font-size: 20px;
	/*
	color: #ff9000;
	color: #bebf95;
    */
	color: #d9d9ab;
}

.error 
{	
	color: red;
}

.mailinglist
{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    /*color: #bebf95;*/
    font-style: normal;
    text-align: center;
}

