﻿body 
{
	background-color:black;
	color :#808184;
	font-family:Arial;
    font-size:9pt;
    height:100%;    
    width:98%;
}

.DivMain
{

	margin:0 auto;
	min-height: 100%;
    height: auto !important;	
	position:relative;
	width:900px;	
}
.DivHeader
{	
	position:relative;
	height:140px;
	width:100%;	
	float:left;
}
.DivNav
{
	padding-top:100px;
	height:100%;
	position:relative;
	float:right;
	width:780px;
}
.DivLogo
{
	height:100%;	
	position:relative;
	float:left;
	width:120px;
}
.DivContent
{		
	
	position:relative;	
	float:left;
	width:100%;		
    
}
.DivFooter
{		
	position:relative;
	width:100%;
	float:left;	
}
.DivFooterShareAndCreate
{
	position:relative;
	float:left;
	text-align:left ;
	direction:ltr;	
	width:100%;	
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #808184;
}
.DivFooterCreate
{
	position:relative;
	float:left;
	padding-right:20px;
}
.DivFooterShare
{
	position:relative;
	float:left;
}

.ShareAndCreateIcon
{
	cursor:hand;
	cursor:pointer;
}


.DivFooterText
{
	margin:0 auto;
	text-align:center;
	position:relative;
	width:100%;
	float:left;
}
.DivFooterMenu
{
	padding:10px 0 10px 0;
	text-align:center;
	position:relative;
	width:100%;
	float:left;
}
.DivFooterTextLower
{
	
	text-align:center;
	width:100%;
	position:relative;
	float:left;
}
.DivFooterMenuLink
{
	padding:0px 15px 0px 15px;
	color:#808184;
	text-decoration :none;
}
.DivFooterMenuLink:Hover
{
	cursor:hand;
	cursor:pointer;
	color:#6ba94f ;
}
.Credit
{	
	border:none 0 black;
	color:White;
	text-decoration:none;	
	background-color:Black ;
	
}
.LinksFooter
{	      		
	text-decoration:none;
	color :#808184;
	line-height:25px;
}
.LinksFooter:Hover
{
	cursor:hand;
	cursor:pointer;
	color:#6ba94f ;
}