﻿/* Renaissance Wedding screen style */
h1, h2, h3,p {
	font-family: Monotype Corsiva, serif; 
	color: #336600; 
	font-weight: 400
}
h1 {
	font-size: 50pt
}
h2 {
	font-size: 36pt
}
h3 {
	font-size: 26pt
}
p{
	font-size:24pt
}
body {
	background-color: #FFFFCC
}
#page {
	width: 950px;
	margin: 0 auto;
}
#head {
	width: 950px;
	text-align:Center; 
	margin: 0 auto;
}
#main {
	width:745px; 
	text-align:center;
	float:inherit
}
#links {
	width: 200px; float: left; 
	background-color:none; 
	margin-right:1px; 
	padding-top:200px; 
	padding-left:10px; 
	border: 0px solid black
}
#links a {
	display: block; 
	font-family: Monotype Corsiva, sans-serif; 
	color: #336600; 
	font-size: 18pt
}
#links a:link {
	text-decoration: none
}
#links a:visited {
	text-decoration: none
}
#links a:hover {
	color: black; 
	text-decoration: underline
}
#links a:active {
	color: rgb(102,153,102)
}
#links a.newgroup {
	margin-top: 15px
}
#logo {
	position: absolute; 
	left: 10px; 
	top: 20px; 
	width:165px; 
	height:165px
}
.image{
	border-style:outset;
	border-color: brown;
	border-width:0px;
}
address {
	color: orange; 
	font-style: normal; 
	font-variant:small-caps; 
	text-align:center; 
	clear: both; 
	border-top: 0px solid orange
}
.ddbox {
	background:#FFFFCC;
	font-family:"Monotype Corsiva";
	font-size:24px;color:#336600
}