@import url("reset.css");


DIV.block {text-align:justify} 
@import url("reset.css");

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

a:hover
{
	text-decoration: underline;
}



#Home-Bottom
{
	clear: both;
	background-color: #d9d9d9;
	font-size: 13px;
}
#articles
{
text-align:center;
margin: auto;
clear: both;
width:100%;


}

#articles-text {

clear: both;
width: 950px;
margin:0 auto;
}

#articles-right
{
direction:rtl;
text-align:right;

float:right;
width:400px;

}

#articles-left
{

direction:rtl;
text-align:right;
margin-right:30px;
float:right;
width:440px;
padding-right: 30px;
padding-left: 30px;
padding-bottom: 30px;

}


#articles h1
{
	color: #f67d81;
	font-weight: normal;
	font-size:19px;
}

#dashed-line {
width: 400px;
height: 3px;
background-image:url("/Assets/dashed-line.gif");
background-repeat:repeat-x;
}


#Home-Bottom-Text
{
	width: 1000px;
	height:550px;
	padding: 0 17px 0 18px;
	margin-left: auto;
	margin-right: auto;
}

#Home-Bottom-Text h1
{
	color: #401b12;
	font-weight: normal;
	font-size: 19px;
	padding: 0 16px 0 16px;
}


.Home-TextCol
{
	-moz-box-sizing:border-box;box-sizing:border-box;

	float: right;
	width: 320px;
	padding: 0 16px 0 16px;
	text-align: justify;
	
	background-image: url("Assets/sep-ver.png");
	background-repeat: repeat-y;
	background-position: left;
	height: 180px;
}
	

.Home-TextCol-noborder
{
-moz-box-sizing:border-box;box-sizing:border-box;
	float: right;
	width: 320px;
	padding: 0 16px 0 16px;
	text-align: justify;
	height: 180px;
}

.br {
	clear: both;
	line-height: 0px;
}


.Bottom-Menu-Line
{
	clear: both;
	width: 965px;
	height:20px;
	margin-left: auto;
	margin-right: auto;
	
}

#Home-Bottom-Menu
{
	padding: 0 17px 0 18px;
	margin-left: auto;
	margin-right: auto;
	color: #401b12;
	
	background-color: #727671;
}

#Home-Bottom-Menu a
{ 
	color: #401b12;
}

.Bottom-Menu-Right
{
	float: right;
	width: 550px;
	
	margin: 0px;
	padding: 0px;
}

.Bottom-Menu-Right-li
{
	float: right;
	width: 90px;
	list-style:none;
	
}

#Bottom-Menu-Left
{
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

.Bottom-Menu-Left-li
{
	float: right;
	width: 90px;
	list-style:none;
	
}

.Bottom-Menu-Left-li a
{
	color: #401b12;
}



h1
{
	font-size: 20px;
	text-align: right;
	
}

h2
{
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}


p
{
	padding-bottom: 25px;
}


