.RubyNormal, maintext p	{
	font-size: 10pt;
	color: #444444;
}

/* main */	
#maincontent {
	width: 450px;
	text-align: center;
}
#maincontent p {
	text-align: justify;
	vertical-align: middle;
}
.topImages {
	text-align: center;
	width: 420px;
	vertical-align: middle;
}

.topImages img {
	border: 1px solid #000000;
	margin-left: 3px;
	vertical-align: middle;
	background-color: gray;
	float: left;
}

/* home */
#picrelDIV {
	position: relative;
	height: 380px;
	width: 442px;
	background-color: #000000;
}
#picDIV {
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.homeImg {
	border: 0;
}

/* aboutus */

/* contactus */
input,select,textarea,submit,file, button {
	font-size:10pt;
	color:#000000;
	border: 1px solid #444444;
	padding: auto 2px;
	margin: 0;
}
#maintext, #mailtable {
	margin-top:1em;
	width: 100%;
	text-align:center;
}

/* left nav */

#leftpad {
	width: 25px;
}
/* footer */
#bottomnav {
	font-size:x-small;
	text-decoration:none;
}
#bottomnav a {
	color:#444;
}
#bottomnav a:hover {
	color:#9C1D46;
}
.copyright {
	font-weight: normal;
}
#bottomnavcontainer {
	font-size:7.5pt;
	text-align:center;
	color:#333;
}
#bottomnavcontainer a:hover{
	color:#9C1D46;
}
.accesskeys a em,#bottomnav a em {
	font-style:normal;
	text-decoration:underline;
}
.RubyFooter	{ 
	font-size: 100%;
	color: #444;
	text-align: center;
	width:100%;
	font-weight: lighter;
}
.RubyFooter:hover { 
	color: #000;
}
pre.RubyFooter {
	font-family:Arial, Verdana, sans-serif;
}
/* misc */
.clear {
	clear:both;
	float:none;
}

