@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border:0;
}
body	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background:#F3FEFF url(img/ivy1.gif) bottom center repeat-x fixed;
	margin:0 0 12px 0;
}

#bg		{
	background:url(img/sky.gif) top center fixed  repeat-x;
}

#frame {
	width:890px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	background:#fff;
	padding:16px;
}
#frame, #frame .sb-inner { background:#fff  }
#frame .sb-border { background:#74b7cd; }

#widecol	{
	width:696px;
	height:168px;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	background-image: url(img/perfectpartylogo.gif);
	background-repeat: no-repeat;
	background-position: 30px 20px;
	border: 8px solid #94d4ff;
	float:left;
}

#col1	{
	width:698px;
	margin:12px 0 0 143px;
	padding:16px;
	float:left;
	background: url(img/greygrad.jpg) 0px 0px repeat-x;
}

h1	{
	font-size:1.2em;
	line-height:1.5em;
	margin:0px 4px 14px 7px;
	color:#009;
}

h2	{
	font-size:0.9em;
	line-height:1.5em;
	margin:0px 4px 14px 7px;
	color:#000;
}

p	{
	font-size:0.9em;
	line-height:1.5em;
	margin:0px 4px 14px 7px;
}
p a:link {color: #1945cc; text-decoration: none;}
p a:visited {color: #1945cc; text-decoration: none;}
p a:hover {color: #000;text-decoration: none;}

/* navigation */
#navcontainer {
	width: 120px;
	height:22px;
	margin: 0 0 0 23px;
	float:left;
}

#navcontainer li	{
	display: block;
	height: 30px;
}

#navcontainer li a {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	line-height:1.2em;
	text-decoration: none;
	display: inline;
	float: left;
	width: 110px;
	height: 20px;
	border-top: 1px solid #ececde;
	border-left: 1px solid #ececde;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	margin: 2px 0 0 4px;
	padding: 8px 0 0 4px;
	background: url(img/fade.jpg) 0px 0px no-repeat;
}



#navcontainer li a:hover, #navcontainer li a.active {
	color: #fff;
	text-decoration: none;
	background-color:#b8d7ef
}

.sponsorimg	{
	margin:0 2px 0 4px;
	float:right;
	border: 6px solid #94d4ff;
}
.cb {clear: both;line-height:1px;}
.wh	{color:#fff;}

