body{
	margin: 0;
	padding: 0;
	background: #000 url('/images/bg.jpg');
	color: #cecece;
	text-align: center;
}
#wrapp{
	display: block;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#footer{
	display: block;
	margin: 0 auto;
	width: 1000px;
}

#header{
	display: block;
	width: 1000px;
	height: 147px;
}

.hr{
	display: block;
	float: left;
	width:113px;
	height: 147px;
}
.hc{
	float: left;
	width: 510px;
	height: 147px;
	background: url('/images/e/vtitle.gif') no-repeat;
}
.hl{
	float: left;
	width: 301px;
	height: 147px;
	background: url('/images/hl.gif') no-repeat;
}

#bright{
	width: 111px;
	float: left;
	min-height: 700px;
	height:auto !important;
	height: 700px;
	background: url('/images/bright.gif') no-repeat;
}
#content{
	float: left;
	width: 510px;
	min-height: 700px;
	height:auto !important;
	height: 700px;
	background: url('/images/bconv.gif') no-repeat;
	margin: 0 !important;
	padding: 0 !important;
}
#menu{
	float: left;
	width: 302px;
	min-height: 700px;
	height:auto !important;
	height: 700px;
	background: url('/images/menuv.gif') no-repeat;
	margin: 0;
	padding: 0;
}
#txt{
	width: 100%;
	float: left;
	maring: 0;
	padding: 0;
	background: transparent url('/images/tt.gif');
}

img.thumbnail {
	float: left;
	list-style-type: none;
	padding: 0 !important;
	margin: 0 !important;
	bordeR: 1px solid #fff !important;
	width: 100px;
	height: 100px;
}

a {
	color: gold;
	border: 0 !important;
}


a span {
	display: none;
	position: absolute;
}

#bio{
	display: block;
	width: 300px;
	height: 31px;
	background: url('/images/e/vbio.jpg') no-repeat;
	float: left;
	margin-top:85px;
}

#bio:hover,#bio.bio_select{
	display: block;
	width: 300px;
	height: 31px;
	background: url('/images/e/vbio_on.jpg') no-repeat;
	float: left;
	margin-top:85px;
}

#port{
	display: block;
	width: 300px;
	height: 29px;
	background: url('/images/e/vport.jpg') no-repeat;
	float: left;
	margin-top:45px;
}

#port:hover,#port.port_select{
	display: block;
	width: 300px;
	background: url('/images/e/vport_on.jpg') no-repeat;
	float: left;
	margin-top:45px;
}

#pub{
	display: block;
	width: 300px;
	height: 26px;
	background: url('/images/e/vpub.jpg') no-repeat;
	float: left;
	margin-top:15px;
}

#pub:hover,#pub.pub_select{
	display: block;
	width: 300px;
	height: 26px;
	background: url('/images/e/vpub_on.jpg') no-repeat;
	float: left;
	margin-top:15px;
}

#unpub{
	display: block;
	width: 300px;
	height: 24px;
	background: url('/images/e/vunpub.jpg') no-repeat;
	float: left;
	margin-top:9px;
}

#unpub:hover,#unpub.unpub_select{
	display: block;
	width: 300px;
	height: 24px;
	background: url('/images/e/vunpub_on.jpg') no-repeat;
	float: left;
	margin-top:9px;
}

#contacts{
	display: block;
	width: 302px;
	height: 43px;
	background: url('/images/e/vcontacts.jpg') no-repeat;
	float: left;
	margin-top:39px;
}

#contacts:hover,#contacts.contacts_select{
	display: block;
	width: 302px;
	height: 43px;
	background: url('/images/e/vcontacts_on.jpg') no-repeat;
	float: left;
	margin-top:39px;
}

#main{
	display: block;
	width: 302px;
	height: 42px;
	background: url('/images/e/vmain.jpg') no-repeat;
	float: left;
	margin-top:24px;
}

#main:hover{
	display: block;
	width: 302px;
	height: 42px;
	background: url('/images/e/vmain_on.jpg') no-repeat;
	float: left;
	margin-top:24px;
}


a:active, a:focus, img { outline: 0; }


p{
	padding: 10px 0;
}
* {margin:0;padding:0}

ul.bio li{
	list-style-type: none;
	padding-bottom: 20px;
}
.cls{
	clear: both;
	padding: 10px 0;
}

td.btxt {
        padding-right: 20px;
}

input,textarea {
        border: 1px solid #333;
        background: #eee;
        padding: 2px 4px;
        font-size: 14px; 
        color: #000;
}

