body {
	width: 800px;
	text-align: center;
	margin: auto;
	}

#container {
	width: 100%;
	margin: 50px 0px;
	bg-color: #000000;
	}


a:link:hover, a:visited:hover {
	color: #800000;
}

#header { 
	width: 100%;
	text-align: right;
	}

#header img {
	border: 0px;
	align: right;
	}

#header a:link:hover, a:visited:hover {
	color: #800000;
}

#nav {
	width: 100%;
	text-align: right;
	margin-top: 15px;
	}


#nav a {
	margin: 10px;
	color: #444444;
	font-family: arial;
	font-size: 12pt;
	text-decoration: none;
	}

#content {
	width: 100%;
	text-align: left;
	color: #333333;
	font-family: arial;
	font-size: 12pt;
	margin-top: 40px;
	}

#content img {
	border-style: none;
	}

#content a {
	color: #333333;
	font-family: arial;
	font-size: 12pt;
	text-decoration: hover;
	}

#inline {
	text-align: left;}

#inlinecontent {
	padding: 30px;
	bg-color: #ffffff;
	color: #ffffff;
	font-family: arial;
	font-size: 12pt;
	}
	
.hidden {
	  display: none;
	}

#about {
	position: relative;
	left: -20px;
	text-align: center;
	color: #333333;
	font-family: arial;
	font-size: 12pt;
	margin-top: 40px;
	}

#about img {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 50px;
	}


a:link, a:visited {
	color: #555;
	font-family: arial;
	font-size: 12pt;
	border-style: none;
	padding: 0px;
	text-decoration: none;
	}


#contact {
	margin: 20px 150px 0 130px;
	padding: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	text-align: left;
	color: #333333;
	font-family: arial;
	font-size: 12pt;
	
	}

#contact h1 {
	position: relative;
	top: -15px;
	font-family: arial;
	font-weight: bold;
	color: #222222;
	font-family: arial;
	font-size: 24pt;
	text-align: center;
	}
