body {
	background: black;
	color: white;
	font-family: "Times New Roman";
	text-align: center;
}

a:link {
	color: #C0C0C0;
}
a:visited {
	color: #C0C0C0;
}
a:active {
	color: #C0C0C0;
}
a:hover {
	color: #C0C0C0;
}

#header {
	padding-bottom: 50px;
}

h1 {
	font-size: 26pt;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2 {
	font-size: 18pt;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: underline;
}

#main_table {
	font-size: 16pt;
}

#main_table #scissors {
	float: left;
	width: 33%;
}

#main_table #text {
	font-weight: bold;
	float: left;
	width: 34%;
	line-height: 200%;
}

#main_table #barry {
	width: 33%;
	float: right;
}

#contents {
	display: block;
}

#footer {
	clear: both;
}

#makeovers {
	width: 80%;
	margin: 0 auto;
}

#makeovers img {
	width: 30%;
	padding: 5px;
}

hr {
	width: 60%;
}

/* For centering the header menu */

#centeredmenu {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#centeredmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#centeredmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#centeredmenu ul li {
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	line-height: 1.3em;
}