﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/Header2009.png");
	background-repeat: no-repeat;
}
#happycircle {
	position:absolute; 
	text-align:center;
	background-image: url("../images/2009Logo.png");
	background-repeat: no-repeat;
}
#liquid-round {
width:100%;
margin:0px auto;
background:#fff url("../images/leftside.gif") repeat-y left top;
}
.top {
width:100%;
height:10px;
background:url("../images/top.gif") no-repeat left top;
}
.top span {
display:block;
position:relative;
height:10px;
background:url("../images/top-right.gif") no-repeat right top;
}
.center-content {
position:relative;
background:url("../images/rightside.gif") repeat-y right top;
padding:1px 5px 1px 5px;
margin:-1px 0 0 0;
z-index:99;
}
.bottom {
height:30px;
background:url("../images/bottom.gif") no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:30px;
background:url("../images/bottom-right.gif") no-repeat right top;
}

#navigation {
	background-image: url('../images/grayfade.gif');
}
html>body #navigation {
	overflow: hidden;		
}
#column_l {
	width: 460px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 460px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 250px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 260px;
	padding: 5px 5px;
	background-color: #fff;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */


/* happy Circle */
#happycircle h1{ 
height:153px; /*match to #header height*/ 
text-indent: -100.0em; 
overflow: hidden; 
} 
#happycircle h1 a{ 
display:block; 
line-height:153px; /*match to h1 height*/ 
} 

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0 -0em;
	padding: 0;
}
#navigation li {
	float: right;
	margin: 0 -0.0em;
}
#navigation a {
	font-weight:lighter;
	text-decoration: none;
	color: #000;
	display: block;
	/* border: 1px solid #cdc; */
}
#navigation a:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #000;
	background-image: url('../images/grayfade.gif');
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #993366;
}
h3 {
	font-size: large;
	color: #993366;
}
h4 {
	font-size: medium;
	color: #c77;
}
p,ul {
	font-size: small;
	color: #000;
}


/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}


.photo1 {
	border: 10px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-width:10px 10px 10px;
	border-style:solid;
	border-color:white;
}
