body{
	background-color:#fef;
	font-size:14px;
	line-height:1.2em;
	margin:0;
	padding:0;
}

a{
	color:#999;
	text-decoration:none;
}

a:hover{
	color:#f33;
}

p.center{
	text-align:center
}

h2{
	background-color:#f9c;
	height:23px;
	width:70%;
	padding:5px 0 0 10px;
	color:#fef;
}

h3{
	border-bottom:2px solid #faf;
	width:65%;
	margin:10px 0 10px 10px;
	padding:3px 0 0 10px;
}

embed,object{
	margin:0 auto;
}

#body{
	margin:10px auto 0;
	width:800px;
	background-color:#fff;
	border-left:2px solid #fdf;
	border-right:2px solid #fdf;
}

#header{
	width:800px;
	height:200px;
	background:url(img/wedding.jpg);
	border-bottom:15px solid #fef;
}

#header h1{
position:absolute;
margin-top:50px;
margin-left:300px;
}

#header h1 a{
display:block;
width:500px;
height:150px;
text-indent:-9999px;
}

#content{
	width:530px;
	border-right:2px solid #fef;
	padding:5px 10px 0px;
	margin:0;
}

#content iframe{
	width:99%;
	height:500px;
	border:1px solid #fef;
	margin:5px 0;
}

table {
	border: 1px solid #fef;
	border-collapse: separate;
	border-spacing: 1px;
	margin:10px;
	width:95%;
}

tr {
	border-right: 1px solid #fef;
	border-bottom: 1px solid #fef;
}
th,td {
	border-right: 1px solid #fef;
	border-bottom: 1px solid #fef;

}

th {
	background-color:#fef;
}

#menu{
	width:235px;
	float:right;
	padding:5px 5px 0;
	margin:0;
}

#menu h2{
	background-color:#f9c;
	float:left;
	height:20px;
	width:90%;
	padding:5px 0 0 10px;
	font-size:16px;
	margin-bottom:10px;
}

#menu a{
	margin:0 0 0 10px;
	color:#333;
}

#menu a:hover{
	color:#f9c;
}

.arrow{
	font-weight:bold;
	color:#f9c;
	margin-right:5px;
}

#write{
	height:300px;
	width:405px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:1px solid #fdf;
	margin:10px 0;
	padding:10px;
}

#cm{
	background-color:#fef;
	text-align:center;
	padding:5px 0;
}

#footer{
	background-color:#fdf;
	border-top:10px solid #fbf;
	height:55px;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:0;
	color:#f9c;
}

#footer a{
	color:#f9c;
	font-style: italic;
}
#footer a:hover{
	text-decoration:underline;
}