/* CSS Document */

a:link		{ color: #666666; text-decoration:none;}
a:visited	{ color: #666666; text-decoration:none;}
a:active	{ color: #666666; text-decoration:none;}
a:hover		{ color: #666666; text-decoration:none; background-color:#FFFF00;}

body{
	font-size: 80%;
	vertical-align:top;
	text-align:center;
	margin:0px;
	background: #666666 url(paper_bg_2.gif) repeat-y 50% 0;
}
.paper{
	text-align:center;
	height: 100px;
	width: 700px;
	vertical-align:top;
}
.top{
	height:50px;
	width: 701px;
	background-color:#666666;
	float:none;
}
.top_2{
	height:50px;
	width:698px;
	background-color:#FEFCF7;
	float:none;
	text-align:left;
}

.content_area{
	width:610px;
	float:left;
	font-size: 1em;
	font-family: "Courier New", Courier, mono, serif;
	font-weight:normal;
	color:#666666;
	text-align:left;
}
.content{
	width:610px;
	float:left;
	}
	
.menu{
	padding-top:15px;
	width:610px;
	float:left;

}
h5 {
	padding-top: 15px;
	padding-bottom: 15px;
	width:610px;
	font-size: 1.5em;
	font-family: "Courier New", Courier, mono, serif;
	font-weight:bold;
	color:#666666;
	height:20px;
	float:left;
}
h4 {
	line-height:20px;
	width:610px;
	color:#666666;
	font-weight:bold;
}

h3 {
	width:610px;
	border-bottom:2px #999999 dotted;
	color:#666666;
	font-size: 1.25em;
	font-family: "Courier New", Courier, mono, serif;
	font-weight:bold;
	background-color:#993333;
}
.heading_3{
	padding-top:15px;
	width:610px;
	border-bottom:2px #999999 dotted;
	color:#666666;
	font-size: 1.25em;
	font-family: "Courier New", Courier, mono, serif;
	font-weight:bold;

}

.bottom_1{
	background-color:#666666;
	height:20px;
	width:701px;
	font-size: .7em;
	font-family: "Verdana", Courier, mono, serif;
	font-weight:normal;
	color:#FEFCF7;
	text-align:right;
	float:none;
}
.bottom_2{
	background-color:#666666;
	height:20px;
	width:701px;
	font-size: .7em;
	font-family: "Courier New", Courier, mono, serif;
	font-weight:normal;
	color:#FEFCF7;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	float:left;
}
.left_space{
	height:900px;
	width:70px;
	float:left;
}
.right_space{
	height:900px;
	width:20px;
	float:right;
}
.exhibition_space{
	width:280px;
	float:left;
}
.exhibition_space_space{
	width:50px;
	float:left;
}


