@charset "utf-8";

/*

=========================

Author: Jose
Freelancer Web designer
Client: ROZILA
Description: Design Stylesheet

=========================

*/

.about-us{
	font-size:16px;
	color:#FFF;
}

/*

----------------
LAYOUT
----------------

*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	background-color:#fbfb94;
}

#content{
	width: 940px;
	margin:0 auto;
}






.content-left, .content-left1{
	width:620px;
	float:left;
	margin: 10px 20px 0 0;
}

.content-left1{
	width:940px;
	margin: 10px auto;
}

.article-block{
	width:618px;
	border: 1px solid #d3d3d3;
	height: 190px;
	background-color:#e8d0aa;
	margin: 0 0 0px 0;
	float:left;
	overflow:hidden;
}

.article-header{
	height:38px;
	background-color:#808080;
	width:616px;
	margin:1px;
	float:left;
}


.number{
	float:right;
}

.article-body{
	margin: 10px;
	float:left;
	height:650px;

}



.footer{
	background-color:#4f0a05;
	height: 168px;
}

.text-footer{	
	width: 940px;
	margin:0 auto;
}



/*--------------
comments
-------------*/

.article-block1{
	width:938px;
	border: 1px solid #d3d3d3;
	overflow: hidden;
	background-color:#e8d0aa;
	margin: 0 0 20px 0;
}

.article-header1{
	height:150px;
	background-color:#930e09;
	width:936px;
	margin:1px;
	float:left;
}

.article-profiles{
	height:170px;
	background-color:#930e09;
	width:936px;
	margin:1px;
	float:left;
}


.article-footer1{
	height:50px;
	background-color:#4a0905;
	width:936px;
	margin:1px;
	float:left;
}