* {
	margin:0;
	padding:0;
}
html {
	height:100%;	
}
body {
	font: 14px/1.7 Verdana, Geneva, Arial, sans-serif;	
	height:100%;	
}
#wrapper {	
	position:relative;
	width: 100%;
	height: 100%;
	background:#333 url(bg_index.jpg) center center repeat-x;
}
#content {
	background: #333 url(bg_index_main.jpg) center center repeat-x;
	text-align: left;
	position: absolute;
	top: 50%;	
	height: 420px;
	margin-top: -210px;
	width: 100%;	

}
#footer {
	position: absolute;
	width: 100%;
	height:56px;	
	bottom: 0px;
	left: 0px;
	background-color: #D2205E;
}
#footer p{	
	margin:0 auto;
	display:block;
	padding: 19px 0 0 7px;
	width:568px;
	height:23px;
	color:#fff;
	text-align:left;	
	font-size:12px;
}
#footer p img{	
	vertical-align:middle;
}


#header{
	position:relative;
	margin:0 auto;
	width:640px;
	height:100%;	
	
	/*
		position:absolute;
		top:0px;
		left:0px;
		width:640px;
		height:100%;
		background:red;
	*/
}


/* repeated code per header 205 194 


*/
#logo {
	position:absolute;
	top:133px;
	left:10px;
	width: 205px;
	height: 194px;
	background-image: url('logo.jpg');
	background-repeat: no-repeat;	
}

 #logo span {		
	width: 205px;
	height: 194px;
	background-image: url('logo.jpg');
	background-repeat: no-repeat;	
}
#logo span { margin-bottom: -194px; }
/* non-repeated code */
h1 span {
	display: block;
	position: relative;
	z-index: 1;
}
/* IE5 Mac Hack \*/
h1 { overflow: hidden; }
/*/
h1 { text-indent: -100em; }
/* End Hack */


#header h2{
	display:none;
}

#globalnav{	
	position:absolute;
	top:244px;
	left:275px;
}

/*globalnav*/



#globalnav{
	width:300px;
	padding:0 0 0 0;
	margin:0;
	
	line-height:34px;
}
#globalnav ul{
	list-style:none;
}

#globalnav li {
	float:left;
	margin:0;
	padding:0;
}

#globalnav a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:#080808;
	margin:0 2px 0 0;
	padding:0 0.7em 0 0.7em;
}



#globalnav a:hover,
#globalnav a:active,
#globalnav a.here:link,
#globalnav a.here:visited {
	color:#FF0099;
	background:#222 url('button_on.gif') top left no-repeat;
}

#globalnav a.here:link,
#globalnav a.here:visited {
	position:relative;
	z-index:102;
}



/* 88 34 */