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/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;
	margin: 0;
	padding: 0;
}

#content{	
	display: block;
	float: left;
	width: 510px;
	min-height: 700px;
	height:auto !important;
	height: 700px;
	margin: 0 !important;
	padding: 0 !important;
	background: url('/images/bconv.gif') no-repeat;
}

#txt{
	width: 100%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent url('/images/tt.gif');
}

#menu{
	float: left;
	width: 302px;
	min-height: 700px;
	height:auto !important;
	height: 700px;
	background: url('/images/menuv.gif') no-repeat;
	margin: 0;
	padding: 0;
}

#menu a,#menu a:hover{
	float: right;
/*	margin-right: 1px !important;*/
}
#menu .pub_select{
	margin-right: 0;
}

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: 302px;
	height: 40px;
	background: url('/images/vbio.jpg') no-repeat;
	margin-top:85px;
}

#bio:hover,#bio.bio_select{
	display: block;
	width: 302px;
	height: 40px;
	background: url('/images/vbio_on.jpg') no-repeat;
	margin-top:85px;
}

#port{
	display: block;
	width: 302px;
	height: 37px;
	background: url('/images/vport.jpg') no-repeat;
	margin-top:45px;
}

#port:hover,#port.port_select{
	display: block;
	width: 302px;
	height: 37px;
	background: url('/images/vport_on.jpg') no-repeat;
	margin-top:45px;
}

#pub{
	display: block;
	width: 302px;
	height: 32px;
	background: url('/images/vpub.jpg') no-repeat;
	margin-top:14px;
}

#pub:hover,#pub.pub_select{
	display: block;
	width: 302px;
	height: 32px;
	background: url('/images/vpub_on.jpg') no-repeat;
	margin-top:14px;
}

#unpub{
	display: block;
	width: 302px;
	height: 33px;
	background: url('/images/vunpub.jpg') no-repeat;
	margin-top:9px;
}

#unpub:hover,#unpub.unpub_select{
	display: block;
	width: 302px;
	height: 33px;
	background: url('/images/vunpub_on.jpg') no-repeat;
	margin-top:9px;
}

#contacts{
	display: block;
	width: 302px;
	height: 43px;
	background: url('/images/vcontacts.jpg') no-repeat;
	margin-top:39px;
}

#contacts:hover,#contacts.contacts_select{
	display: block;
	width: 302px;
	height: 43px;
	background: url('/images/vcontacts_on.jpg') no-repeat;
	margin-top:39px;
}

#main{
	display: block;
	width: 302px;
	height: 42px;
	background: url('/images/vmain.jpg') no-repeat;
	margin-top:24px;
}


#main:hover{
	display: block;
	width: 302px;
	height: 42px;
	background: url('/images/vmain_on.jpg') no-repeat;
	margin-top:24px;
}


a,img{
        outline-color:invert;
        outline-style:none;
        outline-width:0pt;
}



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;
}

