body {
	background: #000000;	
        color: #ffffff;
        font-family:Arial,Helvetica,sans-serif;
        font-size:small;
        overflow: hidden;
}

.main {	
	position:absolute;
        top: 50%;
        left: 50%;
	margin-top: -235px;
        margin-left: -458px; 
		
	
	width:916px;
	height:456px;
	background:url(../images/fog-bg.jpg);
	
	border-width:1px;
	border-style:solid ;
	border-color: #2c5719;

	font-family:Arial,serif;

}

.scrollfix{
	position:absolute;
        top: 50%;
        left: 50%;
	margin-top: -228px;
        margin-left: -450px; 

	height: 456px;
	width:908px;
	background-color:transparent;
	overflow:auto;
}

.links{
	position:absolute;
        top: 50%;
        left: 50%;
	margin-top: 229px;
        margin-left: -458px; 
	
	color: #ffffff;
	font-size: medium;
	
        width: 916px;
	padding-top:2px;
	
	border-width:1px;
	border-style:solid ;
	border-color: #2c5719;
}

.languages{
        position:absolute;
        top:50%;
        left:50%;
        margin-top:-275px;
        margin-left: 402px;

	width: 60px;
	height: 20px;
}

a {
	border: none;
        color:gray;
}

a.mainlevel {
        margin-left:51px
}

img {
	border: none;
}

.contentbg{
        position:absolute;
	left:66px;
	width:370px;
	min-height:456px;
        opacity:0.5;
        background: #2c5719;

        / *background:url(../images/content07.jpg); */
}

.center{        
	position:absolute;
	left:57px;
	width:350px;
	min-height:456px;
	
	padding-left:10px;
	padding-right:10px;
	
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color: #2c5719;
}

.contentpaneopen{
       width:100%;
}

.contentheading{
       font-family:Georgia,"Times New Roman",Times,serif;
       font-size:2em;
       margin-top:50px;
}

.createdate{
       border-bottom:1px dotted #2c5719;
       color:#6D6D6D;
       font-size:0.9em;
}

.article_separator {
       display:block;
       height:30px;
       border-top:1px solid #6D6D6D;
}

.blog {
       width:100%;
}