/* Cassiopia Wedding CSS */

body{
	color: #634607;
	background: #F5F3E6 url(images/css/bg_page.gif);
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
a {
	color: #73610E;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #463E1B;
	text-decoration: underline;
}
#container{
	margin: 0px;
	height: 500px;
	background: url(images/css/bg_wallpaper.jpg) top left repeat-x;
}
#subcontainer{
	width: 524px;
	background: url(images/css/bg_content.png);
	border: 2px solid #B9B292;
	padding: 10px 0px 10px 55px;
	position: absolute;
	top: 75px;
	left: 151px;
	z-index: 2;
}
h1.title {
	margin: 0px;
	width: 595px;
	height: 127px;
	position: absolute;
	top: -65px;
	left: 0px;
	text-indent: -4000px;
	background: url(images/css/title.gif) no-repeat;
}
#nav {
	position: absolute;
	top: 70px;
	left: -151px;
	width: 222px;
	z-index: 3;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
}
#nav ul a{
	display: block;
	width: 222px;
	height: 75px;
	margin-bottom: -25px;
}
#nav ul a span {
	display: none;
}
#nav a.home{
	background: url(images/css/buttons_home.gif) no-repeat;
}
#nav a.about{
	background: url(images/css/buttons_about.gif) no-repeat;
}
#nav a.contact{
	background: url(images/css/buttons_contact.gif) no-repeat;
}
#nav a.gallery{
	background: url(images/css/buttons_gallery.gif) no-repeat;
	padding-bottom: 40px;
}
#nav a.corsets	{
	background: url(images/css/buttons_corsets.gif) no-repeat;
	margin-top: -50px;
}
#content {
	background: url(images/css/paper_bg.gif) repeat-y;
}
#text {
	background: url(images/css/paper_top.gif) top left no-repeat;
	padding: 45px 90px 50px 50px;
}
#paper_bottom {
	height: 149px;
	background: url(images/css/paper_bottom.gif) bottom no-repeat;
}
p.footer {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
#dress {
	width: 279px;
	height: 557px;
	background-image: url(images/css/dress.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#site_down {
	width: 480px;
	height: 324px;
	border: 2px solid #B9B292;
	margin: 30px 94px;
	padding: 200px 100px 0px 200px ;
	background: url(images/css/temp_site_down.jpg) #F5F3E6;
}

/* gallery stuff */

#subcontainer_gallery{
	width: 824px;
	background: url(images/css/bg_content.png);
	border: 2px solid #B9B292;
	padding: 10px 0px 10px 5px;
	position: absolute;
	top: 75px;
	left: 10px;
	z-index: 2;
}
h1.gallery_title {
	margin: 0px;
	width: 595px;
	height: 127px;
	position: absolute;
	top: -65px;
	left: 242px;
	text-indent: -4000px;
	background: url(images/css/title.gif) no-repeat;
}
#dress_gallery {
	width: 279px;
	height: 557px;
	background-image: url(images/css/dress.jpg);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#thumbs {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
}
#thumbs li {
}
#thumbs ul a{
	display: block;
	width: 160px;
	height: 100px;
}
#thumbs ul a span {
	display: none;
}
#thumbs a.home{
	background: url(images/css/buttons_home_gallery.gif) no-repeat;
}

#gallery {
	background: url(images/css/paper_wide_bg.gif) repeat-y;
}
#gallery_main {
	background: url(images/css/paper_wide_top.gif) top left no-repeat;
	padding: 45px 50px 50px 26px;
}
img.thumbnail {
	margin: 5px 10px;
	padding: 5px;
	border: 1px solid #634607;
}
#gallery img {
	margin-left: 24px;
}
#paper_bottom_gallery {
	height: 149px;
	background: url(images/css/paper_wide_bottom.gif) bottom no-repeat;
}
