body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #4F747E;
	font-weight: normal;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #4F747E;
	font-weight: normal;
	text-align: left;
}


#allcontent {
	width: 800px;
	margin-top: 4%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
	background-color: #FFFFFF;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#navigation li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #4F747E;
	list-style-type: none;
	font-weight: lighter;
	padding-top: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 17px;
}
#navigation li p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.88em;
	font-weight: bold;
}
#navigation li a:link, #navigation li a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #4F747E;
	text-decoration: none;
	background-image: url(../images/nav-line-up.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
}
#navigation li a:hover, #navigation li a:active {
	font-family: "Times New Roman", Times, serif;
	color: #B08F5A;
	text-decoration: none;
	background-image: url(../images/nav-line-over.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#header {
	background-color: #000000;
}
#picture {
	width: 310px;
	float: left;
	height: 456px;
}
#rightcolumn {
	float: right;
	width: 486px;
	background-image: url(../images/bg-image.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 456px;
}
#textheader {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}

#footer {
	clear: both;
	background-color: #000000;
	text-align: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
