	/* -------------------------------------------------
 	  | Designed by Deyan Todorov http://www.dtstyle.be |	
      ------------------------------------------------- */

/* Formating =elements and hacks
 ------------------------------ */
* {
	margin: 0;
	padding: 0;
}
body {
	padding: 0 1em 1em 1em;
	font-size: 12px;
	color: #000;
	background: #EED;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
img {
	border: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Foramting =Page
 ---------------- */
div#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background: #EED;
}

/* Foramting =header
 ----------------- */
div#header {
  float:left;
  width:100%;
  background:#DAE0D2 url("bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  padding:10px 10px 0;
  list-style:none;
  height: 100%;
  }
#header li {
  float:left;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  padding: 5px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  border: 1px solid #776655;
  border-bottom: 0px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current a {
  color:#333;
  padding-bottom:5px;
  background: url(bg_on.gif) 0 0 repeat-x;
  }

/* Formating =content 
 ------------------- */
div#content {
	background: #FAFAF8;
	border: 1px solid #776655;
	border-top-width: 0px;
}
#content h1 {
	padding: 0.2em 1em;
	font-family: "Times New Roman", Times, serif;
	font-size: larg;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-style: italic;
	color: #466E32;
}
#content p {
	padding: 0.2em 1em 0.5em;
	text-align: justify;
}
#content p img {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
	border: 1px solid #3A612C;
}

/* Formating =IMAGES 
-------------------- */
div.pic {
	float: left;
	height: 112px;
	width: 112px;
	background: #FFF;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 5px 3px;
	padding: 6px;
}
div.pic img {
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
}
div.ls img {
	height: 83px;
	width: 110px;
	margin: 13px 0;
}
div.pt img {
	height: 110px;
	width: 83px;
	margin: 0 13px;
}
div#bottom {
	clear: both;
	height: 10px;
}
/* Formating =footer
 ------------------ */
ul#footer {
	list-style: none;
	margin: 0;
	padding: 6px 0px;
	text-align: center;
}
#footer li {
	display: inline;
	margin: 3px;
	padding: 0;
	font: 93% Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#footer a {
	line-height: 30px;
	text-decoration: none;
	color:#765;
}
#footer a:hover {
	color:#333;
	text-decoration: underline;
}
#footer a#on {
	color:#333;
	font-weight: bold;
	text-decoration: none;
}

/* Formating =designer
 -------------------- */
#designer {
	font-size: 10px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0;
	text-align: center;
}
#designer a:link, #designer a:visited {
	text-decoration: none;
	color: #BDB76B;
}
#designer a:hover {
	color: #6B8E23;
}
