/*
	Dark Red for Background and main font: #660000 (RGB 102,0,0)
	Tan-ish brown scroll color with a hint of orange: #FFCC99 (RGB 255,204,153)
	Bright orange border color and link color: #FF3300 (RGB 255,51,0)
	Visited link or active link?: 663300
	Where you are now: 996633
	
*/
#mainbody {background-color: #660000;} /*sets background to dark red.*/
#maindiv 
{ /*this is the main column color is a soft orangish-brown.*/
background-color: #FFCC99; 
width: 1000px; 
margin: auto; /*this centers the element.*/
border: 5px solid #FF3300; 
padding: 1%;
}
#header {width:100%; text-align:center; margin: auto;}
#header h1,h2,p {text-align:center; color: #990000;}
#main-nav 
{ /*navigation menu that goes down left side.*/
float:left;
width:25%;
}
#main-content 
{
float:right;
width:74%;
}
#mainpic{border:7px solid #FF3300;margin-bottom: 30px;}
#welcome{margin:auto; margin-bottom:30px; text-align: center; width: 75%;}
p.welcome {color:#990000; text-align: left;}
h3.welcome {color:#990000; text-align: center;}

/*Wedding Party Pics*/
.big {border: 7px solid #FF3300; margin: auto;}

div.fieldset {border: 2px solid #990000; margin-bottom: 10px;}
div.fieldsetPhone {border: 2px solid #990000; width: 25%; margin-left: 25px; margin-bottom: 20px; padding: 5px; }
div.fieldsetAddress {border: 2px solid #990000; width: 25%; margin-left: 25px; margin-bottom: 2px; padding: 5px;}
div.fieldsetParty {border: 2px solid #990000; margin-top: 15px;}

.update {color: #990000;}
p.update {text-align: justify; padding-left: 30px; padding-right: 30px;}
h3.update {color: #FF3300; padding-left: 10px;}
span.update {color: #FF3300;}
h2.title {color: #990000; text-align: left; margin-left: 10px;}

.person {color: #990000;}
p.person {text-align: justify; padding-left: 30px; padding-right: 30px;}

#updateSig 
{
text-align: left; padding-left: 30px; padding-right: 30px; font-size: 150%;
font-family: Zapfino, "Edwardian Script ITC","Bradley Hand ITC TT", "Matura MT Script Capitals", "Handwriting - Dakota", "Brush Script", Arial, sans-serif;}
#navHeader {color:#FF3300;font-size: 125%;}
h3.navHead {color: #FF3300; padding-left: 10px; margin-bottom: 0px; padding-bottom: 0px;}
.top { margin-top: 0px; padding-top: 0px;}
.navIndent { margin-left: 10px; padding-left: 5px;}
#whereUare {color:#663300;text-decoration:none;}

a:link {color:#990000;}
a:visited {color:#330000;}
a:hover {color:#FF3300;}
a:active {color:#FFCC99;}

a.piclink {text-decoration: none;}

span.date {color:#FF3300; font-weight:bold;}
