body {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 75%;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: Black;
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-image:url(../images/alpine_arena_blank.jpg);
}

#image{
	position: static;
	height: 625px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index : 1;
	overflow: hidden;
}



a:link, a:visited  {
	color: #DE0C16;
	text-decoration: none;
	font-weight: bold;
}

a:hover,a:focus, a:active{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

/*#leftimage {
	position: absolute;
	width: 321px;
	left: 0px;
	top: 200px;
	z-index : 2;
	border-bottom: thin solid #4C6F75;
	border-left: thin solid #4C6F75;
	
}
*/
#topimage {
	position: absolute;
	width: 200px;
	height: 100px;
	left: 15px;
	top: 0px;
	z-index : 5;
} 

#header{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-weight: bold;
	font-size: 140%;
}

div#toplink a:link, div#toplink a:visited{
	color: White;
}

div#toplink a:hover, div#toplink a:focus, {
	color: Silver;
}

#toplink {
	position: absolute;
	width: 200px;
	height: 10px;
	left: 700px;
	top: 10px;
	z-index : 2; text-align:right;
}

div#footer a:link, div#footer a:visited{
	color: #DE0C16;
}

div#footer a:hover, div#footer a:focus, {
	color: Black;
}

#footer {
	color: Black;
	position: absolute;
	left: 400px;
	top: 570px;
	z-index : 2;
	background-color : White;
	padding: 2px 4px 2px 4px;
}

#toplink_noimage {
	visibility : hidden;
}

#menu {
	position: absolute;
	width: 160px;
	left: 10px;
	top: 140px;
	z-index : 5;

}

#menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
	border-bottom : 2px #E91D29;
}

#menu li {
position: relative;/*problem in IE6 appearing under other menu*/
background-image:url(../images/transparent.gif);
padding: 0px 0px 0px 0px;
width: 160px;
float:left;
}

#menu a{
	display: block;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	width: 160px;
	padding: 4px 0px 4px 4px;
background-color:#FFFFFF;
	border-bottom-color: #FF0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}

#menu a:hover {
width: 160px;
	padding: 4px 0px 4px 4px;
	margin:0px;
	color : #E91D29;
	width: 100%;
	background-color:#FFFFFF;
}
/* IE5.5 */
* html #menu a, * html #menu a:visited {
padding: 4px 0px 4px 4px;
width:160px; 
w\idth:160px;
}
* html #menu a:hover {
padding: 4px 0px 4px 4px;	
color : #E91D29; 
position:relative;
}

#menu li:hover {
padding: 0px 4px 0px 0px;
width: 160px;
position:relative;
background-color:#FFFFFF;
color : #E91D29;
}

#menu ul ul {width:160px;
visibility:hidden;
position:absolute;
top:0px;
left:100%;
	background-color:#FFFFFF;
	color: #000000;
}

#menu li:hover > ul {
visibility:visible;
left:100%;
}

div#menu ul a:hover ul {
visibility:visible;
}

body#page1 a#nav1,
body#page2 a#nav2,
body#page3 a#nav3,
body#page4 a#nav4,
body#page5 a#nav5,
body#page6 a#nav6,
body#page7 a#nav7,
body#page8 a#nav8,
body#page9 a#nav9,
body#page10 a#nav10,
body#page11 a#nav11,
body#page12 a#nav12,
body#page13 a#nav13,
body#page14 a#nav14,
body#page15 a#nav15,
body#page16 a#nav16,
body#page17 a#nav17,
body#page18 a#nav18,
body#page19 a#nav19{
	color : #E91D29;
}

#content {
	position: absolute;
	width: 525px;
	left: 235px;
	top: 140px;

	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: left;
	display: block;
	z-index: 3;
	visibility : visible;
	height: 345px;
	overflow-x:hidden;
	overflow-y:auto;
}

#content img{padding: 0px 5px 2px 0px;
}

#contenthome {
	position: relative;
	width: 510px;
	left: 230px;
	top: 310px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: justify;
	display: block;
}

/*#imagesp1 {
	position:absolute; width:441px; height:156px; z-index:1; left: 25px; top: 334px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

#images {
	font-size: 10px;
	font-style: italic;
	position:absolute; width:338px; height:15px; z-index:1; left: 137px; top: 484px;
}*/

h1 {
	font-weight: bold;
	font-size: 140%;
	color : #C5141D;
}

h2 {
	font-weight: bold;
	font-size: 120%;
}

h3 {
	font-weight: bold;
	font-size: 90%;
}

.table_title{
	color: #FFFFFF;
	font-weight: bold;
	background-color : #F30200;
	text-align : center;
	border-bottom : 2px solid #F30200;
		border-top : 2px solid #F30200;
}

.table_title a:link, .table_title a:visited{
	color: White;
}

.table_title a:hover, .table_title a:focus, {
	color: Silver;
}

#gallery_block{
	position: absolute;
	width: 680px;
	height: 510px;
	left: 180px;
	top: 95px;
	
	z-index: 4;
}

#gallery{
	position: absolute;
	left: 180px;
	width: 760px;
	top: 95px;
	z-index: 4;
	background-color:#000000;
}

#gallery_nav{
	position: absolute;
	width: 300px;
	left: 340px;
	top: 70px;
	z-index: 5;
		font-weight : bold;
	color : White;
}

#gallery_nav a:link, #gallery_nav a:visited{
	color: #DF121C;
}

#gallery_nav a:hover, #gallery_nav a:focus, {
	color: White;
}

#gallery_des{
	position: absolute;
	width: 380px;
	left: 200px;
	top: 560px;
	z-index: 5;
	font-weight : bold;
	color : White;
}

#gallery_thumb{
	position: absolute;
	left: 200px;
	top: 118px;
	width: 675px;
	z-index: 4;
		height: 440px;
	overflow-x:hidden;
	overflow-y:auto;
}

#gallery_thumb
img{
	border : 1px Black;
}



