@charset "utf-8";
/* 
CSS Talk
ver 1.0
Date: 12-20-2008
*/

/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td
	{margin:0px; padding:0px/*; border:0px*/}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ol, ul
	{list-style:none;}
/* Normalization of size and font weight */
address, caption, cite, code, dfn, em, th, var
	{font-style:normal; font-weight:normal;}
body {
background:#165413 url(../i/bckg.jpg);
background-repeat:repeat-x;
}

#wrapper {
width:1194px;/*1128px*/
height:1006px;
margin-left:auto;
margin-right:auto;
position:relative;
z-index:10;
background-image:url(../i/content2.jpg);
background-position:bottom;
background-repeat:no-repeat;
}


.scroll-pane {
	width: 750px;
	overflow: auto;
	float: left;
	padding-left:2px;
	text-decoration: none;
	padding-right:15px;
			}
		
#pane2 {
	height: 420px;
	width:750px;
}
			
			
			a.jScrollArrowUp {
				background: url(../scroll/basic_arrow_up.gif) no-repeat 0 0;
				
			}
			a.jScrollArrowUp:hover {
				background-position: 0 -15px;
			}
			a.jScrollArrowDown {
				background: url(../scroll/basic_arrow_down.gif) no-repeat 0 0;
			}
			a.jScrollArrowDown:hover {
				background-position: 0 -15px;
			}
			a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
				background-position: 0 -30px;
			}


#content {
	width:780px;
	height:466px;
	position:relative;
	float:left;
	left:140px;
	top:132px;
	padding-left:10px;

	font-family:"Times New Roman", Times, serif;
	//font-size:14px;
	text-align:justify;
}

#content a{
	color:#faf4d3;
	text-decoration: underline;
}


#content a:hover{
	color:#000;
	text-decoration: underline;

}


h1 {
padding-bottom:10px;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:24px;
}
