* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
* img {
	behavior: url(/_inc/iepngfix.htc)
	border: none;
}
body { 
	background: #666666;
	margin: 0;
	padding: 0;
} 
#wrapper { 
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #FFFFFF; 
	border: 2px black solid;
}
#header {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}
#mainBody {
	text-align: left;
	width: 860px;
	margin: 18px auto;
	padding-top: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #073D8F;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
td h2 { padding-left: 5px; } 
#mainBodySmall {
	text-align: left;
	width: 640px;
	margin: auto;
	margin-top: 15px;
	padding: 0;
	border: 1px #CCCCCC solid; 
}
#weddingBody, #referralsBody, #aboutmeBody, #contactBody, #xvBody{
	text-align: left;
	width: 780px;
	margin: auto;
	margin-top: 15px;
	padding: 0;
	border: 1px #CCCCCC solid; 
}
#content { padding: 15px; }
#mainBodyHome { text-align:center; }
#pageTitle {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}
#footer {
	text-align:center;
	font-size: 11px;
	border-top: 1px solid black;
	padding-top: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#footer a { font-weight: normal;}

/* Referrals CSS */

.referral { width: 740px; }
.referralPic {
	width: 215px;
	float: left;
}
.referralText {
	width: 525px;
	float: left;
}

/* Quinceranera CSS */
#xvLeft {
	width: 500px;
	float: left;
}
#xvRight {
	width: 230px;
	float: left;
	padding-left: 12px;
}
#xvPrintCreditsTable{
	border: 1px black solid;
}
#xvPrintCreditsTable th {
	background: #FFFFCC;
}
#xvPackageTable th {
	background-color: #CCCCCC;
	text-align: left;
	font-weight: bold;
}
.xvPricingTable {
	border: 1px solid black;
}
.xvPricingTable td {
	vertical-align: top;
}
.xvPricingTable .oddRow {
	background: #CCCCCC;
}
.xvPricingTable .evenRow {
	background: #FFFFCC;
}

/* Specials CSS */

#specialAvailability {
	border: 1px black solid;
}
#specialAvailability th {
	padding: 3px;
	background:#FFFFCC;
}
#specialAvailability .available {
	color: #006633;
	font-weight: bold;
	text-align:center;
}
#specialAvailability .booked {
	color: #660000;
	font-weight: bold;
	text-align:center;
	background: #EFEFEF;
}
/* Wedding CSS */


#weddingPlatinum, #weddingGold, #weddingSilver { margin-bottom: 15px; }
#weddingPlatinum {
	background-color: #DDDDDD;
	vertical-align: top;	
	border: 1px black solid;
}
#weddingGold {
	background-color: #FFFF99;
	vertical-align: top;
	border: 1px black solid;
}
#weddingSilver {
	background-color: #CCCCCC;
	vertical-align: top;
	border: 1px black solid;
}
a:link, a:visited {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a:hover,a:active {
	text-decoration: underline;
	color: #003366;		
	font-weight: bold;
}
.pricingTable, .centeredTable {
	text-align: center;
	border: 1px black solid;
	margin-bottom: 6px;
}
.pricingTable th{ font-weight: bold;}
.pricingTable { border-color: #CCCCCC; }
fieldset { border: 0; margin: 0; padding: 0; }
label {	display:block;}
input.text,textarea { 
	width:400px;
	font:13px/13px;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc; 
}
input.submit { 
	padding:2px 5px;
	font:bold 14px/14px;
}
.finePrint { font-size: 10px; }
p.none { padding: 0; margin: 0;}