@charset "utf-8";
/* CSS Document */
h2 {
	color: #391D04;
	font-size: x-large;
	font-weight: bold;
}
#rightcontent {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 30px;
	background-image: url(../images/longaboutmefade.gif);
	height: 255px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
			/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	border: 1px solid #D4CBC4;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#Container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D4CBC4;
	margin-top: 0px;
	padding: 20px;
	border: 1px solid #F4CAA8;
	font-family: Arial, Helvetica, sans-serif;
			/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	border: 1px solid #D4CBC4;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
a:link {
	color: #770000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #391D04;
}
#TopNav {
	padding: 20px;
	background-image: url(../images/aboutmefade.gif);
			/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	border: 1px solid #D4CBC4;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
body {
	background-color: #000000;
	background-image: url(../images/browngrade.png);
	background-repeat: repeat-x;
}
#Containerwrap {
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/transpixel.png);
	background: rgba(255, 255, 255, 0.1) none;
	width: 800px;
		/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	border: 1px solid #000;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#imagecontainer {
	background-color: #000000;
	width: 45%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.storycontentcolor {
	font-size:12pt;
	font-weight: bold;
}
table {
	background-color: #000000;
	color: #FFFFFF;
}

