/* CSS Declarations for Yank Sing Weddings Site Styles */

body {
	background-image: url(img/shared/body_bg_fade.jpg);
	background-repeat: repeat-x;
	background-color: #390000;	
	margin: 15px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	position: center;
	width: 798px;
}


/* Masthead Elements
----------------------------------------------- */

#yank-sing-logo {
	position: relative;
	top: 0px;
	left: 0px;
	height: 113px;
	width: 168px;
}

#yank-sing-md {
	position: relative;
	width: 798px;
	height: 113px;
	background-image: url(weddings/img/masthead_bg.jpg);
	background-repeat: no-repeat;
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size: 20px;
	color: #FFFFFF;
}

#goldbar {
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 798px;
	height: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Main Navigation
----------------------------------------------- */

.main_nav {
	position: absolute;
    width: 400px;
	margin-top: 80px;
    margin-bottom: 5px;
    margin-left: 382px;
	margin-right: 0px;
	text-align: right;
	top: 0px;
    font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}


/* Main Page Content
----------------------------------------------- */

#left_content_container {
	padding-right: 5px;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	position: relative;
	width: 438px;
	top: 0px;
	left: 0px;
}

.main_content_container {
	padding-right: 38px;
	padding-left: 38px;
	padding-top: 21px;
	padding-bottom: 18px;
	background-color: #FFFFFF;
	border: 6px solid #e4e0c6;
	position: relative;
	width: 350px;
	top: 0px;
	left: 0px;
	text-align: center;
}

.menu_content_container {
	background-image: url(weddings/img/menu/menu_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 346px;
	height: 171px;
	top: 0px;
	left: 0px;
	text-align: left;
	margin-top: 15px;
	padding-left: 20px;
	padding-top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #670101;
}

.gallery_buttons_container {
	position: relative;
	width: 350px;
	height: 227px;
	top: 0px;
	left: 0px;
	text-align: left;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 7px;
}

#page_header {
	background-color: #FFFFFF;
	position: relative;
	width: 200px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#gallery_page_header {
	background-color: #FFFFFF;
	position: relative;
	width: 200px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}

#main_body_text {
	background-color: #FFFFFF;
	position: relative;
	width: 347px;
	top: 0px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7e736b;
}

#page_endcap {
	position: relative;
	width: 33px;
	height: 11px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
}


/* Large Background Photo
----------------------------------------------- */

#venue_body_bg {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(weddings/img/venue/venue_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 798px;
}

#service_body_bg {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-image: url(weddings/img/service/service_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 798px;
}

#menu_body_bg {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-image: url(weddings/img/menu/menu_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 798px;
}

#gallery_body_bg {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-image: url(weddings/img/gallery/gallery_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 798px;
}


/* Links
----------------------------------------------- */

a:link, a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
    font-family: "Times New Roman", Times, serif;
	font-size: 16px;	
	color: #f7c35c;
	text-decoration: none;
}

a.footer:link, a.footer:visited  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f7c35c;
	text-decoration: none;
}

a.current:link {
	font-size: 16px;
	color: #f7c35c;
	text-decoration: none;
}

a.current:hover {
	font-size: 16px;
	color: #f7c35c;
	text-decoration: none;
}

a.current:visited {
	font-size: 16px;
	color: #f7c35c;
	text-decoration: none;
}

a.menu:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #670101;
	text-decoration: none;
}

a.menu:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #7e736b;
	text-decoration: none;
}

a.menu:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #670101;
	text-decoration: none;
}


/* Footer
----------------------------------------------- */

#footer {
	position: relative;
	height: 38px;
	width: 798px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	background-color: #4a0001;
}

#footer_info {
	position: absolute;
	height: 20px;
	width: 500px;
	margin-top: 11px;
	margin-left: 15px; 
	left: 0px;
	top: 0px;
	text-align: left;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#footer_ys_main_link {
	position: relative;
	height: 20px;
	width: 267px;
	padding-top: 11px;
	margin-right: 15px; 
	left: 516px;
	top: 0px;
	text-align: right;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#copyright {
	position: relative;
	height: 20px;
	width: 798px;
	margin-top: 5px;
	text-align: right;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #9c8080;
	margin-right: auto;
	margin-left: auto;
}



