/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
||                                                                      ||
|| #################################################################### ||
\*======================================================================*/


body{
	padding: 0px;
	margin: 0px;
}
.row{
	width: 100%;
	float: left;
}
.container{
	width: 1000px;
	margin: 0 auto;
}
a{
	text-decoration: none;
	color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: yekan;
	font-weight: normal;
	margin:  0 0 15px;
	    text-align: right;
	    float:right;
	    margin-right: 10%;
	    margin-top: 10px;
}

ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}