@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers# The text is then set to the left aligned default in the container selector */
	color: #000;
	background-color: #EDE0BE;
}
#upper {
	padding-bottom: 15px;
	background-color: #ECDFBD;
	background-image: url(images/chezrefnew2009_02.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0px auto;
	width: 899px;
	position: relative;
}


#container {
	width: 899px;
	text-align: left; /* this overrides the text-align: center on the body element# */
}
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it# If an image is used in the header instead of text, you may want to remove the padding# */
	margin-top: 0px;
	height: 73px;
}
#navi {
	background: url(images/chezrefnew2009_03.jpg) no-repeat;
	height: 14px;
	margin-top: 0px;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#kennypicture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 385px;
	width: 716px;
	margin-top: 0px;
	margin-left: 116px;
}
#lower #wrapperbtm .rikelogo {
}





#mainContent {
	padding: 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 5px;
	border: 1px solid #999;
	text-align: left;
	position: relative;
}
#wrapper #container #mainContent p {
	text-align: center;
	padding: 0px;
}

#mainContentback {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #999;
	text-align: left;
}
#wrapper #container #mainContentback .titlebox {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 14px;
	background: #CCC;
}

.normaltextarialcenterback {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}


#footer {
	padding: 0px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it# */
	background:#DDDDDD;
	margin-top: 20px;
	border: 1px solid #999;
	text-align: left;
}
#wrapper #container #footer p {
	text-align: left;
}
#lower {



}

#wrapperbtm {
	margin: auto;
	width: 889px;
	padding: 10px 5px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #666;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
#lower #wrapperbtm .rikelogo {
	height: 53px;
	width: 281px;
	float: right;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.link {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration:none
}
.link:visited {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration:none
}
.link:active {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration:none
}
.link:hover {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration:underline
}

.navlink {
	color: #E9DAB1; font-family:Georgia, "Times New Roman", Times, serif; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration:none
}
.navlink:visited {
	color: #E9DAB1; font-family:Georgia, "Times New Roman", Times, serif; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration:none
}
.navlink:active {
	color: #E9DAB1; font-family:Georgia, "Times New Roman", Times, serif; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration:none
}
.navlink:hover { 
	color: #E9DAB1; font-family:Georgia, "Times New Roman", Times, serif; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-decoration:underline
}
.biglink {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 14px; FONT-WEIGHT: bold; text-decoration:none
}
.biglink:visited {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 14px; FONT-WEIGHT: bold; text-decoration:none
}
.biglink:active {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 14px; FONT-WEIGHT: bold; text-decoration:none
}
.biglink:hover {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 14px; FONT-WEIGHT: bold; text-decoration:underline
}
.biggerlink {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 18px; FONT-WEIGHT: bold; text-decoration:none
}
.biggerlink:visited {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 18px; FONT-WEIGHT: bold; text-decoration:none
}
.biggerlink:active {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 18px; FONT-WEIGHT: bold; text-decoration:none
}
.biggerlink:hover {
	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 18px; FONT-WEIGHT: bold; text-decoration:underline
}
.normaltextarialcenter{
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
}.normaltext{
	font: 12px Arial, Helvetica, sans-serif;
}
.blackboldtextarial{
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
.bigblackboldtextarial{
	font: bold 14px Arial, Helvetica, sans-serif;
}
.bluetextbold {

	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 12px; FONT-WEIGHT: bold
}
.bigbluetextbold {

	COLOR: #0000cc; FONT-FAMILY: arial, helvetica; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
.redboldtextarial{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #F00;
}
.bigredboldtextarial{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #F00;
}
.blackboldtextarialcolumnheader {
	font: bold 12px Arial, Helvetica, sans-serif;
	background-color: #E8D9B0;
}
