body,html{
  height: 100%;
  width: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url('images/bgweddings.gif');
	background-repeat: no-repeat;
	font-family: arial, serif;
	font-size: 0.8em;
	color: #129FC4;
}

img {border: 0px}

img.bullet{
	margin-right: 5px;
	margin-bottom: 3px;
	vertical-align: middle;
}

a{
	color: #DFD66C;
	font-weight: bold;
	text-decoration: none;
}

a.bold{
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

form{
	margin: 0px 0px 0px 10px;
	padding: 0;
}

label{
  display: block;
}

input{
  width: 15em;
}

input,textarea, .unselected{
  margin-bottom: 5px;
  font-family: arial,serif;
  background-color: white;
  border: 1px solid #AAAAAA;
}

.selected{
  background-color: #FEFFCE;
}

button{
  margin-top: 5px;
}

.center{
	text-align: center;
}

.small{
	font-size: 0.9em;
	line-height: 1em;
}

.largetext{
	font-size: 1.4em;
}

div.container{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

div.top,div.bottom{
  height: 75px;
  clear: both; /* important */
}

div.bottom{
	margin-top: 10px;
}

div.bottom #backtohome{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

div.top #logoandheader{float: left;}

div.top #topright{
	text-align: right;
	float: right;
	margin: 10px;
}

div.top #basket{
	vertical-align: middle;
}

div.right{
	float: right;
	width: 300px;
	margin-left: 20px;
}

div.right p{
	text-align: justify;
	margin-left: 40px;
}

div.content{
	height: 100%;
	width: 400px;
}

div.content p{
	text-align: justify;
	color: #129FC4;
	margin: 20px 10px 20px 10px;
}

div.content dl{
  margin: 20px 10px 20px 10px;
}

div.content dd{
  margin-left: 10px;
}

div.content .alignleft{
  text-align: left;
}

div.content h1{
  margin: 10px 10px 20px 10px;
  font-size: 12pt;
}

#pic1, #pic3{
	float: left;
	margin: 0px 20px 10px 0px;
	border: 1px solid white;
}

#pic2{
	float: right;
	margin: 0px 0px 10px 20px;
  border: 1px solid white;
}

div.content .s-top{
	width: 100%;
	height: 7px;
	background: url('images/st.gif');
	background-repeat: repeat-x;
}

div.content .s-left{
	background: url('images/sl.gif');
	background-repeat: repeat-y;
}

div.content .s-right{
	background: url('images/sr.gif');
	background-repeat: repeat-y;
}

div.content .s-bot{
	background: url('images/sb.gif');
	background-repeat: repeat-x;
}

div.bottom ul{
	list-style: none;
  margin: 0px;
  text-align: center;
}

div.bottom li{
	display: inline;
	color: white;
}
