/* CSS Document */

* {margin:0; padding:0;}

body {background:#FFFFFF; padding:2;}

table.fondo01 {
	background-image: url(images/logo01.jpg);
	background-repeat: no-repeat;
	border: 1px solid #49250B;
	margin-left: auto; margin-right: auto;
}

table.normal {
	width:90%;
	height:70px;


}


td, input, textarea{
	font-family:Tahoma;
	font-size:9px;
	line-height:13px;  
	color:#837258;	
	vertical-align:top;
}

a { color:#D85B00;}
a:hover { text-decoration: none;}
a img { border:0;}

.clear { clear:both;}

.auto { width:auto; height:auto;}

input, submit { vertical-align:middle;}

table { 
	border:0px;
	border-collapse:collapse;
	width:100%;
	height:100%;
}

.form { height:27px; margin-bottom:3px;}
.form input {width:237px; height:24px; padding: 5px 0 0 2px; border:1px solid #000000; background:none;}
textarea { width:237px; height:108px; padding-top:1px; padding: 5px 0 0 2px; border:1px solid #000000; overflow:auto;  background:none;}

ul { list-style-image: url("images/marker.gif"); }

.img_indent { margin:0 20px 0 0;}

.title { margin:0 0 16px 0;}

.line_hor { background:url(images/line_hor.gif) left top repeat-x;}

.link1 { background:url(images/marker.gif) 0 6px no-repeat; padding-left:11px; color:#A39184; text-decoration:none; font-size:11px; font-weight:bold;}
.link1:hover { text-decoration:underline;}

.txt1 { text-transform:uppercase; font-weight:bold; font-size:11px;}
.txt2 { color:#FF5C03;}
.txt3 { 
	font-family: arial;
	color:#FF5C03;	
	font-size:16px;
	letter-spacing: 1px;
	line-height: 150%; 
	text-align: center;
	word-spacing: 0px;
}



/* header */
#header { height:250px;}
#header .col_1 { width:498px; }
#header .col_2 { width:268px;}
#header .col_2 .indent { padding:19px 0 0 0;}
#header .line_hor { margin:11px 51px 16px 0;}


#header01 .col_1 { width:498px; background:url(images/header_bgd.jpg) left top no-repeat;}


/*content*/
#content01 .col_1 { width:371px; background:url(images/col_1_bgd.jpg) left top no-repeat	;}

#content .col_1 { width:371px; }
#content .col_1 .row_1 { height:244px;}
#content .col_1 .row_1 .indent { padding:85px 0px 0px 0px;}
#content .col_1 .row_2 { height:50px; background:url(images/pen_bgd.jpg) no-repeat 340px 18px;}
#content .col_1 .sign { margin-left:21px; margin-bottom:26px;}
#content .col_1 .indent { padding:0px 0px 0 0px;}
#content .col_2 { width:395px; background:url(images/right_col_bgd.gif) no-repeat left top;}
#content .col_2 .indent { padding:46px 0 0 27px;}


/*footer*/
#footer { height:80px;}
#footer div { padding:3px 0 0 10px; color:#A39889;}
#footer div a { color:#A39889; text-decoration:none;}
#footer div a:hover { text-decoration:underline;}

/* page1 */
#page1 #content .col_1 .img_indent { margin:0 23px 0 2px;}
#page1 #content .col_2 .indent1 { padding:28px 50px 0 35px;}



/* scroll */
	div.scrollWrapper{
		  float:center;
		  height:280px;
		  width:295px;

		overflow:auto;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0px;
		padding-left: 0px;

		scrollbar-base-color: #FFFFFF;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-3dlight-color: #301800;
		scrollbar-darkshadow-color: #301800;
		scrollbar-face-color: #301800;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-track-color: #efeaea;
	}
