/* initially set margin and padding to zero for all browsers */
* { margin:0; padding:0; }
/* class tags */
body { font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 150%; background-color: #e8e8e8; background-image: url(../images/background.jpg); background-repeat: repeat-x; width: 760px; margin: 0 auto; padding: 0; }
h1 { color: #735703; font-size: 12pt; font-weight: bold; font-style: normal; line-height: 150%; padding-top: 20px; padding-bottom: 5px; padding-left: 10px; }
h2 { color: gray; font-size: 11pt; font-weight: bold; font-style: normal; line-height: 150%; padding-top: 20px; padding-bottom: 5px; padding-left: 10px; }
h3 { font-size: 10pt; font-weight: bold; font-style: normal; padding-top: 5px; padding-bottom: 5px; padding-left: 20px; }
/*use for page headings
*/
h4 { color: white; font-size: 28pt; font-weight: normal; font-style: normal; position: relative; top: 95px; left: 20px; }
p { margin-top: 5px; margin-bottom: 5px; padding-left: 30px; }
ul { margin-left: 25px; padding-left: 40px; list-style-type: square; list-style-position: inside; }
li { }
a:link { color: navy; font-weight: bold; text-decoration: none; }
a:visited { color: navy; font-weight: bold; text-decoration: none; }
a:hover { color: #e36f1e; text-decoration: none; }
a:focus { color: #e36f1e; text-decoration: none; }
a:active { color: #e36f1e; text-decoration: none; }
/* layout */
#container { width: 745px; margin-right: auto; margin-left: auto; }
#header { position: relative; width: 740px; height: 140px; border-right: 3px solid #808080; border-left: 3px solid #808080; }
#menubar { font-size: 1em; background-image: url(../images/images/header_02.jpg); background-repeat: no-repeat; background-position: 0 0; text-decoration: none; text-align: left; position: absolute; top: 140px; width: 730px; height: 25px; padding-right: 10px; border-right: 3px solid #808080; border-left: 3px solid #808080; }
#main-content { background-color: white; position: absolute; top: 165px; width: 700px; min-height: 350px; padding: 20px; border: solid 3px #808080; }
#footer { font-size: 7pt; margin-top: 20px; border-top: 3px solid #808080; }
/*background images*/
.wedding { background-image: url(../images/wedding-background.jpg); background-repeat: no-repeat; background-position: left top; }
.wedding-header { background-image: url(../images/images/header_03.jpg); background-repeat: no-repeat; background-position: left top; }
.corporate { background-image: url(../images/corporate-background.jpg); background-repeat: no-repeat; background-position: left top; }
.corporate-header { background-image: url(../images/images/header_01.jpg); background-repeat: no-repeat; background-position: left top; }
