@charset "utf-8";
/* CSS Document */

body {
	background: url(images/background_body.jpg);
}
em {
	font-style: italic;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
ul {
	margin: 17px 0 0 20px;
	list-style-type: disc;}
li {
	padding: 2px;
	line-height: 20px;

}
div#container {
	width: 800px;
	height: 800px;
	margin: 0 auto;
	background: url(images/background_container.jpg);
}
div#logo {
	width: 800px;
	height: 104px;
	float: left;
	text-align: center;
}
div#logo2 {
	width: 113px;
	height: 99px;
	position: absolute;
	top: 130px;
	background: url(images/logo2.jpg) no-repeat;
}
div#header {
	width: 800px;
	height: 61px;
	float: left;
	background: url(images/header.jpg) repeat-x;
}
  div#header_left {
  	width: 10px;
	height: 71px;
	float: left;
	clear: left;
	margin: -10px 0 0 -10px;
	background: url(images/header_left.jpg) no-repeat;
  }
  div#header_right {
  	width: 10px;
	height: 71px;
	float: right;
	margin: -10px -10px 0 0;
	background: url(images/header_right.jpg) no-repeat;
  }
  div#header h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 225%;
	color: #DCDBD7;
	text-align: center;
	line-height: 60px;
  }
div#subheader1 {
	width: 790px;
	height: 40px;
	float: left;
	margin-top: 40px;
	background: url(images/subheader.jpg) repeat-x;
}
  div#subheader1_left {
  	width: 10px;
	height: 50px;
	float: left;
	clear: left;
	margin: 30px 0 0 -10px;
	background: url(images/subheader1_left.jpg) no-repeat;
  }
  div#subheader1 h2, div#subheader2 h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  	font-size: 150%;
	color: #DCDBD7;
	line-height: 40px;
	text-indent: 10px;
  }
div#appointment_text {
	width: 425px;
	float: left;
	padding-left: 10px;
	color: #FFF;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
div#appointment_box {
	width: 290px;
	height: 126px;
	float: left;
	margin: 37px 37px 0 37px;
	background: url(images/appointment_box.jpg) no-repeat;
}
  div#appointment_box:hover {
	  background: url(images/appointment_box_hover.jpg) no-repeat;
  }
  div#appointment_box a {
  	width: 290px;
	height: 126px;
	display: block;
  }
div#subheader2_container {
	width: 800px;
	float: left;
	position:relative;
}
div#subheader2 {
	width: 780px;
	height: 40px;
	float: right;
	margin-top: 40px;
	padding-right: 10px;
	background: url(images/subheader.jpg) repeat-x;
	text-align: right;
}
div#subheader2_right {
	width: 10px;
	height: 50px;
	float: right;
	clear: both;
	background: url(images/subheader2_right.jpg) no-repeat;
	position: absolute;
	right: -10px;
	bottom: 0px;
}
div#prize {
	width: 226px;
	height: 232px;
	float: left;
	margin: 10px 0 0 10px;
}
div#subheader3 {
	width: 544px;
	height: 31px;
	float: right;
	margin: 10px 10px 0 0;
	padding-right: 10px;
	background: url(images/subheader3.jpg) repeat-x;
	text-align: right;
}
  div#subheader3 h3 {
	  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	  font-size: 125%;
	  color: #FFF;
	  line-height: 30px;
  }
div#prize_text {
	width: 540px;
	float: left;
	color: #FFF;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}