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

body {
	font-family:Century Gothic, Century Gothic Bold, Century Gothic Bold Italic, Century Gothic Italic;
	font-size: 12px;
	color:#333;
	}
	
a {
	text-decoration: none;
	color: #4A6916;
	font-weight: normal;
	}
	
a:hover { font-family:Century Gothic, Century Gothic Bold, Century Gothic Bold Italic, Century Gothic Italic;
color:#C00;
}
.p_sub {
	font-size: 11px;
	color: #FFF;
	text-align: center;
	}
.p_sub_hover{ color:#9C6;
}
.pwhite {
	color: #FFF;
	text-align: left;
	font-weight: bold;
	}
.text250{
	width: 250px;
	float: left;
	padding: 4px;
	margin: 2px;
	color: ##333;
	font-style: italic;
}

#container {
	width: 1000px;
	height: auto;
	}
	
.img200 {
	width: 200px;
	float: left;
	padding: 4px;
	margin: 2px;
	color: #456B16;
	font-style: italic;
}
.img250_left {
	width: 250px;
	float: left;
	padding: 4px;
	margin: 2px;
	color: #456B16;
	font-style: italic;
}
.img250_right {
	width: 250px;
	float: right;
	padding: 4px;
	margin: 2px;
	color: #456B16;
	font-style: italic;
}
.imgcenter {
	width: 300px;
	padding: 4px;
	margin: 2px;
	color: #456B16;
	font-style: italic;
}
.RED {
	font-family:Century Gothic, Century Gothic Bold, Century Gothic Bold Italic, Century Gothic Italic;
	font-size: 11px;
	color:#F00;
	font-weight: bold;
	}
