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

html {
	margin: 0;
	padding: 0;
}
body {
	margin: auto;
	padding: 0;
	background-color:#afaa6d;
	background-image:url(tri.gif);
	background-repeat:repeat-x;
}
p {
	margin-top:0;
	padding-left:50px;
	padding-right:50px;
	color:#a19c5a;
	font-family:"Trebuchet MS";
	font-size:11pt;
	font-weight:normal;
	text-align:center;
}
h1 {
	color:#a19c5a;
	font-family:"Trebuchet MS";
	font-size:12pt;
	font-weight:bold;
	text-align:left;
}
a:link {
	font-size:10pt;
	text-decoration:none;
	color: #484135;
}
a:visited {
	font-size:10pt;
	text-decoration:none;
	color: #484135;
}
a:hover {
	font-size:10pt;
	text-decoration:none;
	color: #780c39;
}
#container {
	width:974px;
	height:auto;
}
#masthead {
	width:974px;
	height:189px;
	background-image:url(masthead.png);
	background-repeat:no-repeat;
}
#navbar {
	padding-top:145px;
}
#content {
	width:974px;
	height:auto;
	background-image:url(body.png);
}
#image {
	text-align:center
}
#heading {
}
#footer {
	width:974px;
	height:29px;
	margin-top:-20px;
	background-image:url(footer.png);
	background-repeat:no-repeat;
}
.footer {
	font-size:10pt;
	color:#1f1c17;
	text-align:center
}
.special {
	font-size:12pt;
	color:#ff6600;
	text-align:center
}
.text_line {/*turn off float The clear property specifies which sides of an element other floating elements are not allowed.*/
	clear:both
}
.thumbnail {
	width:200px;
	height:139px;
	padding:10px;
	float:left;
	margin-left:20px;
}
.thumb {
	width:650px;
	height:464px;
	padding:5px;
	float:left;
	margin-left:57px;
}
