@charset "utf-8";
/* CSS Document */
.background {
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.background2 {
	background-image: url(assets/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#bg1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding: 20px;
	background-image: url(assets/bg_anatomy2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bg2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding: 20px;
	background-image: url(assets/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}	
.border {
	border: 1px solid #C0C0C0;
}
.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding: 30px;
}
.text1b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	color: #800000;
}
.text3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3a4436;
	letter-spacing: 2px;
}
.text4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4d5660;
	padding-top: 20px;
	letter-spacing: 1px;
}
.text5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d5660;
}
.text5b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.text6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #4d5660;
	padding-top: 20px;
	letter-spacing: 1px;
}
.text7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4d5660;
	padding-top: 30px;
	padding-left: 30px;
	letter-spacing: 1px;
}
.text8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3a4436;
}
.text9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4d5660;
}
.dots {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3a4436;
	letter-spacing: 8px;
}
.border {
	border: solid;
	border-width: 1px;
	border-color: #4d5660;
}
a.color1:link {
	color: #4d5660;
	text-decoration: none;
}
a.color1:visited {
	color: #4d5660;
	text-decoration: none;
}
a.color1:hover {
	color: #6e8267;
	text-decoration: underline;
}
a.color1:active {
	color: #4d5660;
	text-decoration: underline;
}
a.color2:link {
	color: #800000;
	text-decoration: none;
}
a.color2:visited {
	color: #800000;
	text-decoration: none;
}
a.color2:hover {
	color: #4d5660;
	text-decoration: underline;
}
a.color2:active {
	color: #800000;
	text-decoration: none;
}

