body {
max-width: 1280px;
font-family: "Times New Roman", Georgia, Serif;
font-size: 14pt;
background-color: #FFFFFF;
background-image: url(../images/wedding-couple-dance-background30.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
color: #000000;
margin-left: 10%;
margin-right: 10%;
text-shadow: 1px 1px #FFFFFF
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Playfair Display";
    letter-spacing: 5px;
}

.mainbody #sidebar {
	width: 20%;
	/* position's value should be "fixed", but IE makes a mess */
	position: absolute;
	position: fixed;
	top: 10px;
	right: 0;
	height: 1200px;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 14pt
}
.mainbody {
padding: 5%;
width: 700px
}

p, h2 {
width: 100%
}

ul {
width: 500px	
}

li {
width: 500px	
}

h1 {
font-size: 26pt;
font-weight: bold
}

h2 {
font-size: 20pt;
font-weight: bold
}

h3 {
font-size: 17pt;
font-weight: bold
}

td {
vertical-align: top;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12pt
}

th {
text-align: left;
vertical-align: top;
font-family: Verdana, Helvetica, sans-serif;
font-size: 14pt;
font-weight: 600
}


p {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12pt;
}

li  {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12pt;
}

a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
}

a:visited {
background-color: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
}

a:hover {
background-color: #DCDCDC;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

.right {
text-align: right
}
.grey {
background-color:  #A9A9A9
}
.small {
font-size: 8pt
}
.center {
text-align: center
}
.italic {
font-style: italic
}
.bolditalic {
font-style: italic;
font-weight: 600
}
.bold {
font-weight: 600
}
.box {
width: 80%;
border: 1px dotted #FFFFFF;
padding: 3px;
padding-left: 10%
}

img {
border-style: none	
}

