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

body {
	color:#fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	background-color: #CD384C;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	color: #FFF;
	font-weight: 400;
	font-size: 2.2em;
}
h2 {
	color:#FFF;
	font-weight:400;
	font-size:2em;
	border-bottom-color:#000;
	border-bottom: solid;
	border-bottom-width: thick;
}
}
/* id styles */
#container {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	background-color: #cd384C;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	width: 796px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}
#header {
	padding: 0px;
}
#bride {
	width: 340px;
	float: left; 
	padding: 4px;
	
	
	}
#maintext {
	font-size: .9em;
	width: 316;
	text-align:center;
	padding: 0px;
	float: left;	
	
}
#tips {
	font-size: .9em;
	width: 316: 
	text-align: left; 
	padding: 0px; 
	float: left;

}
#sponsor {
	color: #fff; 
	font-size: .9em; 
	width: 240;
	float: left;
	text-align:right;
	clear: both;
	
	
	}
#footer {
	color:#000;
	padding-top: 4px;
	border-top-style: double;
	border-top-width:thick;
	border-top-color:#FFF;
	font-size: .6em;
	font-style:italic;
	clear: both;
	text-align:left;
}
/* class styles */
.bold {
	font-size: 1em;
	font-style:italic;
	font-weight:700;
	color: #6D8EF2
}
/* link styles */
a:link {
	color:#191340
}
a:visited {
	color: #000
}
a:focus {
	color:#192A40
}
a:hover {
	color:#000;
	text-decoration:none
}
a:active {
	color:#CCC;
	text-decoration: underline;
}
