/*red carpet c10b00*/

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {margin:10px 0;}
li {margin:5px 0;}
p {margin:10px 0;}

/************************************/

/*layout & main divs*/
body {margin:0;	height:100%;text-align:center;}
#wrapper {width:90%;margin:10px auto;text-align:left;min-width:700px;}

#navH {
	padding:10px 0 10px 0;
	margin:10px 0 0 0;
	text-align:center;
	border-top:1px dotted gray;border-bottom:1px dotted gray;
	float:left;
	width:100%;}
#navH li {
	display:inline;
	float:left;
	width:15%;
	border-right:1px dotted gray;}
#navH li.last{border-right:0;}

#navV {
	width:19%; 
	float:left;
	border-right:1px dotted gray;}
#navV ul {padding:0;margin:10px;}
#navV li {
	list-style:none;
	margin:0;padding:0;
	line-height:2em;
	font-size:.8em;}

#content {width:78%;float:right;}
#footer {font-size:.9em;clear:both;}

/*font*/
body {font-family: Arial, Helvetica, sans-serif; font-size: 1em; line-height: 1.1em;}
h1,h2, h3, h4 {
	font-family:pristina,papyrus,serif;
	text-align:center;
	font-weight:bold;
	padding:10px 0;}
h1{font-size:1.6em;line-height:1.4em;}
h2{font-size:1.4em;line-height:1.15em;}

	
/*color and background*/
body, html {
	background-image:url(images/rice.jpg);  
	background-attachment:fixed;
	color: #000000;}
	
a, #header a:hover {color:black;}
a:hover, #header a, #navV a.active, #navH a.active, h1,h2, h3, h4{color:#c10b00;}
#navV a, #navH a, #header a{text-decoration:none;}


/*misc classes and ids*/
#godo {
	width:100%;
	margin-top:20px;
	font-size:1.2em;
	line-height:1.5em;
	text-align:left;
}
#quotebox{
	background:transparent;
	color:#c10b00;
	font-size:.9em;
	font-style:italic;font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 
	margin-left:1px;
	overflow:auto;
	text-align:center;
	border:0;}

.floatLeft{float:left;}
.grayTable {border:2px inset gray;text-align:left; width:100%;}
.underline td{border-bottom:2px inset gray;padding-bottom:3px;}

.leftdiv {
	width:20%;
	float:left;
	color:#FF0000;
	font-family:pristina,papyrus,serif;
	font-size:2.6em;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;}
.centerdiv{
	float:left;
	margin-left:1%;
	text-align:center;
	width:58%;}
.rightdiv {
	float:right;
	text-align:left;
	width:20%;}
	

.myleft{float:left;width:50%;text-align:left;}
.myright{float:right;width:50%;text-align:right;}