#Header {
	float: left;
	height: 90px;
	width: 1020px;
	background-image: url(https://www.kuikens.com/images/partypic.jpeg);
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#NavBar {
	float: left;
	height: 19px;
	width: 1020px;
	text-align: center;
	font-size: 14px;
	background-color: #424242;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#Main {
	float: left;
	width: 1020px;
	background-color: #151515;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#Notice {
	float: left;
	width: 1020px;
    line-height: 140%;
	background-color: #424242;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#Photo {
	float: left;
	width: 1020px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#Footer {
	float: left;
	height: 20px;
	width: 1020px;
	text-align: center;
	font-size: 14px;
	background-color: #424242;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#Wrap {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

a:link, a:visited  { color: #ffff00; text-decoration: none; }
a:hover { color: #ffff00; text-decoration: underline; }

body { font-size: 12px; font-family: verdana; color: white; background: black; }
p { margin: 0px; text-align: justify; color: #E6E6E6; }
h1 { font-size: 20px; font-weight: normal; display: inline; margin: 5px; }
h2 { font-size: 16px; font-weight: bold; margin: 3px; display: inline; }
h3 { font-size: 14px; font-weight: bold; margin: 0px; display: inline; }
