body 
{
	background: #EAC5EB url("../images/background_lighter.jpg") top center no-repeat;
	margin: 0;
	padding: 0;
	font: 11px "Verdana",sans-serif;
	color: #659;
	text-align: center;
}

.display-none
{
	display: none;
}

#container
{
	width: 786px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 786px;
	height: 167px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/header.png") 0px 0px no-repeat;
}

#header h1
{
	display: none;
}


/* Title Styles */

h1,h2,h3,h4,h5
{
	color:#97A;
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 10px 0 0;
	padding: 0;
}

h2
{
	font-size: 2em;
}

h3
{
    font-size: 1.5em;
}

h4
{
    font-size: 1.2em;
}

.content-header
{
	height: 56px;
	overflow: hidden;
	background: url("../images/content_header.png") no-repeat;

}

.content-header h2
{
/*	display: none;*/
    padding: 0 15px;
    margin: 0;
    font: 18px/56px "Trebuchet MS",sans-serif;
    letter-spacing: 2px;
    color: #9a90b7;
    font-weight: normal;
    text-transform: uppercase;
}

div.content-title
{
	display: block;
	height: 56px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.recent-news
{
	background: url("../images/headers/recent_news.png") no-repeat;
}

div.recent-news h2
{
    display: none;
}

.right-content-header
{
	margin: 0;
	background: url("../images/right_content_header.png") no-repeat;
	height: 48px;
	overflow: hidden;
	clear: left;
}

.right-content-header h2
{
	font: 1.6em/2.6em "Trebuchet MS",sans;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	display: none;
}
div.right-content-title
{
	display: block;
	height: 48px;
	margin: 0;
	padding: 0;
}

div.right-calendar
{
	background: url("../images/headers/right_header_calendar.png") no-repeat;
}

div.right-upcoming-events
{
	background: url("../images/headers/right_header_upcoming_events.png") no-repeat;
}


/* ------------ */



#container
{
	width: 786px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background: #fff url("../images/main_body_background.png") top left repeat-y;
}

#main-body
{
	width: 786px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background: url("../images/main_body_shadow_background.png") top right no-repeat;
}

.main-content
{
    padding: 5px 15px;
    background: #fff;
}

#left-content
{
	width: 545px;
	padding: 0 2px 0 5px;
	margin: 0;
	overflow: hidden;
	float: left;
}

#right-content
{
	width: 234px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: right;
	color: #EDF;
}

#right-content p
{
	margin: 5px;
}

#right-content h2
{
	margin: 0;
	padding: 0;
}

#right-content .events ul
{
	margin: 10px;
	padding: 0;
}

#right-content .events ul li
{
	list-style: none;
	overflow: hidden;
	border: 1px solid #EDF;
	background: #A9C;
	font: 1em/1.4em Verdana;
	padding: 0px 0px 0px;
	margin: 5px 0px;
}

#right-content .events-date
{
	padding: 3px 4px;
	color: #96A;
	background: #EDF;
}

#right-content .events-link
{
	padding: 3px 4px;
	border-left: 0px;
}

#right-content .events a
{
	color: #EDF;
	text-decoration: none;
}

/* REGISTRY */

a.dillards-registry
{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 10px auto 0px;
	padding: 60px 0 0 200px;
	background: url("../images/dillards_registry.png") no-repeat;
	border-bottom: 1px solid #fff;
}

a.bedbathbeyond-registry
{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 10px auto 0px;
	padding: 60px 0 0 200px;
	background: url("../images/bedbathbeyond_registry.png") no-repeat;
}

p
{
	font: 1em/1.3em Verdana;
	margin: 10px;
}

ul.no-bullets
{
    list-style: none;
	font: 1.2em/1.6em Verdana;
    margin: 0;
    padding: 0 15px 15px 25px;
}
