html, body {
	background-color: #c0ab8e;
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	background-image: url(images/fakeoldpaper.jpg);
	background-repeat: repeat;
}

.main {
	position: relative;
	background-color: none;
	height: 100%;
	width: 100%; }

.header {
	position: absolute;
	background-color: none;
	height: 359px;
	width: 70px;
	left: 341px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	}
.blog {
	position: absolute;
	background-color: white;
	height: 400px;
	width: 400px;
	left: 0px;
	top: 120px;
	margin: 0px;
	padding: 10px;
	overflow: auto;
	border: thin solid #000000;
	}
.intro {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
.opener {
	font-size: 11px;
	position: absolute;
	background-color: none;
	height: 280px;
	width: 400px;
	left: 250px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: black;
	line-height: 1.3em;
	}

.menutext, .bigphoto {
	font-size: 11px;
	font-weight: normal;
	font-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
}

A.leftMenu:link, A.leftMenu:visited, A.leftMenu:hover, .selected {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: verdana;
	text-decoration: none }

A.leftMenu:visited {
	color: #000000;}

A.leftMenu:hover {
	color: white;
}
.selected {
	color: yellow;
}

.bigphoto {
	position: relative;
	background-color: none;
	left: 10px;
	top: 350px;
	width: 680px;
	height: 320px;
	}
.continue:link, .continue:visited, .continue:hover {
	font-weight: bolder;
	font-size: 16px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none }

.continue:visited {
	color: #000000;}

.continue:hover {
	color: red;
}
.designed {
	background-color: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	line-height: 1.75em;
}
.beau:link, .beau:visited, .beau:hover {
	font-size: 10px;
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none }
.beau:hover {
	color: white;}