/* CSS Document */

body {
	background-color: #C2B49D;
	text-align: center;
	font-size: 0.9em;
	font-family: "Times New Roman", Times, serif; }
	/*was arial 0.75em*/

h1 {
	color: #C33927;
	font-size: 2.1em;
	font-weight: normal;
	line-height: 0.75em; }

a {
	text-decoration: none;
	color: #C33927; }

a:hover {
	text-decoration: underline; }

.red { 
	color: #C33927;
	font-weight: bold; }

#master {
	width: 850px;
	height: 500px;
	margin: 30px auto;
	margin-bottom: 10px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
	background-image: url(images/template/bigcup.jpg);
	background-position: top right;
	background-repeat: no-repeat; }
	
#footer {
	width: 850px;
	margin: 30px auto;
	margin-top: 15px;
	font-size: 0.8em;
	text-align: right;
	color: #776F61; }
	
#scarlet {
	float: left; 
	text-align: left; }

#topimages {
	width: 400px;
	height: 150px;
	background-image: url(images/template/coffeecorner.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: right;
	float: left; }
	
#topimagesHome {
	width: 400px;
	height: 150px;
	background-image: url(images/template/vanmancorner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: right;
	float: left; }

#logo {
	float: left;
	width: 188px;
	height: 124px;
	margin-top: 26px;
	margin-left: 30px; }

#oval {
	width: 160px; /*total=132px*/
	/*height: 119px;*/
	height: 124px;
	background-image: url(images/template/redoval.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	line-height: 1.5em;
	margin-top: 165px;
	margin-left: 35px;
	/*padding-top: 28px;*/
	padding-top: 23px; }

#content {
	text-align: justify;
	width: 330px;
	float: left;
	/*line-height: 1.4em;*/
	line-height: 1.3em;
	margin-top: 40px; }

#navigation {
	width: 175px; /*total=200px*/
	text-align: left;
	float: left;
	clear: left;
	color: #C33927;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 60px;
	/*line-height: 3em;*/
	line-height: 2.5em;
	background-image: url(images/template/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	position: relative;
	left: -10px; }
	
.formcellleft {
	padding-top: 4px; }
	
.textfield {
	width: 98%;
	border: 1px solid #C2B49D;
	margin: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
	
.textarea {
	width: 98%;
	height: 70px;
	border: 1px solid #C2B49D;
	margin: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
	
.button {
	background-color: #C2B49D;
	color: #FFF;
	font-weight: bold;
	padding-top: 2px; }