/* CSS Document */

body {
	background-image: url(images/bg_5.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;

}
#banner {
	position:absolute;
	left:400px;
	top:20px;
	}
#bottom_menu {
	position:absolute;
	left:370px;
	top:110px;
	width:400px;
	text-align:center;
	padding-top:2px;
	
}
#top_menu {
	position:absolute;
	left:300px;
	top:85px;
	width:455px;
	border-top:1px solid;
	border-bottom:1px solid;
	padding-bottom:2px;
	text-align: center;
	}
#text_box {
	position:absolute;
	left:300px;
	top:145px;
	width:485px;
	border:none;
	padding-bottom:10px;
}
#center_text_box{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#pic_box {
	height:300px;
	width:450px;
	border:1px dotted;
	margin-left:10px;
	margin-top:15px;
	padding: 5px;
	overflow:hidden;	
}
#thumbnail_box {
	height:105px;
	width:98%;
	border:1px dotted;
	overflow:auto;
	padding:6px 10px 0;
	white-space:nowrap;
}
 p.text {
	margin:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
 p.text:first-letter
{
	font-size: x-large;
	padding: 1px;
	float: left;
	color: #de7328;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CC9933;
}
a.menu {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: none;
	color: #CC9933;
	}
h1, h5 {
	text-align:left;
	margin:10px;
	}
ul {
	margin:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: none;
	}
li {
	margin-left:35px;
	list-style-type:circle;
}
li.none {
	margin-left:35px;
	list-style-type:none;
}
li.none_2 {
	margin-left:4px;
	list-style-type:none;
}
acronym {
	color: #666666;
	}
span.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
