body {
	margin: 20px 0 20px 0;
	padding: 0;
	font: 12px Arial, Tahoma, sans-serif;
	text-align: center;
	background-color: #f0f0f0;
}
/* Svetaines dizainas */
#layer1 {
	width:980px;
	height:95px;
	margin-right:auto;
	margin-left:auto;
	margin-top:auto;
	padding:0px;
	text-align:left;
	background-color : #EAE3C8;
	border: 1px solid #d1c0a7;
}
#layer2 {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background: #E5E5E5;
	border-top: 1px solid #d1c0a7;
}
#side-left {
	float: left;
	width: 150px;
	padding: 10px;
}

#side-right {
	float: right;
	width: 270px;
	padding: 10px;
}

#content { 
	float: left;
	width: 490px;
	padding: 10px;
	background: #f0f0f0;
}
#layer3 {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background: #EAE3C8;
	border-top: 1px solid #d1c0a7;
}

/* Meniu */
.menu_title	{
	font: 12px Arial, Tahoma, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color : #d1c0a7;
	border-bottom : 1px solid #d1c0a7;
	
}
.menu {
	font: 12px Arial, Tahoma, sans-serif;
	color: #000000;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/menu_rectangle.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color : #EAE3C8;
	border-bottom : 1px solid #d1c0a7;
}
.menu a	{
	color : #000000;
	text-decoration : none;
}
.menu a:hover	{
	color : #000000;
	text-decoration : underline;
}
.menu_right {
	font: 12px Arial, Tahoma, sans-serif;
	color: #000000;
	text-align: right;
	padding-bottom: 10px;
}
.menu_right a	{
	color : #000000;
	text-decoration : none;
}
.menu_right a:hover	{
	color : #000000;
	text-decoration : underline;
}

/* Vidiniu puslapiu pavadinimai */

h1 {
	font-weight : bold;
	color : #000000;
	font-size : 18px;
}

.title	{
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}

/* Nuorodos vidiniuose puslapiuose */
a	{
	color : #0066FF;
	text-decoration : underline;
}
a:hover	{
	color : #666666;
	text-decoration : none;
}

/* Meniu vertikaliam lygiavimui */
.valign_top	{
	vertical-align: top;
}

/* "name" isvaizda */
.name {
	color: #000000;
	font-weight: bold;
	text-decoration : none;
}

/* Paragrafu space'ingas */
.paragraph	{
	padding-top: 5px;
	text-align: justify;
}

/* Articles */

.category_index a	{
	color : #0066FF;
	text-decoration : none;
	padding-bottom: 5px;
	
}

.category_index a:hover	{
	color : gray;
	text-decoration : none;
	padding-bottom: 5px;
}

.title_index a	{
	color : #0066FF;
	text-decoration : underline;
	padding-left: 15px;
}

.title_index a:hover	{
	color : gray;
	text-decoration : none;
	padding-left: 15px;
}

.description_index {
	text-align: left;
	padding-bottom: 5px;
}

.article_title {
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}

.article {
	color : #000000;
	font-size : 12px;
}