* {
	margin: 0;
	padding: 0
}

body
{
	background: #fff url(../images/back-pattern.g) repeat;
	font: 11px  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #797979;
	text-align: center;
}

div, img { behavior: url(css/iepngfix.htc) }	



a{ 
	text-decoration: none;
	color: #797979;
 }

a:hover  { 
	text-decoration: underline;
	color: #797979;
	text-decoration: underline;
 }


p {
	color: #797979;
	text-align: left;
	padding: 0 15px 10px 15px;
}

ul, li { 
	list-style-type: none;  
	margin:0;
	padding:0;
}

a img { 
	border: 0px; 
}
 

/*====================================================INDEX===================================================*/	

#indexwrap{
	border:0;
	position: relative; 
    margin: 0 auto 0 auto;
    width: 437px;
    text-align: left;
}

#indexleft
{
	float: left;
	width: 213px;
	height: 519px;
	background:url(images/index/indexleft.jpg) top left no-repeat;
	z-index:4;
}

#indexright
{
	float: left;
	width: 224px;
	height: 519px;
	z-index:4;
}

#indexrighttop
{
	width: 224px;
	height: 269px;
	background:url(images/index/indexrighttop.gif) top left no-repeat;
	z-index:4;
}

#indexrightchoose
{
	width: 224px;
	height: 49px;
	background:url(images/index/indexrightchoose.gif) top left no-repeat;
	z-index:4;
}


a.enter { 
     display: block; 
     width: 224px; 
     height: 21px; 
     background: url(images/index/menuenter.gif) no-repeat; 
     }
	 
a.enter:hover { 
     background: url(images/index/menuenter.gif) 0 -21px no-repeat; 
     } 
	 
	 
a.entrez { 
     display: block; 
     width: 224px; 
     height: 21px; 
     background: url(images/index/menuentrez.gif) no-repeat; 
     }
	 
a.entrez:hover { 
     background: url(images/index/menuentrez.gif) 0 -21px no-repeat; 
     } 
	 
	 

