@charset "UTF-8";
/* CSS Document
*/
html {}

body {
	margin: 0;
	color: #933;
	font-family:Tahoma, Geneva, sans-serif;
	/*background: url(logo.jpg) top center no-repeat #E74250;*/
	/*background-position: center 20px;*/
	background-color: #E74250;
}
a:link, a:active, a:visited {color: #000; text-decoration: none;}
a:hover { text-decoration: underline;}
#main {
	/*margin:100px auto 0 auto;*/
	margin:0 auto;
	width: 83%;
	height:auto;
	background-color: #F8EFC5;
	background-color: #E74250;
	/*border: 1px solid #900;*/
	padding: 0px;
	text-align: center;
}
#main a:link img, #main a:active img, #main a:visited img { border:1px solid #000;}
#main a:hover img{ border:1px dashed #000;}
table { border-collapse:collapse; text-align:center; vertical-align:top;}
td, th {
	margin: 0px;
	padding: 1px;
	border: 2px #F8EFC5 solid;
}
.footer a:link { font-size:12px;}
.footer {
	font-size: 12px;
	text-align:left;
	padding: 5px;
	margin-top: 30px;
	border-top: 1px solid #900;
}
.footer span { width: 100%; text-align:right; display:block;}

.top { padding: 0 5px; }
.top span {
	width: 300px;
	text-align:left;
	display:block;
	font-size:30px;
	color: #000;
}
.top td, th {
	margin: 10px;
	padding: 10px;
	border-width: 0;
	font-size: 16px;
	width: 33%;
}
.top a:link, .top a:active, .top a:visited { font-size: 18px;}
.top a:hover { color: #933; text-decoration: none;}
.top table { border-collapse: collapse; width: 95%}
.top td { text-align: left; vertical-align: top;}
