html {
	overflow: scroll;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(/images/common/top_fade.jpg);
	background-repeat: repeat-x;
	background-color: #dcc2fb;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#main_wrap {
	width: 920px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
.clearBoth {
	clear: both;
	height: -1px;
}
.noTopMargin {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

/* ------------ Header area -------------- */

#wedcar_header {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100px;
	width: 920px;
	overflow: hidden;
}
#wedcar_header p {
	display: none;
}
#shadow {
	background-image: url(/images/common/navigation_shadow.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

/* ---------- Text styles ----------------- */

.introText {
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0px 0px 0px;
}
.noUnderline {
	text-decoration: none !important;
}
.smallText {
	font-size: 12px;
	line-height: 15px;
	color: #9b9b9b !important;
	margin-top: 30px !important;
}
.smallText a {
	color: #a57ed0 !important;
}
.smallText a:hover {
	color: #f0e2ff !important;
}
.sidePanelContent .smallText {
	font-size: 10px;
	line-height: 13px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: #7e7e7e !important;
	margin-top: 10px !important;
}

p {
	font-size: 14px;
	line-height: 20px;
	color: #3c3c3c;
}
.post {
	font-size: 14px;
	line-height: 20px;
	color: #3c3c3c;
}
#pageContent a, #bottomText a, #copyrightLine a {
	color: #5b1ea2;
}
#pageContent a:hover, #bottomText a:hover, #copyrightLine a:hover {
	color: #eddeff;
	background-color: #884fc9;
}

#bottomText p {
	margin: 15px 20px 15px 20px;
	text-align: center;
}

hr {
	margin: 35px 0px 0px 0px;
	color: #ffffff;
	height: 1px;
}