/* CSS Document */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbbaba;
}

/* TEMPALTE DESIGN============================================================= */

body {
	background-color: #353535;
}


a {
	color:#e98c00;
	text-decoration: none;
	border-bottom: 1px dashed #e98c00;
}

a:hover {
	color:#fdbd5c;
   	border-bottom: 1px dashed #fdbd5c;
}

a img {
  border: 0px;
}

#oleft {
	position: absolute;
	top: 0px;
	left: 50%;
	width:34px;
	background:url(../design/left.gif) repeat-y;
	margin-left: -504px;
	height: 100%;
}
#oright {
	position: absolute;
	top: 0px;
	right: 50%;
	height: 100%;
	width: 34px;
	background:url(../design/right.gif) repeat-y;
	margin-right: -504px;
}
#main {
	width: 940px;
	margin: 0 auto;
	background: url(../design/top.jpg) no-repeat;
	background-color: #4b4b4b;
}
#main #fl {
	position: absolute;
	z-index: 2;
    margin-left: 110px;
}
#main #cnt  {
	padding-top: 320px;
}
#main #cnt #bk  {
	background: url(../design/back.gif) repeat-y;
}
#main #left  {
	float:left;
	width: 146px;
	min-height: 320px;
	height:auto !important;
	height:320px;
	background-color: transparent;

}
#main #center {
    float:left;
	width: 605px;
	height: 1000%;
	background-color: transparent;
}

#main #right {
    float:left;
	width: 187px;
	min-height: 400px;
	height:auto !important;
	height:400px;
	background-color: transparent;
}
* html #main #right {
 	width: 189px;
}
* html #main #center {
 	width: 600px;
}

#main #right #content {
	margin: 0px 20px;
	overflow: hidden;
}

#main #bottom {
	clear: both;
	width: 940px;
	height: 160px;
	background:url(../design/bottom.jpg) no-repeat;
	text-align: left;
}
#main #bottom #text {
	padding: 110px 0 0 30px;
    color: #542106;
	float:left;
}
#main #bottom #counter {
	padding:115px 0 0 640px;
	float:left;
}
#main #bottom #counter #count {
	width:88px;
	height:15px;
	background-color:#fff;
}
#main #bottom #text * {
    color: #542106;
}
#main #bottom #text a {
    border-bottom: 1px dashed  #542106;
}
#main #bottom #text a:hover {
  	color: #351300
}
/* CONTENT DESIGN============================================================= */
div.elem {
	padding: 10px;
	background: url(../design/hr.gif) repeat-x bottom;
	overflow: hidden;
	text-align: right
}
#left div.elem a {
	border: 0px;
}
#right div.elem  {
	text-align: left
}
div.elem h1 {
	margin: 0px 0px 20px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #7d7d7d;
	letter-spacing: 1px;

}
div.elem ul li  {
	list-style: none;
	font-size: 14px;
	color: #eaeaea;
	margin: 5px;
	text-transform:lowercase;
}
div.elem ul li a  {
	font-size: 14px;
	color: #7d7d7d;
	border-bottom: 0;
	text-transform:lowercase;
}
div.elem ul li a:hover  {
	color:#c5c4c4;
	border-bottom: 0;
}

#main #left div.elem div.elem  {
	padding: 0px;
	background: none;
}
#page{
	padding: 0 0 10px 0;
	overflow: hidden;
	text-align: right
}

#page h1.title {
	width:auto;
	height:37px;
	font-size: 14px;
	font-weight: 900;
	color:#c5c4c4;
	letter-spacing: 1px;
	padding-right: 10px;
}
#page div.content {
   text-align: left;
}
#page div.content div.elem {
	padding: 0px 20px 10px 20px;
 	text-align: justify;
}
#page div.content div.name {
	font-weight: 900;
	font-size: 13px;
	margin: 5px 0px;

}
#page div.content .umimp {
	font-weight: 400;
	color: #7d7d7d

}
#page div.content div.text {
	margin: 5px 0 10px 0;
}

#album {
	padding: 10px;
}
#album a {
	border:0px;
	display: block;
	text-align: center;
}
#album a.prev {
	border: 5px solid #353535;
	background: #353535;

}
#album a.name {
    width:100%;
	text-align:center;
}

div.photo {
   background: url(/design/photo.jpg) repeat-x;
   margin: 0px 4px;
   min-height: 200px;
}

div.photo a {
	border: 0;
}
div.photo a:hover {
	border: 0;
}
div.photo a img {
    border: 3px solid #353535;
}
div.photo #albumText {
	margin: 0px 10px;
 	clear: both;
}


a.white {
	color: #fff;
	border: 0

}
a.white:hover {
	color: #fff;
	border-bottom: 1px dashed #fff

}

img.left {
	float:left;
	margin: 10px;
}
img.right {
	float:right;	
	margin: 10px;
}

p:first-letter {
	padding-left: 10px;

}

