/* Style Sheet */

body {background-image: url("../assets/Texture0110_blue.jpg"); 
      font-family:Arial,Garamond,Courier New,sans-serif;
      font-size: 9pt;
      margin: 5;
	  text-align: center;}

a:link {background-color:#ffffff;
	color:006699;
	text-decoration:none;}

a:visisted {background-color:#ffffff;
	color:006699;
	text-decoration:line-through;}

a:active {background-color:#ffffff;
	color: 006699;}

/* -------- boxes -------- */			
	
#container {
	text-align: center;
	width: 750;
	height: 550;
	border: black solid 1px;
	background-color:#ffffff;
	color:#ffffff;
	}

#header {text-align: center;}

#main {text-align: center;
	width: 750px;
	}	

#sidenav {width: 135px;
	float:left;
	}	
	
#content_tomato {width: 615px;
	height: 539px;
	background-image: url("../assets/blue_tomato_bg.gif"); 
	background-repeat: no-repeat;	
	background-color:#ffffff;
	color: #ffffff;
	float:right;
	color:black;
	font-size: 9pt;
	text-align: left;
	line-height: 2em
	}
	
#content_tomato_noline {width: 615px;
	height: 553px;
	background-image: url("../assets/blue_tomato_bg_noline.gif"); 
	background-repeat: no-repeat;	
	background-color:#ffffff;
	color: #ffffff;
	float:left;
	color:black;
	font-size: 9pt;
	text-align: left;
	line-height: 2em
	}	
	
	
#content_cilantro {width: 615px;
	height: 539px;
	background-image: url("../assets/cilantro_bg.gif"); 
	background-repeat: no-repeat;	
	background-color:#ffffff;
	color: #ffffff;
	float:right;
	color:black;
	font-size: 9pt;
	text-align: left;
	line-height: 2em
	}	
	
#content_jalapeno {width: 615px;
	height: 539px;
	background-image: url("../assets/jalapeno_bg.gif"); 
	background-repeat: no-repeat;	
	background-color:#ffffff;
	color: #ffffff;
	float:right;
	color:black;
	font-size: 9pt;
	text-align: left;
	line-height: 2em;
	}	

.padding-2 {margin:2px;}
.padding-4 {margin:4px;}
.padding-8 {margin:8px;}
.padding-16 {margin:16px;}
.padding-sides {left-margin:16px; right-margin:16px;}
.padding-30 {margin:30px;}
	
/* -------- text styles -------- */			

#footer {color:black;
		font-size: 8pt;
		text-align:center;
		width:750;}

a.footer {color:#333366;
	text-decoration:none;}

a.footer:visisted {
        color:#333366;
	text-decoration:none;}	
	
a.footer:active {
        color:#333366;
	text-decoration:none;}	
	
