body {
	background: #C23D2A;
	background-image: url(images/tile.jpg);
	margin: 0px;
	}
	
.main {
	margin: 0% 12%;
	background: White;
	padding: 3ex;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: Black;
}	

/* Hides from IE5-mac \*/
* html .main {
	height: 1%;
}
/* End hide from IE5-mac */

h1 {
	font-size: 250%;  
	font-weight: normal;
	font-family: font-family: Mondine SF, Palatino, Bookman Old Atyle, Times New Roman, serif;
	color: #C23D2A;
	text-align: center;
  }
  
  h2 	{
	font-size: 200%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #C23D2A;
	text-align: center;
  }
  
h3  	{
	font-size: 200%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #C23D2A;
	text-align: center;
  }
  
h4 		{
	font-size: 150%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #C23D2A;
	text-align: center;
  }

.cartouche {
	margin: 10px;
	padding: 10px;
	background: #EDF4DA;
	border: double 5px #C23D2A;
	color: Black;
}
	
hr {
	color: #C23D2A;
	background-color: #C23D2A;
	border: 0;
	height: 3px;
	margin: 20px;
}

a:link {
		color: #3B65B9;
		text-decoration: underline;
		font-weight: bold;
	}

a:visited {
		color: #8B5D43;
		text-decoration: underline;
		font-weight: bold;
	}

a:hover {
		text-decoration: underline;
		color: #C23D2A;
		font-weight: bold;
	}

p.credits {
	font-size: 80%;
}

p.review	{
	margin-bottom:0em;
	margin: 2ex 2em 1ex 2em;
}

p.reviewer	{
	margin-top:0em;
	margin: 1ex 4em;
	font-style: italic;
	font-weight: bold;
}

p.caption 	{
	font-family: Helvetica, Arial, sans-serif;
	margin-top:1em;
	margin-bottom:0em;
	font-size: 80%;
}

img	{
	border: none;
}

.input-box {
	margin: 3px;
	color: Black;
	background: White;
	border: 1px solid #3B65B9;
	display:inline;
}
.submit-button {
	clear: both;
	font-weight: bold;
	color: White;
	background: #C23D2A;
	border : 2px #3B65B9 outset;
	margin-top:5px;
	font-size:75%;
	display:inline;
}
  
 
	

