/* CSS Document */

	html, body {
		background:  #F2DEBC;
		margin:0;
		padding:0
		
	}
	
	#container {
	width:550px;
	margin-right:auto;
	margin-left:auto;
	margin-top:150px;
	padding:0px;
	text-align:left;
	}

	#container #left {
	width:262px;
	height:71px !important;
	float:left;
	padding:170px 5px 50px 7px !important;
	height:51px;
	padding:190px 5px 50px 7px;
	background-image: url(line.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#d3b179
	}
	#left p {
		margin:0 0 0 0
		}
	#left p a {
		text-decoration:none;
		font:10px Georgia, "Times New Roman", Times, serif;
		border-bottom:1px dotted #d3b179; 
		color:#d3b179
		}
	#left p a:hover {
		text-decoration:none;
		font:10px Georgia, "Times New Roman", Times, serif;
		border-bottom:1px solid #c4a269; 
		color:#c4a269
		}
	#left #ads {
		width:237px;
		height:60px;
		text-align:center;
		margin-top:2px
	}
	#container #right {
	width:275px;
	float:left
	}
	#right #rightTop{
		width:255px;
		margin:10px 0 10px 10px
	}
	#right #rightDown{
		width:255px;
		margin:5px 0 5px 10px; 
	}
	#rightDown #wedding{
	background-image: url(wedding2b.gif);
	background-repeat:no-repeat;
	padding: 0px; 
	width: 131px; 
	height: 46px;
	float:left;
	margin:18px 8px 0 25px !important;
	margin:18px 8px 0 0;
	}
	
	.rolloverW { display: block; } /* Allow setting widths and heights */
	.rolloverW img { width: 131px; height: 46px; border: 0; } /* only set width and height once */
	.rolloverW:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
	.rolloverW:hover img { visibility: hidden; } /* 'rolls over' the image */
	
	#rightDown #event{
	background-image: url(event2b.gif);
	background-repeat:no-repeat;
	padding: 0px; 
	width: 131px; 
	height: 46px;
	float:left;
	margin:18px 8px 0 25px !important;
	margin:18px 8px 0 0
	}
	
	.rolloverE { display: block; } /* Allow setting widths and heights */
	.rolloverE img { width: 131px; height: 46px; border: 0; } /* only set width and height once */
	.rolloverE:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
	.rolloverE:hover img { visibility: hidden; } /* 'rolls over' the image */
	
	h1{
	font:12px/11pt Georgia, "Times New Roman", Times, serif;
	color:#d3b179;
	margin-bottom:2px;
	text-align:center;
	width:235px
	}
	#rightDown #wedicon{
		width:52px;
		float:left;
		margin-right:20px !important;
		margin-right:15px;
	}
	#wedicon a img {
		border:1px solid #d3b179;
		padding:2px 2px 2px 2px;
		text-decoration:none
		}
	#wedicon a:hover img  {
		border:1px solid #c4a269;
		padding:2px 2px 2px 2px;
		}