body, #container, #header, #sidebar1, #footer, p,
h1,h2,h3,h4,h5,h6, form, #examples{
	margin:0; padding:0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F7F7ED url(../images/sofwhite.gif) repeat left;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	margin-top:10px;
}
h1,h2,h3,h4,h5,h6{
	font-size:1.8em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #000;
}

#sidebar1 h3, #sidebar1 h4{
font-weight:normal;
}
#wrapper {
margin: 0 auto;
width: 85%;
	max-width: 950px;
	min-width: 780px;
	border-top: 1px solid #BABCB4;
	border-right: 1px solid #939689;
	border-bottom:1px solid #939689;
	border-left: 1px solid #BABCB4;
}
#container { 
position:relative;
	background: #FFFFFF url(../images/sidebar.gif) repeat-y right;
	border: 8px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
padding-bottom:20px;
} 
#header { 
	background: Black url(../images/heading.jpg) no-repeat; 
text-align: right;
} 
#headerinside {
	background: Black url(../images/headinginside.jpg) no-repeat;
	text-align: right;
	
}
#header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#title {
	position:absolute;
	top:40px;
	right:195px;
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
#sidebar1 {
	float: right; 
	width: 280px; /* since this element is floated, a width must be given */
	padding: 15px 0px 0 0; /* top and bottom padding create visual space within this div  */
font-size:.85em;
}
#sidebar1 h3, #sidebar1 h4, #sidebar1 p {
	/*margin-left: 20px;  the left and right margin should be given to every element that will be placed in the side columns */
	margin: 5px 10px 5px 20px;
}

#mainContent {
  margin: 10px 310px 0px 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
font-size:.8em;
line-height: 1.5em;

}
#mainContent p{
	margin:8px 0;
}
#mainContent ul{
	padding:0 30px;
	margin:8px 0;
}
#footer {
 width:80%;
 margin:0 auto;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:left;
} 
#footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font-size:.75em;
}
#footer a {
	color:#333;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link, a:visited {
	color: #333300;;
}
a:hover, a:active {
	color: #CC0000; text-decoration: none;
}
#sidebar1 a:link, #sidebar1 a:visited {
	 text-decoration: none;
}
.callout {
	float: right;
	width: 188px;
	margin: 5px 0 0 10px;
	padding: 2px;
	font-size: 0.85em;
	border: 6px double #C3AC64;
	background: #C3AC64;
	color:#fff;
}
.callout a:link, .callout a:visited{
color: #640D1E;
text-decoration: none;
}
.callout a:hover, .callout a:active{
color: White;
}
.callout4{
	float: right;
	width: 160px;
	margin: 15px 0px 0 10px;
	padding: 10px 15px;
	font-size: 0.9em;
	border: 6px double #C3AC64;
	background-color: #FBFFD8;
}
.callout5 {
font-size: .9em!important;
	margin: 5px auto!important;
		width: 210px;
	color: #7C3D3D;
		padding: 0px;
}
.callout2, .callout3, .pavside{
	width: 200px;
	margin: 5px auto;	
	
	border: 6px double #C3AC64;
}
.callout2 h3, .callout2 h4,.callout3 h3, .callout3 h4  {
	font-size:1.2em!important;
	color: #990000;font-weight:bold!important;
}
.callout2, .pavside {
	background: url(../images/sidepic.jpg) no-repeat center;
	color: #fff;
	height:280px;
	padding: 2px;
	font-size: 0.85em;
}
.pavside {
	background: #151521 url(../pavilion/sidepic.jpg) no-repeat bottom;
	padding: 0px;
}
.callout3 {
	background: url(../images/softpink.jpg);
	padding:2px;
	
}

.callout3 a {
width:150px;
display: block;
	background: #FED2EB url(../images/weddbutt.jpg);
	border-top: 1px solid #C99494;
	border-right: 1px solid #B06262;
	border-bottom: 1px solid #B06262;
	border-left: 1px solid #C99494;
	padding:2px;
	color: #7C3D3D!important;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	
}
.callout3 a:hover, .callout3 a:active{
	color: #CC0066!important;
}
#current a {color: #CC0066!important;}
.callout2 a, .pavside a {
width:140px;
display: block;
	background: #FED2EB url(../images/weddbuttgold.jpg);
	border: 1px solid #996600;
	padding:2px;
	color: #684700!important;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
}
.callout2 a:hover, .callout2 a:active{
	color: #957000!important;
}
#examples {
width:450px;
margin:0 auto;
}
#examples ul{
text-align:center;
margin:5px 0 10px 0;padding:0;
}
#examples li{
	list-style-type: none;
	display: inline;
	margin:0;padding:0;
}
#examples img{padding:0;}

iframe {
	margin:0;padding:0;font-size: 11px!important; border: 1px solid #385570;
}
.subhead {
	color: #990000;font-weight:bold;
}
.borderbot {
	border-bottom: 1px solid #CC9999;padding-bottom:5px!important;
}
#suppliers {
	margin-left:20px;margin-right:20px;margin-top:5px;
	font-size:.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#suppliers p {
	margin:1px 0;
}
.boxes{
	margin: 15px 0px 0 0px;
	padding: 5px;
	font-size: 1.3em;
	border: 4px double #C3AC64;
	/*border: 6px double silver;*/
	background: #fcfcf5 url(../images/bullet.gif) no-repeat top left;color: #666;
}
.boxes p {margin:10px 0 0 0!important;font-family: "Times New Roman", Times, serif;
font-style: italic;}
.boxes h3 {margin:5px 0 0 0!important;font-size:1.5em;color:#6d5c2a!important;