body {
	margin:0px;
	padding:0px;
	background:#a41515;
}
.pg-content {
	width:900px;
}
.mainbox {
	width:811px;
	height:639px;
}
#home {
	padding-top:290px;
}
#topmenu {
	width:91%;
	text-align:right;
}
.zero {
	margin:0px;
	padding:0px;
	display:inline;
}
.pgin {
	margin-top:15px;
	background:url('img/pgin.gif');
	height:630px;
}
input,textarea,select,button,td,tr {
	font:11px Tahoma;
}



.cvt {
	text-align:justify;
	direction:ltr;
	font:11px Tahoma;
	float:left;
	margin-left:40px;
	margin-top:25px;
	width:370px;
	height:570px;
	/*overflow:auto;*/
}
.cvph {
	width:280px;
	float:right;
	margin-right:35px;
	margin-top:25px;
}
.cvi1 {
	width:254px;
	height:350px;
	border:12px solid #f68624;
	float:left;
}
.cvit {
	width:80px;
	height:80px;
	border:5px solid #f68624;
	margin-top:5px;
}
.wrkph {
	float:left;
	width:290px;
	margin-left:30px;
	text-align:left;
	margin-top:15px;
}
.wrktx {
	float:right;
	width:430px;
	margin-right:35px;
	height:260px;
	margin-top:15px;
}

#cvphdis {
	width:365px;
	margin-bottom:10px;
}
#cvphdis2 {
	margin:20px 30px 0px 30px;
	text-align:center;
}
.wkcontent
{
	width:805px;
	background:#A41515;
}
.footer
{
	background:url('img/footer.gif') no-repeat top;
	width:805px;
	height:52px;
}


.pgs {
	width:320px;
	float:right;
	margin-right:35px;
	margin-top:30px;
	font:11px Tahoma;
	text-align:left;
	padding-left:20px;
	overflow:auto;
	height:560px;
}
.imc {
	width:360px;
	height:60px;
	border:5px solid #f68624;
}
.worklst {
	width:690px;
	margin-left:70px;
	float:right;
	margin-right:40px;
	margin-top:30px;
	height:550px;
	overflow:auto;
}
.itm {
	height:85px;
	margin-top:15px;
}
.matnbox {
	font:11px Tahoma;
	text-align:justify;
	line-height:120%;
	float:right;
	width:280px;
	color:#0b0202;
	font-weight:bold;
}
.matnbox2 {
	font:11px Tahoma;
	text-align:justify;
	line-height:120%;
	color:#0b0202;
	font-weight:bold;
}
.imn {
	border:10px solid #f68624;
}
h3 {
	font:14pt Arial;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	color:#C0A143;
}
h6 {
	font:10pt Arial;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	color:#C0A143;
}
h4 {
	margin:0px;
	font:11px Tahoma;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
	color:#f68624;
}

small {
	font:9px Tahoma;
}
a:link, a:visited {
	color:#f68624;
	text-decoration:none;
}
a:hover {
	color:#f8ba83;
}
address {
	text-align:left;
	direction:ltr;
	font:12px Tahoma
}
.msg {
	text-align:center;
	padding:5px;
	margin-top:25px;
	margin-bottom:25px;
}

div.scrollholder {
    position: relative;
    overflow: auto;
    z-index: 1;
}
div.scroll {
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}
div.scroll2 {
    position: absolute;
    right: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track {
    position: relative;
    float:right;
    top: 0; 
    width: 9px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #f68624;
}
div.drag_bar {
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #000;
}  

/* <Scroll2> */
div.track2 {
    position: relative;
    float:left;
    top: 0; 
    width: 9px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #f68624;
}
div.drag_bar2 {
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #000;
}  