h1 {
	font-family: "Lucida Grande";
	font-size: 24px;
	color: #CC0000;
}
.head_01 { color: #ed1c23; font-size: 36px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.head_02 {
	color: #ed1c23;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
.head_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ed1c23;
}
.intro  {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 16px;
}
.subhead_red { color: #ed1c23; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: 16px; }
.body  {
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 16px;
	font-style: normal;
}
.body_list {
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 16px;
	font-style: normal;
	list-style-position: outside;
	list-style-image: url(media/flower.gif);
	list-style-type: square;
}
.body_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.body_bld {
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 16px;
}
.body_red { color: #ed1c23; font-size: 12px; font-family: Arial; }
.body_rev { color: #fff; font-size: 12px; font-family: Arial }
.body_sml  {
	color: #333333;
	font-size: 10px;
	font-family: Arial
}
.body_sml_rev { color: white; font-size: 10px; font-family: Arial; }
.quote {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 18px;
	text-align: center;
}
.footer_large { color: #fff; font-size: 18px; font-family: Arial; }
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#content {
	width: 575px;
	float: none;
}
#content-all {
	width: 100%;
	float: none;
}
#side-bar {
	width: 200px;
	float: right;
}
#footer {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #333333;
}
a:link  { text-decoration: underline }
a:hover  { color: #ff7c00; text-decoration: none 
}
.box-orange {
	width: auto;
	border: 1px;
	border-color: #FF6600;
	border-style: dotted;
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(media/box-gradient_orange.jpg);
	margin-bottom: 20px;
	background-repeat: repeat-x;
	padding-bottom: 15px;
}
.box-blue {
	width: auto;
	border: 1px;
	border-color: #6699CC;
	border-style: dotted;
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(media/box-gradient_blue.jpg);
	margin-bottom: 20px;
	background-repeat: repeat-x;
	padding-bottom: 15px;
}
.box-grey {
	width: auto;
	border: 1px;
	border-color: #666666;
	border-style: dotted;
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(media/box-gradient_grey.jpg);
	margin-bottom: 20px;
	padding-bottom: 15px;
	background-repeat: repeat-x;
}
.box-green {
	width: auto;
	border: 1px;
	border-color: #336600;
	border-style: dotted;
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(media/box-gradient_green.jpg);
	margin-bottom: 20px;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

