/* CSS Document */

body	{
text-align: center;
background-color: #000000;
margin: 0 auto 0 auto; /* this is so it won't float weirdly. It makes the whole thing will flush to the top */
padding: 0; /* this is so it won't float weirdly. It makes the whole thing will flush to the top */
}

ul	{
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
}

li	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #CCCCCC;
}

#thumbnails	{
background-image:url(images/ricefields_main_11.jpg);
background-repeat: no-repeat;
}

#porfolio_navbar	{
	background-image:url(images/ricefields_subnavbar_long.jpg);
	background-repeat: no-repeat;
}

.bottomnav	{
width: 740px;
height: auto;
font-family: arial, helvetica, sans-serif;
font-size: 9px;
text-align: center;
color: #FFFFFF;
margin: 0;
padding: 20px 0 40px 0;
}

.title_strong	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}

.header_strong	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #CCCCCC;
}

.header	{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-weight: bold;
		margin: 0;
		overflow: hidden;
		height: 32px;
		width: auto;
		padding: 0;
}

.maintext {width: auto;
height: auto;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
text-align: left;
line-height: 1.5;
color: #FFFFFF;
margin: 0;
float: left;
padding: 0px 50px 0px 50px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.style4 {font-size: 18px}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; }

.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.style23 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

.style17 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; }
.style26 {font-size: 14px}
.style28 {
	font-size: 10px;
	font-style: italic;
}
.style24 {font-size: 14px}
.style25 {font-size: 16px}
.style21 {font-size: 24px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.style22 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}