body {
	background-color: #000000;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	color: #FFFFFF;
}

#container #logo {
	width: 100%;
}

#container #slideshow {
	text-align: center;
	background-color: #000000;
	width: 78%;
	float: right;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #menu {
	float: left;
	width: 200px;
	padding: 0px;
	position: absolute;
	top: auto;
	bottom: auto;
	margin-top: 4%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	width: 96%;
	height: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
	text-align: center;
	width: 200px;
	position: absolute;
	bottom: 0px;
}
.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
#container #aboutuscontactandweddingproofs {
	float: right;
	text-align: right;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	height: auto;
	margin-top: 2%;
	width: 75%;
}
h1 {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #505050;
}
h3 {
	font-size: 1em;
	margin-top: 15px;
	color: #FFFF00;
}
.largewhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}
.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	background-color: #000000;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #505050;
	background-image: url(menu/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: 160px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	font-weight: bold;
	font-size: 0.6em;
	border: 1px solid #505050;
	padding-top: 2px;
	padding-bottom: 2px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	font-weight: bold;
	font-size: 0.6em;
	color: #FFFFFF;
	border: 1px none #999999;
	background-color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
}

.arrowlistmenu ul li a{
	color: #CCCCCC; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 0.6em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #dadada;
}

.arrowlistmenu ul li a:visited{
color: #CCCCCC;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-color: #333333;
}
a.footer:link {
	font-weight: normal;
}
a.footer:visited {
	font-weight: normal;
}
a.footer:hover {
	font-weight: normal;
}
a.footer:active {
	font-weight: normal;
}
a.playpause:link {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
}
a.playpause:visited {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
}
a.playpause:hover {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
	font-size: 0.7em;
}
a.playpause:active {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
}

