body {
	background-color: #EFF3F3;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #0A737F;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

#header, #navigation, .divider {
	background-color: #FFFFFF;
	border-top: solid 1px #64888C;
	border-left: solid 1px #64888C;
	border-right: solid 1px #64888C;
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#header {
	height: 52px;
}
#header .logo {
	float: left;
	width: 240px;
}
#header .phrase {
	float: right;
	margin-right: 20px;
	width: 188px;
}
#header .flower_gear {
	float: right;
	margin-right: 20px;
	width: 226px;
}

#navigation {
	height: 16px;
}
#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	background-image: url(../images/nav_spacer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	float: left;
}
#navigation ul li img {
	margin-left: 44px;
}
#navigation ul li.blank_item {
	background-image: none;
}
#navigation ul li.blank_item img {
	margin-left: 22px;
}

.divider {
	height: 2px; 
	overflow: hidden;
}

#footer {
	height: 15px;
	width: 758px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.9em;
	text-align: center;
}
#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer ul li {
	background-image: url(../images/foot_div.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#footer ul li a {
	margin-left: 13px;
	color: #64888C;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li.blank_item {
	background-image: none;
}
#footer ul li.blank_item a {
	margin-left: 0px;
}

#copyright {
	height: 13px;
	width: 758px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	color: #64888C;
	font-size: 0.9em;
	text-align: center;
}

.no_top {
	padding-top: 0px;
	margin-top: 0px;
}
.no_bottom {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1, h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.8em;
	color: #CC0000;
	margin-right: 12px;
	letter-spacing: -0.1em;
}
h1 a:link {
	color: #CC0000;
	text-decoration: none;
}
h1 a:visited{
	color: #CC0000;
	text-decoration: none;
}
h1 a:hover {
	color: #CC0000;
	text-decoration: none;
}
h1 a:active {
	color: #CC0000;
	text-decoration: none;
}

h2 {
	margin-left: 17px;
}

h3 {
	font-size: 1.1em;
	color: #CC0000;
	/*margin-bottom: -1.5em;*/
}

