* {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: #c0e4f4;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	text-align: center;
}
p {
	color: #666666;
}
#page {
	width: 820px;
	margin: 20px auto 0 auto;
	background: url(imgs/body-bg2.jpg);
	text-align: justify;
}
#nav {
	background: url(imgs/nav2.jpg);
	width: 180px;
	height: 200px;
}
*html #nav {
	float: right;
}
#header {
	background: url(imgs/header2.jpg);
	/*margin: 0 0 0 180px;*/
	height: 200px;
	width: 640px;
	float: right;
}
#content {
	background: url(imgs/body2.jpg) no-repeat;
}
#sidebar {
	float: left;
	width: 160px;
	padding: 0 0 0 20px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}
#sidebar h2 {
	font-size: 13px;
	font-weight: normal;
	color: #013280;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar li {
	padding: 5px 0;
}
#sidebar img {
	border: none;
}
#sidebar a {
	text-decoration: none;
	padding: 0 3px;
	color: #666666;
	border-bottom: 1px solid #999999;
}
#sidebar a:hover {
	background: #999999;
	color: #ffffff;
}
/*--- CONTENT ---*/
#content {
	text-align: justify;
	padding: 0 20px 0 190px;
}
#content h2 {
	color: #106ed1;
	font-size: 18px;
	padding: 0;
	font-weight: normal;
}
#content h3 {
	color: #999999;
	font-size: 10px;
	padding: 0 0 10px 0;
	font-weight: normal;
}
#content p {
	font-size: 12px;
	padding: 0 0 10px 0;
	line-height: 1.5em;
}
#content a {
	/*background: #d7ecfd;*/
	border-bottom: 1px solid #666666;
	color: #666666;
	text-decoration: none;
	padding: 0 3px;
}
#content a:hover {
	background: #d7ecfd;
	color: #666666;
	border-bottom: none;
}
#content .left {
	float: left;
	margin: 0 5px 5px 0;
}
#content .right {
	float: right;
	margin: 0 0 5px 5px;
}
#content .center {
	text-align: center;
}
#content ul {
	list-style-type: none;
	padding: 0;
}
#content li {
	font-size: 12px;
	color: #666666;
	line-height: 1.6em;
}
/*--- FOOTER --- */
#footer {
	clear: both;
	background: url(imgs/footer2.jpg);
	height: 45px;
	font-size: 10px;
	text-align: center;
}
#footer p {
	padding: 15px 0 0;
	font-size: 11px;
}
#footer a {
	color: #666666;
	font-weight: bolder;
	padding: 0 3px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
#footer a:hover {
	background: #666666;
	color: #ffffff;
	border-bottom: none;
}
/* --- NAVIGATION --- */
#nav ul {
	list-style-type: none;
	padding: 20px 0 0 10px;
	width: 170px;
}
#nav a li {
	height: 30px;
	display: block;
	border: none;
}
#nav imgs {
	border: none;
}
.whenwhere a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg);
}
.whenwhere a:hover {
	background: url(imgs/menu.jpg) 0 -240px;
	height: 30px;
	width: 170px;
}
.guestbook a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg) 0 -30px;
}
.guestbook a:hover {
	background: url(imgs/menu.jpg) 0 -270px;
	height: 30px;
	width: 170px;
}
.contact a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg) 0 -60px;
}
.contact a:hover {
	background: url(imgs/menu.jpg) 0 -300px;
	height: 30px;
	width: 170px;
}
.music a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg) 0 -90px;
}
.music a:hover {
	background: url(imgs/menu.jpg) 0 -330px;
	height: 30px;
	width: 170px;
}
.volunteer a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg) 0 -120px;
}
.volunteer a:hover {
	background: url(imgs/menu.jpg) 0 -360px;
	height: 30px;
	width: 170px;
}
.guestlist a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg) 0 -150px;
}
.guestlist a:hover {
	background: url(imgs/menu.jpg) 0 -390px;
	height: 30px;
	width: 170px;
}
.rsvp a {
	display: block;
	background: url(imgs/menu2.jpg) 0 -180px;
	height: 30px;
	width: 170px;
}
.rsvp a:hover {
	background: url(imgs/menu2.jpg) 0 -420px;
	height: 30px;
	width: 170px;
}
.honeymoon a {
	display: block;
	background: url(imgs/menu2.jpg) 0 -210px;
	height: 30px;
	width: 170px;
}
.honeymoon a:hover {
	background: url(imgs/menu2.jpg) 0 -450px;
	height: 30px;
	width: 170px;
}
input {
	background: #c0e4f4;
	color: #013280;
	font-style: italic;
	border: none;
	font-size: 12px;
}
textarea {
	background: #c0e4f4;
	border: none;
	width: 300px;
	height: 150px;
	color: #013280;
	font-style: italic;
	font-size: 12px;
}
input:active {
	background: #ffffff;
}
.quote {
	padding: 0 20px 0 20px;
	font-style: italic;
}
.quote b {
	color: #013280;
}
.blank {
	background: #ffffff;
}
.job {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #999999;
}
.job strong {
	color: #013280;
}
.job p {
	padding: 0;
}
.entry {
	padding: 30px 0 30px 0;
	/*background: url(imgs/seperate.jpg) repeat-x bottom;*/
	border-bottom: 1px solid #c0e4f4;
}
.sidebartextarea {
	width: 160px;
	height: 100px;
	margin: 0 0 10px 0;
}
.highlighted {
	padding: 0 10px;
	background: #d7ecfd;
}
hr {
	display: none;
	border-bottom: 1px solid #c0e4f4
}
.entry img {
	border: none;
}
.state {
	padding: 0 10px 0 0;
}
.comment {
	font-style: italic;
	color: #999;
	font-size: 10px;
}
label:hover {
	background: #D7ECFD;
}
label {
	padding: 2px 2px 0 2px;
}
.bubble {
	width: 510px;
	margin: 0 auto;
}
.top {
	background: url(../imgs/bubble-top.jpg);
	height: 10px;
}
.message {
	background: url(../imgs/bubble-message.jpg);
	padding: 0 10px;
	font-size: 12px;
	color: #0c4160;
}
.from {
	background: url(../imgs/bubble-from.jpg) no-repeat;
	height: 30px;
	padding: 10px 0 0 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0c4160;
}
