/* CSS Document */

body {
font-size: 76.6%;
font-family:Geneva, Arial, Helvetica, sans-serif;
background-color: #FF6666
color: #CC0000;
margin: 0;
padding: 0;

}

a, a:visited {
color: #CC0000;
}

#maincontainer {

width: 100%;

	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

#table {
	clear: both;
	width: 760px;
	border: 1px solid #990000;
		margin-right: auto;
	margin-left: auto;
	background-image:url(images/tomato.gif);
background-position:120% 140%;
background-repeat:no-repeat;
}

#center {


	height: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;

	

}

#toprow {

height: 180px;
background-image:url(images/header.jpg);
background-position:left top;
background-repeat:no-repeat;
border-bottom: 1px solid black;

}

 #rightcol {
padding: 10px 10px;
margin:0;
	float: right;
	width: 180px;
text-align: center;

}

#rightcol img {
border: none;
margin-left: auto;
margin-right: auto;
text-align: center;

}

 #leftcol {
padding: 10px 10px;
margin: 0;
	float: left;
	width: 530px;

}

#leftcol p {

text-align: justify;}

#footer {

color: #FFFFFF;
background-color: #CC0000;}

#footer p {
font-size: 0.8em;
text-align: center;
}