/*
	Party! Party!
	designed by 2frogstudio
	implemented August 2007 by Paul Novitski of juniperwebcraft.com
*/


*
{
	margin: 0;
	padding: 0;
	font-family: Georgia, Serif;
	font-style: normal;
	font-weight: normal;
}

/*-------------------------
page structure
-------------------------*/
body
{
	font-size: 100%;
	background-color: #FFF;
	color: #9D085C;
}
#pagewrap
{
	height: 850px;
}
/*-------------------------
header
-------------------------*/
h1
{
	height: 171px;
}
/*-------------------------
featured photo
-------------------------*/
#navCol
{
	width: 800px;
	height: 679px;
	background: url("images/party-party-pageback.jpg") left top no-repeat;
}
#navCol ul
{
	padding-top: 205px;
}
#navCol li
{
	margin-bottom: 1.5em;
	margin-left: 1.875em;
	line-height: 1;
	list-style-type: none;
}
#navCol a
{
	font-size: 2em;
	font-style: italic;
	color: #F4FD18;
	text-decoration: none;
}
#navCol a:hover
{
	color: #EFD78F;
}
/*-------------------------
footer
-------------------------*/
#footer
{
	width: 800px;
	padding-bottom: 1em;
	font-size: .8em;
	text-align: center;
	color: #000;
}
#footer a
{
	color: #0C0AC0;
	text-decoration: none;
}
#footer a:hover
{
	color: #CF322D;
}

