img{
	border: none;
}


/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

html {
	font-size: 100%; /*IE hack*/
	/*height: 100%;
	margin-bottom: 1px;*/
	overflow: scroll;
	overflow-x: auto;
}


body{
	margin: 0;
	padding: 0;
	
	
	font-family: Arial, "Andale Mono", "Lucida Console";
	
	font-size: 11px;
	line-height: 120%;
	color: #333;
	
	
	background-image: url(../../resources/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 215px 0px;
	background-color: transparent;	
	
}


/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/



#wrapper1{
	width: 100%;
	height: 100%;
	text-align: center;
	border: 0px solid red;	
	vertical-align: middle;
}

#wrapper2{
	padding-top: 100px;
	text-align: center;
	border: 1px solid red;
	border: 0px solid green;
}

#page{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	border: 0px solid grey;
}



/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

a, a.avtext{
	color: #333;
	text-decoration: underline;
}


a:hover, a.avtext:hover{
	
	text-decoration: underline!important;
}


p{
	padding: 0px;	
	margin: 0px;
}

h1{
	font-family: "Andale Mono", "Lucida Console", Arial;
	font-size: 14px;
	line-height: 16px;
	padding: 0px;	
	margin: 0px;
	font-weight: bold;
}

h2{
	font-family: "Andale Mono", "Lucida Console";
	font-size: 16px;
	line-height: 18px;
	padding: 0px;	
	margin:0px 0px 10px 0px;;
	font-weight: normal;
}

h3, h4, h5, h6{
	font-size: 12px;
	line-height: 14px;
	padding: 0px;	
	margin: 0px;
}

h5{
	font-size: 11px;
	color: #999;
	font-weight: normal;
	/*font-style: italic;*/
	font-family: "Andale Mono", "Lucida Console";
}

.avtext ol, .avtext ul, ul.avtext, ol.avtext, .style2 ul, .style2 ol{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}
.avtext li, li.avtext, .style2 li{
	padding: 0px 0px 0px 23px;
	
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-color: transparent;	
}


.avtext ol li, ol li.avtext, .style2 ol li{
	
}





