html{
	height:100%;
}

.menu_hide {
	display: none;
	border: 0px;
}

.menu_show {
	display: table-row;
	border: 0px;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*body.frame {
	background-color: #d7d6d6;
}*/

body.frame{
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
}

body.main {
	/*overflow: hidden;*/
	margin: 2px 0px 5px 0px;
}

body.home { 
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url('sections/home/images/homebg.png');
	color: #ffffff;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
}

body.weddings {
	background-position: bottom right;
	margin: 5px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url('sections/weddings/images/bg.png');
	color: #ffffff;
	font-size: 16px;
}

/*
body. {
	background-color: #000000;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('sections/other/images/bg.png');
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}*/

.content{
	padding: 15px;
}
body, td {
	font-size: 14px;
}

td.weddings_main {
	padding: 10px;
}

.movie_border {
	border: 2px;
	border-style: solid;
	width: 208px;
	height: 140px;
	margin: 25px;
}

td.side_menu {
	width: 155px;
	background-color: #000000;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(images/navmenu.png);
	height: 100%;
	border: 1px;
	border-style: solid;
	border-color: #ffffff;
	vertical-align: top;
	color: #999;
}

td.frame {
	width: 845px;
	height: 100%;
	border: 1px;
	border-style: solid;
	border-color: #ffffff;
	text-align: left;
	vertical-align: top;
}

td.menu {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 145px;
}

img {
	border: 0px;
}

img.header {
	border: 1px;
	border-color: #ffffff;
	border-style: solid;
}

.active_link {
	background-image: url(images/select.gif);
}

a {
	color: #ff0000;
}

a.menu_link {
	color: #ffffff;
	text-decoration: none;
}

