@charset "UTF-8";
/* CSS Document */
/* Reset*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { list-style:square; }
q:before, q:after { content:''; }


body	{
	background-color: #ffffff;
	background-image: url(../weddings/images/b_tile.gif);
	background-repeat: repeat;
	color: #000000;
}

p.weddings	{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: .9em;
}
.price	{
	font-size: .8em;
	display: block;
	/*border-bottom: #015a84 1px solid;*/
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #015a84;
}
#pics	{
	width: 220px;
	height: auto;
	float: right;
	margin-top: 20px;
}
a.weddingC	{
	color: #015a84;	
}