/* CSS Document */
* {
	margin:0;
	line-height: normal;
}

.column { float:left;}
.clear { clear:both;}

html, body { height:100%; }
body {
	font-size:100%;
	line-height:1em;
}
html, input, textarea
	{	font-family:Arial; 
		color:#d3cbc6;
		
	}	
.ww{ width:100%}

.vam{ vertical-align:middle}
.fl{ float:left}
.fr{ float:right}

a img{ border:0px}
img{ vertical-align:top;  }
.bg1{ background:url(images/1_bg4.gif) repeat-x  bottom; }

b{color:#d3ba7f;}
span{
	color:#FFFFFF;
	font-size:1.3em;
} 

a{color:#d3ba7f; text-decoration:none} 
a:hover{color:#d3cbc6; text-decoration:none;}

ul{margin:0; padding:0; list-style:none}
ul li{center left no-repeat;
	margin:0px;
	font-weight:bold;
	padding: 15px;
}
ul li a{color:#d3ba7f; text-decoration:none; } 
ul li a:hover {color:#d3cbc6; text-decoration:none; }

.more{background:url(images/1_z1.gif)  center left no-repeat; padding-left:22px; font-weight:bold}

#content{ font-size:0.75em; width:100%; }

/*index.html*/
#page1 #content .row1 { font-size:1.08em; padding:0 0 39px 0px; background:url(images/1_bg.gif); margin:0 0 27px 0px; float:left; width:100%}
#page1 #content .row1 .pic{ margin:25px 0 11px 0px}
#page1 #content .row1 a{ color:#807771; text-decoration:none; font-weight:bold}
#page1 #content .row1 a:hover{ color:#ffffff; text-decoration:none}

#page1 #content .row2 .col1 .indent{ margin:10px 18px 0 30px}
#page1 #content .row2 .col1 .title{ margin:0px 0 20px 0px}
#page1 #content .row2 .col1 p{ margin:17px 0 25px 0px}

#page1 #content .row2 .col2 .indent{ margin:10px 44px 3px 27px}
#page1 #content .row2 .col2 .title{  margin:0px 0px 31px 0px}
#page1 #content .row2 .col2 p{ padding:19px 0px 39px 0px}
#page1 #content .row2 .col2 .pad{ padding:7px 0px 0px 0px}



/*footer*/
#footer {font-size:0.75em; color:#d3cbc6;}
#footer .indent{ padding:20px 31px 25px 31px}
#footer a {color:#d3ba7f; line-height:13px; text-decoration:none; font-weight:bold}  
#footer a:hover { color:#d3cbc6; text-decoration:none}


.input1{
   background:#7f756f;
   border:1px solid #554e4a;
   width:173px; height:22px;
   vertical-align:middle;    
   padding-left:0px;
   color:#ffffff
}

input{
	border:1px solid #808080;
	padding-left:5px;
	width:187px;
	height:27px;
	color: #000000;
	background-color: #FFFFFF;
}
textarea{
   background:#282523;
   border:1px solid #808080;
   padding-left:5px;
   width:236px; height:129px;
   overflow:auto}
