body {
	background-image: url(images/beautymark-sitelayout2.jpg);
	background-position: center top;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #221938;
	background-repeat: no-repeat;
	margin: 0px;
}
#layout {
	width: 700px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#leftcol {
	float: left;
	width: 210px;
	margin-top: 225px;
}
#nav {
	text-align: center;
	width: 140px;
	font-weight: bold;
	margin-left: 12px;
}
#nav a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	letter-spacing: .1em;
}
#nav a:hover {
	background-color: #312B2D;
	color: #FFFFFF;
	background-image: url(images/steelrollover.jpg);
}
#contactinfo {
	font-size: 0.8em;
	margin-top: 2.5em;
	line-height: 1.6em;
	text-align: center;
}
#contactinfo a {
	color: #FFFFFF;
	text-decoration: none;
}
#contactinfo a:hover {
	color: #FFFFFF;
	background-color: #5F2F45;
	background-image: url(images/steelrollover.jpg);
}
#content {
	float: right;
	width: 390px;
	padding-right: 15px;
}
#content p {
	line-height: 1.4em;
	text-align: justify;
	font-weight: bold;
	padding-left: 10px;
}
.textaltcolor {
	color: #f9c5de;
	font-weight: normal;
}
h1 {
	font-style: italic;
	font-size: 2em;
	letter-spacing: 0.2em;
}
