@charset "UTF-8";
/* CSS Document */

	
	body {
		text-align:center;
		background-color:#a7a9ac;
		padding:0px;
		margin:0px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	
	a{
		text-decoration:none;
	}
	
	a:link, a:visited{
		color:#fff;
		text-decoration:none;
	}
	
	a:hover, a:active, {
		color:#000;
		text-decoration:none;
	}

	a.second:link, a.second:visited{
		color:#00aeef;
		text-decoration:none;
	}
	
	a.second:hover, a.second:active{
		color:#000;
		text-decoration:none;
	}
	
	#frame {
		width:990px;
		margin-right:auto;
		margin-left:50px;
		margin-top:80px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:207px;
		padding:0px;
		float:left;
		background:#fff;
		background-color:#00aad3;
		min-height:279px;
		padding-top:183px;
		padding-left:37px;
		background-image:url(images/wedding.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		}
	
	#contentcenter {
		width:272px;
		padding:20px 20px 20px 20px;
		float:left;
		background:#ddd;
		background-color:#d9d8d6;
		height:422px;
		overflow:auto;
		}
	
	#contentright {
		width:434px;
		padding:0px;
		float:left;
		background:#fff;
		min-height:462px;
		}
	
	#contentheader {
		background:#fff
		}
		
	h1 {
		font-size:14px;
		}
		
	h1.welcome {
		font-size:20px;
		cursor:pointer;
		}
		
	h2{
		font-size:12px;
		font-weight:bold;
	}

	
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
	#contentinner{
		width:302px;
		padding:5px 5px;
	}
	
	ul{
		padding:0px;
	}
	
	li{
		list-style:none;	
		font-size:13px;
		line-height:20px;
		}
	
	img{
		border:none;
	}
	
	.viewGuestbook{
	margin:5px 0px;
	line-height:1.2em;
	}
	
	.textbox{
		width:260px;
	}
