body {
	font-size:				medium;
	font-family:			san-serif;
	background-color:		#000;
	color:					#64bcd9;/*#E5DB9A;*/
}

a:link, a:visited, a:active {
	color:					#ffeeee;
	text-decoration:		none;
}

a:hover {
	color:					#eeeeff;
	text-decoration:		underline;
}

#Wrapper {
	position:				relative;
	width:					800px;
	margin-right:			auto;
	margin-left:			auto;
}

#Title {
	width:					800px;
	height:					64px;
	background-image:		url(../images/SR_Title.gif);
}

#BottomNavTable, #BottomNavTable tr, #BottomNavTable td, #NavTable, #NavTable tr, #NavTable td {
	border: 				none;
	border-collapse: 		collapse;
	padding:				0px;
}

#BodyContent {
	position:				relative;
	height:					406px; /*428px;*/
	width:					800px; /*740px;*/
	background-image:		url(../images/SR_Body_Background.gif);
	/*padding:				15px	30px	15px	30px;*/
}

#TopNav {
	font-size:				0px;
}

a img {
	border:					none;
}

#Content {
	position: 				absolute;
	left:					-50px;
	width:					453px;/*753px;*/
	height:					365px;
	/*border:					1px solid #fff;*/
	margin:					13px	0px		0px		13px;
	padding:				10px	10px	0px		0px;
	text-align:				center; /*justify;*/
	line-height:			1.4;
	font-size:				138%;
	font-family:			"Papyrus", "Apple Chancery", san-serif;
	overflow:				auto;
}

#Picture {
	position:				absolute;
	right:					-50px;
	width:					400px;
}

#BottomNav {
	clear:					right;
}

#LeftContent h4 {
	text-align:				center;
}

#RightContent {
	float:					right;
	margin:					70px	40px	0px		0px;
}

#RightContent img {
	border:					1px solid #888;
}

.italic {
	font-style:				italic;
	/*color:					#ffeecc;*/
}

p.statement {
	text-align:				left;
	font-size:				85%;
	margin-top:				5px;
}

h4 {
	margin-top:				15px;
	margin-bottom:			0px;
	color:					#64bcd9;
}

h5 {
	text-align:				left;
	margin-bottom:			0px;
	color:					#64bcd9;
}

p.aboutfusing {
	text-align:				left;
	font-size:				90%;
}

p.links {
	text-align:				left;
	font-size:				90%;
}