/* CSS Document */


.text {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000}
.text_large {font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 18px; color: #0f3193; 	font-weight: bold;}
.text_small {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #0f3193}

A:link		{ color: #0f3193;}
A:visited	{ color: #0f3193;}
A:active	{ color: #0f3193;}
A:hover		{ color: #ff0000;}

body {
	background-color: #ffffff;
	background-image: url(images/bkg_grad.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 550px;
     margin-top: -275px; /* half of the height */
     margin-left: -400px; /* half of the width */
}
#mainbox {
	position: absolute;
	width: 800px;
	height: 550px;
 	background: #ffffff;
	border-top: 1px solid #0f3193;
	border-left: 1px solid #0f3193;
	border-right: 1px solid #0f3193;
	border-bottom: 1px solid #0f3193; 
	z-index:100;
}

#text_box1 {
	position: absolute;
	top: 90px;
	width: 305px;
	height: 442px;
	left: 50%;
	margin-top: 0px;
	margin-left: -120px;
	OVERFLOW: auto;
	scrollbar-arrow-color:#0f3193; 
	scrollbar-base-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-shadow-color:#ffffff;
	z-index:400;
}
#logo {
	position: absolute;
	top: 32px;
	width: 510px;
	height: 42px;
	background-image: url(images/logo.gif);
	left: 50%;
	margin-top: 0px;
	margin-left: -190px;
	z-index:300;
}
#spine {
	position: absolute;
	width: 263px;
	height: 550px;
	background-image: url(images/spine.gif);
	left: 50%;
	margin-top: 1px;
	margin-left: -399px;
	z-index:200;
}
#acu_man {
	position: absolute;
	width: 250px;
	height: 480px;
	left: 50%;
	margin-top: 70px;
	margin-left: 190px;
	z-index:100;
}
#button_home {
	position: absolute;
	width: 62px;
	height: 31px;
	left: 50%;
	margin-top: 40px;
	margin-left: -310px;
	z-index:300;
}
#button_history {
	position: absolute;
	width: 62px;
	height: 31px;
	left: 50%;
	margin-top: 140px;
	margin-left: -317px;
	z-index:300;
}
#button_cranial {
	position: absolute;
	width: 77px;
	height: 44px;
	left: 50%;
	margin-top: 293px;
	margin-left: -288px;
	z-index:300;
}
#button_sports {
	position: absolute;
	width: 72px;
	height: 49px;
	left: 50%;
	margin-top: 350px;
	margin-left: -256px;
	z-index:300;
}
#button_contact {
	position: absolute;
	width: 79px;
	height: 45px;
	left: 50%;
	margin-top: 400px;
	margin-left: -230px;
	z-index:300;
}
#button_about {
	position: absolute;
	width: 66px;
	height: 32px;
	left: 50%;
	margin-top: 190px;
	margin-left: -308px;
	z-index:300;
}
#button_team {
	position: absolute;
	width: 55px;
	height: 28px;
	left: 50%;
	margin-top: 480px;
	margin-left: -200px;
	z-index:300;
}
#button_visits {
	position: absolute;
	width: 55px;
	height: 28px;
	left: 50%;
	margin-top: 350px;
	margin-left: -250px;
	z-index:300;
}
#bottom_box {
	position: absolute;
	top: 556px;
	width: 800px;
	height: 4px;
	left: 50%;
	margin-left: -400px;
	z-index:100;
}
#photo_1 {
	position: absolute;
	width: 156px;
	height: 208px;
	left: 50%;
	margin-top: 130px;
	margin-left: 230px;
	z-index:300;
}
#photo_2 {
	position: absolute;
	width: 156px;
	height: 148px;
	left: 50%;
	margin-top: 380px;
	margin-left: 230px;
	z-index:300;
}
