/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px 0;
	padding: 0;
}
#masthead {
	width: 880px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0px;
	height: 110px;
	background-image:url(../images/PartyDonuts_logo.jpg);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

/*#column_wrapper {
	margin-top: 10px;
	background-image: url(img/clm02_middle.gif);
	background-repeat: repeat-y;
}
*/
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 550px;
	float: left;
}
#left {
	width: 250px;
	float: left;
}
#left .content {
	padding: 10px 24px 20px 24px;
	font-size: 0.85em;
	line-height: 1.5em;
}
#right .content {
	padding: 20px 25px;
	font-size: 0.95em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}

#masthead .tagline {
	float:right;
	width: 450px;
	text-align:right;
	margin-top: 19px;
	color: #F79723;
	font-weight: bold;
	font-size: 1.1em;
}

#masthead .tagline h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 1.3em;
	font-weight: bold;
	color:#C69;
	padding-bottom: 5px;
}


#topnav {
	color: #fff;
	background-color:#663300;
	margin: 10px 0;
}

#footer .content {
	padding: 10px 24px;
}
#footer {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color: #000000;
	background-color: #F79723;
	padding: 0px;
	margin: 0;
	font-size: 0.75em;
	clear: both;
	text-align: center;
}

#bottom {
	width:auto;
	height: 194px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}

#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}

#footer a:link, a:visited {color: #C96D2C;}
#footer a:hover {color: #FFFFFF;}

.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}

h1 {
	color:#C96D2C;
	font-size: 1.8em;
	margin: 0;
}
h2 {
	color:#ECABAE;
	font-size: 1.5em;
	margin: 20px 0 0 0;
}
h3 {
	color:#C96D2C;
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	color:#C96D2C;
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.photocap {
	width: 180px;
	margin: 0;
	background-color: #fff;
	padding: 6px;
	padding-top: 3px;
	border: 3px solid #C96D2C;
}

.photocap p {
	color: #C96D2C;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
/*	font-weight: bold; */
	font-size: 0.9em;
	text-align: center;
	line-height: 0.9em;
	margin: 4px, 0, 0, 0;
}

