@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.oneColLiqCtrHdr #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px double #00F;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-color: #190084;
	height: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	background-color: #190084;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-style: solid;
	border-top-color: #00F;
	border-top-width: 5px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#nav {
	margin-top: 20px;
	margin-left: 20px;
	border-top: 2px;
	border-top-color: #FFF;
	border-top-style: solid;
}
#logo {
}
.smallname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.5em;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
#Name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #FFF;
	top: 94px;
	position: absolute;
	height: 80px;
	width: 500px;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#content {
	background-image: url(imagesNew/Backgrounds/blspeck.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #0F0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #container #header #name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #FFF;
	margin-left: 10px;
}
.boxborder {
	color: #FFF;
	background-image: url(imagesNew/Backgrounds/blspeck.jpg);
	border: medium solid #00F;
	width: 100px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-align: center;
	margin-left: 20px;
}
#pickone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #FFF;
	background-image: url(imagesNew/Backgrounds/blspeck.jpg);
	margin: 10px;
	padding: 30px;
	height: 600px;
	width: 800px;
}
#maincontent {
	padding-right: 10px;
	padding-left: 10px;
}
#paddingfix {
	padding-right: 10px;
	padding-left: 10px;
}
#video {
	padding-left: 20px;
	text-align: center;
}
#rsvp {
	margin-left: 20px;
}
#sidebarindex {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: double;
	border-top-color: #3A00FC;
	border-right-color: #3A00FC;
	border-bottom-color: #3A00FC;
	border-left-color: #3A00FC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	font-size: 100%;
}
#pay {
	padding-left: 25px;
}
