@charset "utf-8";
/*LINKS*/
a.link-main:link		{color: #000000; text-decoration: none;}
a.link-main:visited		{color: #000000; text-decoration: none;}
a.link-main:hover		{color: #000000; text-decoration: underline;}

a.link-footer:link		{color: #000000; text-decoration: none;}
a.link-footer:visited	{color: #000000; text-decoration: none;}
a.link-footer:hover		{color: #000000; text-decoration: underline;}

/*LINKS*/
body	{color: #675B4F;	font-size: 12px;  background: #D1C5B9 url(../images/body/bg.png) repeat;}
table	{color: #FFFFFF;	font-size: 12px;}
h1	{color: #666;		font-size: 18px;  font-style: italic;}
h2	{color: #996633;	font-size: 16px;  font-style: italic;}
h3	{color: #333;		font-size: 14px;  font-style: italic;}
h4	{color: #333;		font-size: 10px;  font-family: arial; text-align:right;}
ul	{list-style:dot; text-align: left; font-size: 12px;}
li	{margin-bottom: 08px;}
p	{text-align:justify;}

/*LAYOUT*/
#page	{width: 960px; margin-top: 00px;}
#logo 	{height:  40px; background: #FFBA3B url(../images/body/bg.gif) repeat-x; margin-bottom: 10px; padding-top: 10px;}
#menu 	{height:  38px; background: #FFBA3B url(../images/menu/bg.gif) repeat-x; margin-bottom: 10px;}
#content{min-height: 420px; font-family:arial; background: #EAEDEC; color: #000000; padding: 20px; border: #CD4E00 2px solid;}
 #cont-l{width: 45%; float:  left; text-align:justify; padding-left: 10px}
 #cont-r{width: 50%; float: right; text-align:justify;}
 #cont-c{width:100%; float: right;}
#footer	{color: #000000; background: #FFBA3B url(../images/body/bg.gif) repeat-x; margin-top: 10px; padding: 05px 20px 20px 20px;}
 #foot-l{width: 33%; text-align:  left;  float:  left;}
 #foot-c{width: 33%; text-align: center; float:  left;}
 #foot-r{			 text-align: right;  float: right;}

/*ELEMENTS*/
.img-galerry	{border:#000000 1px solid; float:center; margin: 00px 02px 04px 02px;}
.img-no-border	{border:0px;}
.img-border 		{border:#000000 1px solid;}
.clear			{clear:both;}
